package/zlib-ng: bump to version 9609cb56a8f62868ccf264493bc9c3b4d5762fcf

We need to update the location to point to the current maintained
upstream repo as well since the existing one is unmaintained.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2020-06-30 22:42:12 -06:00 committed by Thomas Petazzoni
parent 7ca9fee9a4
commit fe27c30517
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 2ec78c8c13530bffaebfc10be2f4695c47cf50fe2fbc2104606467703836fa0e zlib-ng-a17fefa147942edbf80ab22a16bcbc2419def12d.tar.gz
sha256 bc95d2a23b572478769b5e12aa2e775df717ba9ff0f44a3a941987c8b997c84a zlib-ng-9609cb56a8f62868ccf264493bc9c3b4d5762fcf.tar.gz
sha256 d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436 LICENSE.md

View File

@ -4,8 +4,8 @@
#
################################################################################
ZLIB_NG_VERSION = a17fefa147942edbf80ab22a16bcbc2419def12d
ZLIB_NG_SITE = $(call github,mtl1979,zlib-ng,$(ZLIB_NG_VERSION))
ZLIB_NG_VERSION = 9609cb56a8f62868ccf264493bc9c3b4d5762fcf
ZLIB_NG_SITE = $(call github,zlib-ng,zlib-ng,$(ZLIB_NG_VERSION))
ZLIB_NG_LICENSE = Zlib
ZLIB_NG_LICENSE_FILES = LICENSE.md
ZLIB_NG_INSTALL_STAGING = YES

View File

@ -35,7 +35,7 @@ config BR2_PACKAGE_ZLIB_NG
Zlib replacement with optimizations for
"next generation" systems.
https://github.com/mtl1979/zlib-ng/tree/renamelib
https://github.com/zlib-ng/zlib-ng
endchoice