diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clib.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/clib.rb b/Library/Formula/clib.rb index f1606e79d..cbb0b8e15 100644 --- a/Library/Formula/clib.rb +++ b/Library/Formula/clib.rb @@ -1,9 +1,7 @@ -require "formula" - class Clib < Formula homepage "https://github.com/clibs/clib" - url "https://github.com/clibs/clib/archive/1.4.0.tar.gz" - sha1 "75b8b04047150d9bdd492f2f1ffe50954555ba48" + url "https://github.com/clibs/clib/archive/1.4.1.tar.gz" + sha1 "f1d5dbd76d8ad75204d182f9db1b197e311fa25e" head "https://github.com/clibs/clib.git" |
