pngcrush 1.7.76

This commit is contained in:
Brett Koonce 2014-06-16 23:50:23 -07:00
parent 1dcef0d095
commit 1a75a8e9d1

View file

@ -1,11 +1,11 @@
require 'formula'
require "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.
class Pngcrush < Formula
homepage 'http://pmt.sourceforge.net/pngcrush/'
url 'https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.73/pngcrush-1.7.73.tar.gz'
sha1 '49b86afe5a17f58c938e68d2252a6c75408de02b'
homepage "http://pmt.sourceforge.net/pngcrush/"
url "https://downloads.sourceforge.net/project/pmt/pngcrush/1.7.76/pngcrush-1.7.76.tar.gz"
sha1 "bfe29dc46196cef792ffaebf7349256dcc6e7017"
def install
# Required to successfully build the bundled zlib 1.2.6
@ -17,6 +17,6 @@ class Pngcrush < Formula
"LD=#{ENV.cc}",
"CFLAGS=#{ENV.cflags}",
"LDFLAGS=#{ENV.ldflags}"
bin.install 'pngcrush'
bin.install "pngcrush"
end
end