diff options
| author | dihernandez | 2014-04-27 16:03:34 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-27 15:58:16 -0700 | 
| commit | 5e2b0136dcb9d26cc70c55ef395eae097d5d0757 (patch) | |
| tree | 60e2281cc5e56f4b67cc3d54bdc80d963b7dd114 | |
| parent | b345ee978eb575849784a539af5216585a12b10d (diff) | |
| download | homebrew-5e2b0136dcb9d26cc70c55ef395eae097d5d0757.tar.bz2 | |
pngcrush 1.7.71
updated version of pngcrush to latest in old versions folder
Closes #28772.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/pngcrush.rb | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index 621f66631..3860d9f23 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -1,12 +1,11 @@  require 'formula' +# Stay at least one version behind and use the old-versions directory, because +# tarballs are routinely removed and upstream won't change this practice.  class Pngcrush < Formula    homepage 'http://pmt.sourceforge.net/pngcrush/' -  # Stay at least one version behind and use the old-versions directory, -  # because tarballs are routinely removed and upstream won't change this -  # practice. -  url 'https://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/1.7/1.7.70/pngcrush-1.7.70.tar.gz' -  sha1 '77a6e092ba192b24f4d51014e7a67ecb50f842e9' +  url 'http://sourceforge.net/projects/pmt/files/pngcrush/old-versions/1.7/1.7.71/pngcrush-1.7.71.tar.gz' +  sha1 '0ffbf485a2d907807bef8d397adceba1a438096b'    def install      # Required to successfully build the bundled zlib 1.2.6 | 
