From 3f6ee4474eafb49b082e341ce89906ca7206ce09 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 17 Mar 2013 13:07:57 +0000 Subject: libpng 1.5.14 Closes #17873. --- Library/Formula/libpng.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libpng.rb b/Library/Formula/libpng.rb index 778a7ec63..d4403d754 100644 --- a/Library/Formula/libpng.rb +++ b/Library/Formula/libpng.rb @@ -2,18 +2,17 @@ require 'formula' class Libpng < Formula homepage 'http://www.libpng.org/pub/png/libpng.html' - url 'http://downloads.sf.net/project/libpng/libpng15/older-releases/1.5.13/libpng-1.5.13.tar.gz' - sha1 '43a86bc5ba927618fd6c440bc4fd770d87d06b80' + url 'http://downloads.sf.net/project/libpng/libpng15/1.5.14/libpng-1.5.14.tar.gz' + sha1 '67f20d69564a4a50204cb924deab029f11ad2d3c' keg_only :provided_pre_mountain_lion option :universal bottle do - revision 1 - sha1 '7aea90896440277ef84dfaf35cc9f08cfa024331' => :mountain_lion - sha1 '8cb9f898522ea356a8dbd8dca13a8ede31f9140c' => :lion - sha1 'fc51e3ebca7b1b3d57c54957e10c22e2900585f3' => :snow_leopard + sha1 '' => :mountain_lion + sha1 '' => :lion + sha1 '' => :snow_leopard end def install -- cgit v1.2.3