From 35ef6aea30c4c4ea3fb3967df5cda4824ce4ca42 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Sun, 27 Oct 2024 18:21:49 +0600 Subject: [PATCH] crun: update to 1.18. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index b9de1c4760d6e9..dea43e72bd755c 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.17 +version=1.18 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -12,7 +12,7 @@ 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=b766609814c0b0a3c0d2d235af1b061bd71da1aa2e8bb181d66e89f1b9a4e874 +checksum=a83b70b350e50ad320376685e975afae535dad64e982e2b7c57a0db45663902a # most of the tests don't work inside a container make_check=no