From f51d905b2334aeacce5f466e26dc0393980a9c26 Mon Sep 17 00:00:00 2001 From: prspkt Date: Tue, 1 Jan 2019 19:53:39 +0200 Subject: [PATCH] zchunk: update to 1.0.2. --- srcpkgs/zchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index f5061bad18e..39a84431379 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=0.9.17 +version=1.0.2 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/zchunk/zchunk" distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz" -checksum=5d337decd64333d900a5b57d443b731324ec3a6a0d34e170c41d9e19a6cdcfbd +checksum=701e5f8b7ba655d3676f876a7b697ca8ce4d9e34f041f8b1d6d18e47c3dad966 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"