From c4120d242413745e9452405e72b890f02224f7ed Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 16 May 2021 14:24:33 +0200 Subject: [PATCH] zchunk: update to 1.1.12. --- srcpkgs/zchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index 9c351c8210b..170bb7c44a2 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=1.1.11 +version=1.1.12 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=febbbfb1de7720641e7e36cef6ae0ce8ed18684e3faf539f703a5497f830267f +checksum=8dae041858826761fe702c5b8b217c45118f429dc6ccbf77e546d44dfbbe9f3f case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"