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