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