diff options
| author | Sérgio Lopes | 2010-11-17 13:46:09 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:08:59 -0800 |
| commit | d2530e5280072e1278eb509efbad3312e863e3e7 (patch) | |
| tree | e38f251daf99fed0e1116f8b5f59cd82993123af | |
| parent | 4c0315ae5b2955b92a1973e506888ae0f5dc84de (diff) | |
| download | homebrew-d2530e5280072e1278eb509efbad3312e863e3e7.tar.bz2 | |
updating optipng to 0.6.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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| |
