From 15df0be3b2028a54b6f46eaab221a5ea25a2b0a0 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Fri, 4 Feb 2022 03:43:01 +0600 Subject: [PATCH] crun: update to 1.4.2. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 5b36ee6226bf..f9563c20b0c2 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.4 +version=1.4.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=fbdf93c31e215c61a9cb97490527ec69c9993e369955e56b0d82cfedc32090ef +checksum=2576e5bc1a26918ef4670920598ced3dc03220cd74205b1f9d4792134325c7b9 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"