diff options
| author | Brian Donovan | 2014-02-18 10:58:35 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-02-18 14:48:17 -0500 |
| commit | a181549062a17aa6a11544dc8519f94e7faace8d (patch) | |
| tree | ebb785e51a85f9be953efe2f441c33c0814ccd25 | |
| parent | 76c55c481064af531f0d9e0a172516b6f6ab1980 (diff) | |
| download | homebrew-a181549062a17aa6a11544dc8519f94e7faace8d.tar.bz2 | |
pngcrush 1.7.69
1.7.60 seems to have been removed from the downloads folder.
Closes #26820.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pngcrush.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index 5b0a55cb9..f605806d2 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -5,8 +5,8 @@ class Pngcrush < 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. - url 'http://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/1.7/1.7.60/pngcrush-1.7.60.tar.gz' - sha1 'ada052647368eb542e00df2fa2dd120bee346725' + url 'http://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/1.7/1.7.69/pngcrush-1.7.69.tar.gz' + sha1 'ccc2a4c678da44673087dd63c98fafca68b1670d' def install # Required to successfully build the bundled zlib 1.2.6 |
