pngcrush 1.7.71
updated version of pngcrush to latest in old versions folder Closes Homebrew/homebrew#28772. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c9be796e23
commit
a5866c6eba
1 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
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/'
|
||||
# Stay at least one version behind and use the old-versions directory,
|
||||
# because tarballs are routinely removed and upstream won't change this
|
||||
# practice.
|
||||
url 'https://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/1.7/1.7.70/pngcrush-1.7.70.tar.gz'
|
||||
sha1 '77a6e092ba192b24f4d51014e7a67ecb50f842e9'
|
||||
url 'http://sourceforge.net/projects/pmt/files/pngcrush/old-versions/1.7/1.7.71/pngcrush-1.7.71.tar.gz'
|
||||
sha1 '0ffbf485a2d907807bef8d397adceba1a438096b'
|
||||
|
||||
def install
|
||||
# Required to successfully build the bundled zlib 1.2.6
|
||||
|
|
Loading…
Reference in a new issue