From 2b376d7dd4568adcd097b9760fc80fc0022786e6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Jan 2012 15:20:58 -0800 Subject: [PATCH] pigz 2.2.3 Closes Homebrew/homebrew#9657. Signed-off-by: Jack Nagel --- Formula/pigz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pigz.rb b/Formula/pigz.rb index 151e077ae4..81cd439bf0 100644 --- a/Formula/pigz.rb +++ b/Formula/pigz.rb @@ -1,9 +1,9 @@ require 'formula' class Pigz < Formula - url 'http://www.zlib.net/pigz/pigz-2.1.7.tar.gz' + url 'http://www.zlib.net/pigz/pigz-2.2.3.tar.gz' homepage 'http://www.zlib.net/pigz/' - md5 'a09e1097fdc05ac0fff763bdb4d2d5e4' + md5 '8330a6c6a3e5f1954687aaba4b973a6f' def install system "make"