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:
parent
0ddd20eef8
commit
786b7fb110
@ -7,7 +7,7 @@ config BR2_PACKAGE_MINIZIP
|
||||
It is compatible with PKZip 2.04g, WinZip, InfoZip,
|
||||
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
|
||||
bool "minizip"
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
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_INSTALL_STAGING = YES
|
||||
MINIZIP_CONF_OPTS = \
|
||||
|
Loading…
Reference in New Issue
Block a user