diff options
| -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 |
