diff options
| author | Stian Eikeland | 2014-11-28 13:39:42 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-28 13:37:53 +0000 |
| commit | ccd7455db31787002228709934f34f1ca2727ae0 (patch) | |
| tree | 7d8587657024fd8e7f45d3a7e3b36713d136c9b5 /Library/Formula | |
| parent | dfc3b724db8ffb1fc8350e008f04f588dbb5b085 (diff) | |
| download | homebrew-ccd7455db31787002228709934f34f1ca2727ae0.tar.bz2 | |
pngcrush 1.7.81
Closes #34519.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 f61b23c0f..80f56991f 100644 --- a/Library/Formula/pngcrush.rb +++ b/Library/Formula/pngcrush.rb @@ -2,8 +2,8 @@ require "formula" class Pngcrush < Formula homepage "http://pmt.sourceforge.net/pngcrush/" - url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.80/pngcrush-1.7.80.tar.gz" - sha1 "299650645a675ec1652a8c97d2bc5094ff91ba5c" + url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.81/pngcrush-1.7.81.tar.gz" + sha1 "c5f4c2aeb7b15b8bb49df7e66d7c1a7843cb39f8" bottle do cellar :any |
