From 42fadd4d5958359880b438587b80443d600b559c Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Wed, 30 Jul 2025 03:25:21 +0600 Subject: [PATCH] crun: update to 1.23. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 4b30400a8bd..38c39ddf3c7 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.19.1 +version=1.23 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -12,7 +12,7 @@ license="GPL-2.0-or-later AND 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=32a9f283066640141a0f4401ac7ec7b5dd076b9632ab7e2eb53ff2c4e77bc8c1 +checksum=cc80e3079daffb740d5f586b4a0269567c0961bc8321487fe7a3c2f13a178866 # most of the tests don't work inside a container make_check=no