zchunk: update to 1.5.2.

This commit is contained in:
Duncaen 2025-08-10 21:33:52 +02:00
parent 1be3e29137
commit 27a380deac
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'zchunk' # Template file for 'zchunk'
pkgname=zchunk pkgname=zchunk
version=1.5.1 version=1.5.2
revision=1 revision=1
build_style=meson build_style=meson
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,13 +10,11 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/zchunk/zchunk" homepage="https://github.com/zchunk/zchunk"
distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz" distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz"
checksum=2c187055e2206e62cef4559845e7c2ec6ec5a07ce1e0a6044e4342e0c5d7771d checksum=b7346d950fec2e0c72761f2a9148b0ece84574c49076585abf4bebd369cd4c60
case "$XBPS_TARGET_MACHINE" in if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
*-musl) makedepends+=" argp-standalone" makedepends+=" argp-standalone"
LDFLAGS="-largp" fi
;;
esac
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE