diff options
| author | Brett Koonce | 2013-02-01 20:09:40 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-01 22:07:29 -0600 |
| commit | 84027f195514a9e62e2487b4400c7f1bd5c44a7d (patch) | |
| tree | a37ce2c67417a69751562d54d2953a5affdd4ac6 | |
| parent | 8e65d394d41a5396718ca1f3d6c24b2a99243ece (diff) | |
| download | homebrew-84027f195514a9e62e2487b4400c7f1bd5c44a7d.tar.bz2 | |
CImg 1.5.4
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 f4defeb52..2c0786423 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.2.zip' - sha1 'd1323ce2e758f96c505dd68e5f58a9f6bd51a93c' + url 'http://downloads.sourceforge.net/cimg/CImg-1.5.4.zip' + sha1 '16ce883e0ab57c44f14c7838bda62ad3fd1fecc6' def install include.install 'CImg.h' |
