From c6cb9ae89f5737487ed3ea7b83e01e8906b3115f 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.1. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 6b9e98a51d60..be75469c58ea 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.1 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=3a6e80fd17f0c167c8fbc69d23e9331754bf65642a16727c830dd220f3f9fc30 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"