mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
crun: update to 1.14.4
This commit is contained in:
parent
698efee6e4
commit
4f8f813ed3
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue