From 072f72e32345a2a991dd40da1dec5ddfcde468d4 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Thu, 10 Nov 2022 17:16:34 +0600 Subject: [PATCH] crun: update to 1.7. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 6b9e98a51d60..a4c9bb6fefd8 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.6 +version=1.7 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -11,7 +11,7 @@ maintainer="Imran Khan " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://github.com/containers/crun" distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz" -checksum=d6b100d22b718a8d490c2725935d202843becb24caf830b88119cfaff630c0ce +checksum=3b434f46f56b8867b91ba8da1ee2a046686622d86207170e0e34813d7175f6dd if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"