aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pigz.rb4
1 files changed, 2 insertions, 2 deletions
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}"