From 339ab9bc66188689948b3f294899d08958a636a9 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 5 Mar 2024 15:01:15 -0500 Subject: [PATCH] crun: update to 1.14.4 --- srcpkgs/crun/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 889fed471efa93..075727e465186e 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.14.1 +version=1.14.4 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -12,9 +12,9 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://github.com/containers/crun" changelog="https://raw.githubusercontent.com/containers/crun/main/NEWS" distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz" -checksum=7d0caf442aae7e8fc4ec48a45792eeee4cfdd242f4f85d5159947aad04a3970a +checksum=5527013bfdac4001f242fbc3b544d01837d942f426fdefcc296f0d271594eeb4 # most of the tests don't work inside a container -make_check=ci-skip +make_check=no if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" argp-standalone"