diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/optipng.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/optipng.rb b/Library/Formula/optipng.rb index 36a984d29..ba2a17461 100644 --- a/Library/Formula/optipng.rb +++ b/Library/Formula/optipng.rb @@ -2,8 +2,8 @@ require 'formula' class Optipng < Formula homepage 'http://optipng.sourceforge.net/' - url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.3/optipng-0.7.3.tar.gz' - sha1 'c5dd2c688820f34fb6973d109ca880a77141cd31' + url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.4/optipng-0.7.4.tar.gz' + sha1 'dcde17501cfb7a425b6cc23cfed482bbfd4867bb' def install system "./configure", "--with-system-zlib", |
