Fix broken url for pigz tarball
This commit is contained in:
parent
e8ea05f836
commit
e414a34ca4
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Pigz <Formula
|
||||
url 'http://www.zlib.net/pigz/pigz-2.1.5.tar.gz'
|
||||
url 'http://www.zlib.net/pigz/pigz-2.1.6.tar.gz'
|
||||
homepage 'http://www.zlib.net/pigz/'
|
||||
md5 '580873165ef3a369674f0c0af4c96d67'
|
||||
md5 'cbe9030c4be3d0ef2438ee5f8b169ca4'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue