diff options
| author | Brett Koonce | 2014-10-31 16:50:07 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-11-01 20:53:45 -0700 |
| commit | 0aa7b52a1b2b46200b2f5ba4958f7fb9648b711b (patch) | |
| tree | 0ba63ba0ef32e60998de873ee1ba9fbec74278a4 | |
| parent | df250a7981e57523521b7e3bf82a52bfe9fa3e20 (diff) | |
| download | homebrew-0aa7b52a1b2b46200b2f5ba4958f7fb9648b711b.tar.bz2 | |
clib 1.2.3
| -rw-r--r-- | Library/Formula/clib.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clib.rb b/Library/Formula/clib.rb index 0c3d5c829..d17adc990 100644 --- a/Library/Formula/clib.rb +++ b/Library/Formula/clib.rb @@ -2,8 +2,8 @@ require "formula" class Clib < Formula homepage "https://github.com/clibs/clib" - url "https://github.com/clibs/clib/archive/1.2.2.tar.gz" - sha1 "e103638102f33cb38308d6f108feea9f0daff08a" + url "https://github.com/clibs/clib/archive/1.2.3.tar.gz" + sha1 "15f75a9eee1adee29c091b68c1dcb2e05361b665" bottle do cellar :any |
