From a988bac97e672a03e337c4ca109af4e3eca5a5aa Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Thu, 9 May 2024 19:33:38 +0600 Subject: [PATCH] crun: update to 1.15. --- srcpkgs/crun/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 075727e465186e..6e0e67f1eb7cd5 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.14.4 +version=1.15 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=5527013bfdac4001f242fbc3b544d01837d942f426fdefcc296f0d271594eeb4 +checksum=a03ba1e58b8823ae77d010024b43bd94c5a99f7d652257b1b23abd2d2cdb087f # most of the tests don't work inside a container make_check=no