mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
zziplib: update to 0.13.71.
This commit is contained in:
parent
d33e743848
commit
e797c478c0
1 changed files with 3 additions and 3 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue