mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-09 22:14:20 +08:00
package/minizip-zlib: bump to version 1.2.13
Use license file available since
352cb28d12
https://github.com/madler/zlib/blob/v1.2.13/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3be3113b57
commit
8ac75a9a21
@ -1,4 +1,4 @@
|
|||||||
# From http://www.zlib.net/
|
# From http://www.zlib.net/
|
||||||
sha256 7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18 zlib-1.2.12.tar.xz
|
sha256 d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98 zlib-1.2.13.tar.xz
|
||||||
# License files, locally calculated
|
# License files, locally calculated
|
||||||
sha256 fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd README
|
sha256 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243 LICENSE
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
MINIZIP_ZLIB_VERSION = 1.2.12
|
MINIZIP_ZLIB_VERSION = 1.2.13
|
||||||
MINIZIP_ZLIB_SOURCE = zlib-$(MINIZIP_ZLIB_VERSION).tar.xz
|
MINIZIP_ZLIB_SOURCE = zlib-$(MINIZIP_ZLIB_VERSION).tar.xz
|
||||||
MINIZIP_ZLIB_SITE = http://www.zlib.net
|
MINIZIP_ZLIB_SITE = http://www.zlib.net
|
||||||
MINIZIP_ZLIB_LICENSE = Zlib
|
MINIZIP_ZLIB_LICENSE = Zlib
|
||||||
MINIZIP_ZLIB_LICENSE_FILES = README
|
MINIZIP_ZLIB_LICENSE_FILES = LICENSE
|
||||||
MINIZIP_ZLIB_INSTALL_STAGING = YES
|
MINIZIP_ZLIB_INSTALL_STAGING = YES
|
||||||
MINIZIP_ZLIB_SUBDIR = contrib/minizip
|
MINIZIP_ZLIB_SUBDIR = contrib/minizip
|
||||||
# configure is not shipped in contrib/minizip
|
# configure is not shipped in contrib/minizip
|
||||||
|
Loading…
Reference in New Issue
Block a user