From e7003ba285ce0c1b10107b0daf36d97189ee81d0 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 9 Oct 2018 05:51:44 +0200 Subject: [PATCH] zchunk: update to 0.9.13. --- srcpkgs/zchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index f594987713e..81143f420e6 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=0.9.11 +version=0.9.13 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="cr6git " license="BSD-2-Clause" homepage="https://github.com/zchunk/zchunk" distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz" -checksum=ab521a7c99a4a273a924a7c21f0947b79285ff416b9217c6dbab760e4d306317 +checksum=f95e26864e2e0c15b7ee7d15b2601bcad0401b3a748233ae663de34cda4d67cd case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"