From df3f3feb8871d59034be84ffecdb74b34c374d34 Mon Sep 17 00:00:00 2001 From: wizsilex Date: Mon, 4 Mar 2013 19:13:30 +0100 Subject: pigz 2.3 Closes #18236. Signed-off-by: Jack Nagel --- Library/Formula/pigz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pigz.rb b/Library/Formula/pigz.rb index 243195f71..13bb9e800 100644 --- a/Library/Formula/pigz.rb +++ b/Library/Formula/pigz.rb @@ -2,8 +2,8 @@ require 'formula' class Pigz < Formula homepage 'http://www.zlib.net/pigz/' - url 'http://www.zlib.net/pigz/pigz-2.2.5.tar.gz' - sha1 '8c7895c7891a4945050a2f6308b9fe3d6b4c28fc' + url 'http://www.zlib.net/pigz/pigz-2.3.tar.gz' + sha1 'c8d4e622863c5ffff9321453acc9a37e9da87af7' def install system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" -- cgit v1.2.3