aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pigz.rb
diff options
context:
space:
mode:
authorwizsilex2013-03-04 19:13:30 +0100
committerJack Nagel2013-03-04 15:22:46 -0600
commitdf3f3feb8871d59034be84ffecdb74b34c374d34 (patch)
treed9830e20e17eb7c1afc08962b3704b4fbf0db1a2 /Library/Formula/pigz.rb
parent73a29a98606231b15c763ba734c2310a901910d2 (diff)
downloadhomebrew-df3f3feb8871d59034be84ffecdb74b34c374d34.tar.bz2
pigz 2.3
Closes #18236. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pigz.rb')
-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}"