package/minizip: use minizip-ng new upstream location

https://github.com/nmoinvaz/minizip is a symlink to
https://github.com/zlib-ng/minizip-ng

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2022-07-27 15:39:29 +02:00 committed by Thomas Petazzoni
parent 0ddd20eef8
commit 786b7fb110
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_MINIZIP
It is compatible with PKZip 2.04g, WinZip, InfoZip, It is compatible with PKZip 2.04g, WinZip, InfoZip,
MimarSinan Codex Suite 2002 tools, and compatible sofware. MimarSinan Codex Suite 2002 tools, and compatible sofware.
https://github.com/nmoinvaz/minizip https://github.com/zlib-ng/minizip-ng
config BR2_PACKAGE_MINIZIP_DEMOS config BR2_PACKAGE_MINIZIP_DEMOS
bool "minizip" bool "minizip"

View File

@ -5,7 +5,7 @@
################################################################################ ################################################################################
MINIZIP_VERSION = 3.0.6 MINIZIP_VERSION = 3.0.6
MINIZIP_SITE = $(call github,nmoinvaz,minizip,$(MINIZIP_VERSION)) MINIZIP_SITE = $(call github,zlib-ng,minizip-ng,$(MINIZIP_VERSION))
MINIZIP_DEPENDENCIES = host-pkgconf MINIZIP_DEPENDENCIES = host-pkgconf
MINIZIP_INSTALL_STAGING = YES MINIZIP_INSTALL_STAGING = YES
MINIZIP_CONF_OPTS = \ MINIZIP_CONF_OPTS = \