diff --git a/Formula/pngcrush.rb b/Formula/pngcrush.rb index f97f840bca..ce6015ac8c 100644 --- a/Formula/pngcrush.rb +++ b/Formula/pngcrush.rb @@ -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