From 1a75a8e9d10c0b0f9dabc3df9480db5253320931 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 16 Jun 2014 23:50:23 -0700 Subject: [PATCH] pngcrush 1.7.76 --- Formula/pngcrush.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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