From 7d93a6000e602624ac7bcba95df27a0afc687fce Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Thu, 18 Jun 2026 17:56:29 +0600 Subject: [PATCH] crun: update to 1.28. --- srcpkgs/crun/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 9d9d968627e..dbf1bcc04d2 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,18 +1,18 @@ # Template file for 'crun' pkgname=crun -version=1.27 +version=1.28 revision=1 build_style=gnu-configure configure_args="--disable-systemd" hostmakedepends="pkg-config python3 $(vopt_if man go-md2man)" -makedepends="libcap-devel libseccomp-devel yajl-devel" +makedepends="libcap-devel libseccomp-devel json-c-devel libblake3-devel" short_desc="Lightweight OCI runtime written in C" maintainer="Imran Khan " 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=99077cc701a9f6842f70384eb05e9429da1ad338cdef3e0bac5a486cbf2ca75d +checksum=eb8fe73ffe44d868b14bb94fa6c295bd57e8bf023de43b61579da826c07cc406 # most of the tests don't work inside a container make_check=no