From 5e2b0136dcb9d26cc70c55ef395eae097d5d0757 Mon Sep 17 00:00:00 2001 From: dihernandez Date: Sun, 27 Apr 2014 16:03:34 -0400 Subject: pngcrush 1.7.71 updated version of pngcrush to latest in old versions folder Closes #28772. Signed-off-by: Adam Vandenberg --- Library/Formula/pngcrush.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3