zziplib: update to 0.13.76.

This commit is contained in:
Piraty 2024-06-13 21:46:04 +02:00
parent 14f3ec36fe
commit 286b7d44dc
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,7 +1,7 @@
# Template file for 'zziplib' # Template file for 'zziplib'
pkgname=zziplib pkgname=zziplib
version=0.13.74 version=0.13.76
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DZZIP_LIBLATEST=ON" configure_args="-DZZIP_LIBLATEST=ON"
hostmakedepends="pkg-config python3 tar zip" hostmakedepends="pkg-config python3 tar zip"
@ -12,7 +12,7 @@ license="LGPL-2.1-or-later, MPL-1.1"
homepage="https://github.com/gdraheim/zziplib" homepage="https://github.com/gdraheim/zziplib"
changelog="https://raw.githubusercontent.com/gdraheim/zziplib/master/ChangeLog" changelog="https://raw.githubusercontent.com/gdraheim/zziplib/master/ChangeLog"
distfiles="https://github.com/gdraheim/zziplib/archive/v${version}.tar.gz" distfiles="https://github.com/gdraheim/zziplib/archive/v${version}.tar.gz"
checksum=319093aa98d39453f3ea2486a86d8a2fab2d5632f6633a2665318723a908eecf checksum=08b0e300126329c928a41b6d68e397379fad02469e34a0855d361929968ea4c0
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" -DZZIPTEST=OFF" configure_args+=" -DZZIPTEST=OFF"