diff options
| -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 ea3eaf1de..2b04268f2 100644 --- a/Library/Formula/optipng.rb +++ b/Library/Formula/optipng.rb @@ -1,9 +1,9 @@ require 'formula' class Optipng <Formula - url 'http://downloads.sourceforge.net/optipng/optipng-0.6.3.tar.gz' + url 'http://downloads.sourceforge.net/optipng/optipng-0.6.4.tar.gz' homepage 'http://optipng.sourceforge.net/' - md5 '6cef405197a878acff4c6216cf38e871' + md5 'd6c10dd8d8f1d5b579221bc9cfbfbcb6' def install inreplace 'src/scripts/gcc.mak.in' do |s| |
