From 6315c46c90f4e302470b43f8f0b66ea512e670eb 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.9.2. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 09abc2999495e..672cb25ad4e7e 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.9 +version=1.9.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=5d8fc610bf95594ccb1f03edaa993e8dafcc8eeb9b73c92025779fb80ba674bc +checksum=4111aa4e88bcc9ad1285800b1bfeb06c71397d23810710498d4c3292a58499c4 # most of the tests don't work inside a container make_check=ci-skip