0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-22 13:45:52 +00:00

pigz: update to 2.6

update 2.5 (2021-01-24) to 2.6 (2021-02-06)
log: https://github.com/madler/pigz/commits/master
changelog (from pigz.c):
- Add --huffman/-H and --rle/U strategy options
- Fix issue when compiling for no threads
- Fail silently on a broken pipe
This commit is contained in:
heitbaum
2021-02-06 21:57:27 +00:00
parent 91cf0cd87f
commit 2b30d3a0d5

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pigz"
PKG_VERSION="2.5"
PKG_SHA256="13b9945999c0b20052f320943302f3160e2639bcc362e5e4182b198ea0e88b0a"
PKG_VERSION="2.6"
PKG_SHA256="577673676cd5c7219f94b236075451220bae3e1ca451cf849947a2998fbf5820"
PKG_LICENSE="Other"
PKG_SITE="https://zlib.net/pigz/"
PKG_URL="https://github.com/madler/pigz/archive/v${PKG_VERSION}.tar.gz"