package/minizip: bump to version 3.0.5
This bump will fix the following build failure with zlib-ng thanks to9184ba1216
: /home/autobuild/autobuild/instance-10/output-1/build/minizip-3.0.4/mz_crypt.c:19:14: fatal error: zlib-ng.h: No such file or directory 19 | # include "zlib-ng.h" | ^~~~~~~~~~~ https://github.com/zlib-ng/minizip-ng/releases/tag/3.0.5 Fixes: - http://autobuild.buildroot.org/results/530fee780557941356dcd6aabb8cc9eb048574f3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitb1d8008378
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fc9c97f002
commit
3e36fa4c22
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 2ab219f651901a337a7d3c268128711b80330a99ea36bdc528c76b591a624c3c minizip-3.0.4.tar.gz
|
||||
sha256 1a248c378fdf4ef6c517024bb65577603d5146cffaebe81900bec9c0a5035d4d minizip-3.0.5.tar.gz
|
||||
sha256 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MINIZIP_VERSION = 3.0.4
|
||||
MINIZIP_VERSION = 3.0.5
|
||||
MINIZIP_SITE = $(call github,nmoinvaz,minizip,$(MINIZIP_VERSION))
|
||||
MINIZIP_DEPENDENCIES = host-pkgconf
|
||||
MINIZIP_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user