pngcrush 1.7.76
This commit is contained in:
parent
1dcef0d095
commit
1a75a8e9d1
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue