From f6e289c23fe14313caeb4f1e3a7b9de5d0bfb542 Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Fri, 4 Aug 2023 16:00:20 +0600 Subject: [PATCH] crun: update to 1.8.6. --- srcpkgs/crun/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 15c643959056a..a382f6c64068e 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,17 +1,17 @@ # Template file for 'crun' pkgname=crun -version=1.8.5 +version=1.8.6 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" short_desc="Lightweight OCI runtime written in C" -maintainer="Imran Khan " +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=5a786d7a0ece5068447e730f8a67c9cb18a95c883f5314e154865ad87c520106 +checksum=9137e9c5246ad7f5f9ec33bf76029ef7d78ea779e177998c32ae6dfed55a182c # most of the tests don't work inside a container make_check=ci-skip