crun: update to 1.14.4

This commit is contained in:
cinerea0 2024-03-05 15:01:15 -05:00 committed by cinerea0
parent 698efee6e4
commit 4f8f813ed3

View file

@ -1,6 +1,6 @@
# Template file for 'crun'
pkgname=crun
version=1.14.1
version=1.14.4
revision=1
build_style=gnu-configure
configure_args="--disable-systemd"
@ -12,9 +12,9 @@ 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=7d0caf442aae7e8fc4ec48a45792eeee4cfdd242f4f85d5159947aad04a3970a
checksum=5527013bfdac4001f242fbc3b544d01837d942f426fdefcc296f0d271594eeb4
# most of the tests don't work inside a container
make_check=ci-skip
make_check=no
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"