diff options
| author | Jack Nagel | 2013-04-11 23:25:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-11 23:25:33 -0500 |
| commit | 32e2fe212479de2adf6fab0a098833886109e16c (patch) | |
| tree | 16493cfa3254f8a7c4761fdbaa133414da7b847d /Library | |
| parent | 881e2010e3ed799e26e4788c64062b77713504b6 (diff) | |
| download | homebrew-32e2fe212479de2adf6fab0a098833886109e16c.tar.bz2 | |
pngcrush: fix URL
Fixes #19131.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pngcrush.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index 35cbe5ca3..b4e93ff5e 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -2,7 +2,10 @@ require 'formula' class Pngcrush < Formula homepage 'http://pmt.sourceforge.net/pngcrush/' - url 'http://sourceforge.net/projects/pmt/files/pngcrush/1.7.56/pngcrush-1.7.56.tar.gz' + # 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 'http://sourceforge.net/projects/pmt/files/pngcrush/old-versions/1.7/1.7.56/pngcrush-1.7.56.tar.gz' sha1 'deb45dadf5a162d2e02efd242ea4eee0d3b31727' def install |
