From 536b616a6059cd9e7a2cf5b38882724a78d07075 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 4 Aug 2026 16:02:53 +0200 Subject: [PATCH] zchunk: update to 1.5.4. --- srcpkgs/zchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index 2ec0968a212..67a9d1c8778 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=1.5.3 +version=1.5.4 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Duncaen " license="BSD-2-Clause" homepage="https://github.com/zchunk/zchunk" distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz" -checksum=832381dafe192109742c141ab90a6bc0a9d7e9926a4bafbdf98f596680da2a95 +checksum=7e4515412a331b31ebfaef91978c01e937fc907149fd1ab21a4661f4e3799cee if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"