diff --git a/srcpkgs/zziplib/template b/srcpkgs/zziplib/template index 2f0fe1e317d..60a6da94452 100644 --- a/srcpkgs/zziplib/template +++ b/srcpkgs/zziplib/template @@ -1,17 +1,17 @@ # Template file for 'zziplib' pkgname=zziplib -version=0.13.70 +version=0.13.71 revision=1 build_style=cmake -configure_args=" -DZZIPDOCS=OFF" hostmakedepends="pkg-config python3 tar zip gzip" makedepends="zlib-devel" short_desc="Lightweight library to extract data from zip files" maintainer="Orphaned " 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=a1457262d7a237dc50ce1f98ca57242bc714055ff81146f419ee53cdea1bf029 +checksum=2ee1e0fbbb78ec7cc46bde5b62857bc51f8d665dd265577cf93584344b8b9de2 if [ "$CROSS_BUILD" ]; then configure_args+=" -DZZIPTEST=OFF"