pngcrush 1.7.43
Closes Homebrew/homebrew#17031. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5cc2125f70
commit
5fa96f3c86
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Pngcrush < Formula
|
class Pngcrush < Formula
|
||||||
homepage 'http://pmt.sourceforge.net/pngcrush/'
|
homepage 'http://pmt.sourceforge.net/pngcrush/'
|
||||||
url 'http://downloads.sourceforge.net/project/pmt/pngcrush/1.7.41/pngcrush-1.7.41.tar.gz'
|
url 'http://downloads.sourceforge.net/project/pmt/pngcrush/1.7.43/pngcrush-1.7.43.tar.gz'
|
||||||
sha1 '1048f086479c5b7660eabbf5bbd426ba1d53026c'
|
sha1 '1893a0b5774b6a8df4b940de6fdf4aa30d9bd471'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Required to successfully build the bundled zlib 1.2.6
|
# Required to successfully build the bundled zlib 1.2.6
|
||||||
|
|
Loading…
Reference in a new issue