aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 13bb9e800..19841b72b 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.3.tar.gz'
- sha1 'c8d4e622863c5ffff9321453acc9a37e9da87af7'
+ url 'http://www.zlib.net/pigz/pigz-2.3.1.tar.gz'
+ sha1 '2d5c9a70a6afcf1d8986890026d70c96b9346c07'
def install
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"