From 915ae7e88ca56521c2feaa9f36dd8bdb4353f95e Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 14 Feb 2024 17:11:30 -0500 Subject: [PATCH] crun: update to 1.14.1 --- srcpkgs/crun/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 0d0c9825a54..889fed471ef 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,6 +1,6 @@ # Template file for 'crun' pkgname=crun -version=1.14 +version=1.14.1 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -10,8 +10,9 @@ short_desc="Lightweight OCI runtime written in C" maintainer="Imran Khan " 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=f6ceb53ef6c686b1e8bc7e4a52cfac3ebec915edc6bc750ac600a8b3decb6e13 +checksum=7d0caf442aae7e8fc4ec48a45792eeee4cfdd242f4f85d5159947aad04a3970a # most of the tests don't work inside a container make_check=ci-skip