From 09883fee956b712033a0e560f18a5a36930d4a33 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Tue, 3 Oct 2023 02:09:17 +0600 Subject: [PATCH] crun: update to 1.11. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 09abc2999495e..7d8db9180b56b 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.9 +version=1.11 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=5d8fc610bf95594ccb1f03edaa993e8dafcc8eeb9b73c92025779fb80ba674bc +checksum=07c926892f9b79941206e9d14d3bd17ce53a5a658bbec661a7e32d3b2eed62a0 # most of the tests don't work inside a container make_check=ci-skip