diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2020-01-05 23:03:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-06 13:12:42 +0700 |
commit | 18db563673f913850de65643b8b74836a5c0ada5 (patch) | |
tree | 3defbdd62bf6a58cae029c226344d87e92e4e393 /system/pigz/pigz.info | |
parent | e2ab8cfd1b1f3bc44bac68cd0edf187581619e65 (diff) |
system/pigz: Updated for version 2.4
Fix installation procedure so that pigz binary is not installed twice
(as pigz and unpigz). Make a symbolic link instead.
Don't overwrite Makefile CFLAGS with SLKCFLAGS, instead append SLKCFLAGS
to CFLAGS.
Remove patch (not needed anymore). Align SlackBuild with template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pigz/pigz.info')
-rw-r--r-- | system/pigz/pigz.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/pigz/pigz.info b/system/pigz/pigz.info index ccea9c7a1555f..673407049369e 100644 --- a/system/pigz/pigz.info +++ b/system/pigz/pigz.info @@ -1,8 +1,8 @@ PRGNAM="pigz" -VERSION="2.3" -HOMEPAGE="http://www.zlib.net/pigz/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/pigz-2.3.tar.gz" -MD5SUM="042e3322534f2c3d761736350cac303f" +VERSION="2.4" +HOMEPAGE="https://www.zlib.net/pigz/" +DOWNLOAD="https://www.zlib.net/pigz/pigz-2.4.tar.gz" +MD5SUM="def2f6e19d9d8231445adc1349d346df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |