diff options
| author | Brett Koonce | 2014-03-16 10:30:51 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-03-16 10:48:32 -0500 |
| commit | cde81c4624633b5bb8213e3c82f2af3fac510763 (patch) | |
| tree | 86415d5b0e5158f8fbe84916cdd1d3c8b78cf1fb /Library/Formula | |
| parent | 6415ce7465d6dc55e82f51809ead7c01b9aafe3b (diff) | |
| download | homebrew-cde81c4624633b5bb8213e3c82f2af3fac510763.tar.bz2 | |
clib 1.1.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clib.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/clib.rb b/Library/Formula/clib.rb index 97509e9db..6035565b7 100644 --- a/Library/Formula/clib.rb +++ b/Library/Formula/clib.rb @@ -2,13 +2,8 @@ require "formula" class Clib < Formula homepage "https://github.com/clibs/clib" - url "https://github.com/clibs/clib/archive/1.0.0.tar.gz" - sha1 "d840b4259190e1b3ce6cc0970f3e9f659226b9d3" - - def patches - # Fix exit codes. - "https://github.com/clibs/clib/commit/000a5a.patch" - end + url "https://github.com/clibs/clib/archive/1.1.1.tar.gz" + sha1 "0b4c59f7f281e8c43d212e789b7b7c81002301e3" bottle do cellar :any |
