From 7a057a778b3ae813d9b96f06e31a9b1e9fe7c9a4 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 7 May 2025 18:01:34 +0200 Subject: [PATCH] zziplib: update to 0.13.79. --- srcpkgs/zziplib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zziplib/template b/srcpkgs/zziplib/template index 4f793da3eda..a7fbaf66063 100644 --- a/srcpkgs/zziplib/template +++ b/srcpkgs/zziplib/template @@ -1,7 +1,7 @@ # Template file for 'zziplib' pkgname=zziplib -version=0.13.76 -revision=3 +version=0.13.79 +revision=1 build_style=cmake configure_args="-DZZIP_LIBLATEST=ON" 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" changelog="https://raw.githubusercontent.com/gdraheim/zziplib/master/ChangeLog" distfiles="https://github.com/gdraheim/zziplib/archive/v${version}.tar.gz" -checksum=08b0e300126329c928a41b6d68e397379fad02469e34a0855d361929968ea4c0 +checksum=ed6f3017bb353b4a8f730c31a2fa065adb2d264c00d922aada48a5893eda26e4 if [ "$CROSS_BUILD" ]; then configure_args+=" -DZZIPTEST=OFF"