diff options
| author | Brett Koonce | 2015-01-02 23:36:29 -0600 |
|---|---|---|
| committer | Brett Koonce | 2015-01-04 00:29:29 -0800 |
| commit | f32021297f9f688a5e39cd4c13356773061525b6 (patch) | |
| tree | 7b35648d2067dbff25e9e08d8a2c3e00e6948fad /Library | |
| parent | 61856f79352b676fc2abd951211592e3036e8594 (diff) | |
| download | homebrew-f32021297f9f688a5e39cd4c13356773061525b6.tar.bz2 | |
pngcrush 1.7.82
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pngcrush.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/pngcrush.rb b/Library/Formula/pngcrush.rb index 6ad37fa27..f887ef05a 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -1,9 +1,7 @@ -require "formula" - class Pngcrush < Formula homepage "http://pmt.sourceforge.net/pngcrush/" - url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.81/pngcrush-1.7.81.tar.gz" - sha1 "c5f4c2aeb7b15b8bb49df7e66d7c1a7843cb39f8" + url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.82/pngcrush-1.7.82.tar.gz" + sha1 "a9d7305908810a7da981611e7aea8830b3ff1f43" bottle do cellar :any |
