diff options
| author | Brett Koonce | 2013-05-23 09:25:27 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-23 10:06:39 -0500 |
| commit | ecbecc7b1a0ad9be93695df7ada141865ae90b08 (patch) | |
| tree | 0712cbd0309b8fbc4dd562c5190166a5fc5ecbfd | |
| parent | 653e685b3486ee5e5f2b0bcc25e3ed30584cf346 (diff) | |
| download | homebrew-ecbecc7b1a0ad9be93695df7ada141865ae90b08.tar.bz2 | |
CImg 1.5.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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' |
