From 5aa57003367c31a6ced50a0fa144a2a3bd71b045 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 19 Jan 2020 14:00:05 +0100 Subject: [PATCH] zchunk: update to 1.1.5. --- srcpkgs/zchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index ee34d670335..abc9d3b6c2a 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=1.1.4 +version=1.1.5 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=333aaeb6bf106589d8d813a03c1dc3ab10064ea7391181d6272159920ae3b7b4 +checksum=f55ac0227a16bf82a31c18d1518577fc235dca2cad0c65e2cc243f8f9570e416 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"