pigz: 2.8

This commit is contained in:
Owen Rafferty 2023-08-21 18:21:08 -05:00
parent 997d3223ea
commit 7e049baa16
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

View File

@ -4,8 +4,10 @@
# shellcheck disable=2086
for f in pigz.o yarn.o try.o; do
echo "$CC" -c -o "$f" "${f%%.o}.c" $CPPFLAGS -DNOZOPFLI $CFLAGS
"$CC" -c -o "$f" "${f%%.o}.c" $CPPFLAGS -DNOZOPFLI $CFLAGS
done
echo "$CC" -static -o pigz pigz.o yarn.o try.o $CPPFLAGS $CFLAGS -lz $LDFLAGS
"$CC" -static -o pigz pigz.o yarn.o try.o $CPPFLAGS $CFLAGS -lz $LDFLAGS
mkdir -p \

View File

@ -1 +1 @@
90c398e06b25bc3c5e3a51610bc82e2c813b8b08fe758f62ad612b89df1e658238
fa165f414a12851806d9d54920879dd989917b9aa410aec671c602b18773b23638

View File

@ -1 +1 @@
https://zlib.net/pigz/pigz-2.7.tar.gz
https://zlib.net/pigz/pigz-2.8.tar.gz

View File

@ -1 +1 @@
2.7 1
2.8 1