diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cimg.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cimg.rb b/Library/Formula/cimg.rb index 2c0786423..24a164954 100644 --- a/Library/Formula/cimg.rb +++ b/Library/Formula/cimg.rb @@ -2,8 +2,8 @@ require 'formula' class Cimg < Formula homepage 'http://cimg.sourceforge.net/' - url 'http://downloads.sourceforge.net/cimg/CImg-1.5.4.zip' - sha1 '16ce883e0ab57c44f14c7838bda62ad3fd1fecc6' + url 'http://downloads.sourceforge.net/cimg/CImg-1.5.5.zip' + sha1 '163c4f3821d629f88fe24f0767c8fcdbb5245cfa' def install include.install 'CImg.h' |
