diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clib.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/clib.rb b/Library/Formula/clib.rb index f28334377..0ac10a60c 100644 --- a/Library/Formula/clib.rb +++ b/Library/Formula/clib.rb @@ -2,8 +2,10 @@ require "formula" class Clib < Formula homepage "https://github.com/clibs/clib" - url "https://github.com/clibs/clib/archive/1.2.3.tar.gz" - sha1 "15f75a9eee1adee29c091b68c1dcb2e05361b665" + url "https://github.com/clibs/clib/archive/1.4.0.tar.gz" + sha1 "75b8b04047150d9bdd492f2f1ffe50954555ba48" + + head "https://github.com/clibs/clib.git" bottle do cellar :any |
