From 5117bccab9f66e28870a4aecc0ec70959071d9e5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 14 Mar 2022 15:32:20 +0100 Subject: [PATCH] zchunk: update to 1.2.1. --- srcpkgs/zchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index 07c43561ec..e8679bcbab 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=1.2.0 +version=1.2.1 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=8c9eca82845b656ccae5c0e9dc097cd7a6830981e2529677ce9a5617a1f50321 +checksum=9639942cf36f4f36d3b635d36d5164682249cc0240015569ac948db1584499b5 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"