From e96d0ff3e66dee1501841fbda5950e39e544e2bd Mon Sep 17 00:00:00 2001 From: Tim Douglas Date: Wed, 21 Mar 2012 19:46:29 -0700 Subject: [PATCH] optipng 0.7.1 Signed-off-by: Adam Vandenberg --- Formula/optipng.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/optipng.rb b/Formula/optipng.rb index 2316f44b59..12674af490 100644 --- a/Formula/optipng.rb +++ b/Formula/optipng.rb @@ -1,9 +1,9 @@ require 'formula' class Optipng < Formula - url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7/optipng-0.7.tar.gz' + url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz' homepage 'http://optipng.sourceforge.net/' - md5 '9b2f526ce79ea779c7004c7964ee8bcc' + md5 'b6181d566998ad489397b985ebfc4a03' def install system "./configure", "--with-system-zlib", "--prefix=#{prefix}", "--mandir=#{man}"