diff options
| author | Simon Sigurdhsson | 2012-07-02 21:11:15 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-02 21:29:00 -0700 | 
| commit | d347c8d52f4ac4f1a45876bee8c42fa6fce6e835 (patch) | |
| tree | 6276c28478a85ab35af12763c3b62042b6242feb /Library/Formula/pngcrush.rb | |
| parent | 232f1ef8c734d1bb20d961bbbddb38f6e1ec378b (diff) | |
| download | homebrew-d347c8d52f4ac4f1a45876bee8c42fa6fce6e835.tar.bz2 | |
pngcrush 1.7.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pngcrush.rb')
| -rw-r--r-- | Library/Formula/pngcrush.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index b275536ab..84a0a5b9f 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -2,8 +2,8 @@ require 'formula'  class Pngcrush < Formula    homepage 'http://pmt.sourceforge.net/pngcrush/' -  url 'http://downloads.sourceforge.net/project/pmt/pngcrush/1.7.27/pngcrush-1.7.27.tar.bz2' -  md5 '582ab2b4c262b8837cc2d30bf7d14f33' +  url 'http://downloads.sourceforge.net/project/pmt/pngcrush/1.7.28/pngcrush-1.7.28.tar.bz2' +  sha1 '9cac6bd1b88fc24dc08996678e7a9eecb3ecd10c'    def install      # Required to successfully build the bundled zlib 1.2.6  | 
