diff options
| author | Adam Vandenberg | 2010-08-07 17:31:10 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-08-07 17:31:10 -0700 | 
| commit | ba75ec49b17d64516db22371002140a4c9cd8b72 (patch) | |
| tree | b38bdd012d31c1cdbe6ff64ae5d86bf957f7a05e /Library/Formula/pngcrush.rb | |
| parent | b8da860ec98845493287e26bd69f293145e2ca4c (diff) | |
| download | homebrew-ba75ec49b17d64516db22371002140a4c9cd8b72.tar.bz2 | |
pngcrush 1.7.12
Diffstat (limited to 'Library/Formula/pngcrush.rb')
| -rw-r--r-- | Library/Formula/pngcrush.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index dcce904e6..22f4dd2aa 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -2,13 +2,13 @@ require 'formula'  class Pngcrush <Formula    homepage 'http://pmt.sourceforge.net/pngcrush/' -  url "http://downloads.sourceforge.net/sourceforge/pmt/pngcrush-1.7.7.tar.bz2" -  md5 '0ac097be4c7eb28504f8a583ee92b103' +  url 'http://downloads.sourceforge.net/project/pmt/pngcrush/00-1.7.12/pngcrush-1.7.12.tar.bz2' +  md5 '16d2eab491a13c1bc32d763e3d21e85b'    def install      # use our CFLAGS, LDFLAGS, CC, and LD -    inreplace 'Makefile' do |contents| -      contents.remove_make_var! %w[CFLAGS LDFLAGS CC LD] +    inreplace 'Makefile' do |s| +      s.remove_make_var! %w[CFLAGS LDFLAGS CC LD]      end      system "make"  | 
