crun: update to 0.16.

This commit is contained in:
Imran Khan 2020-12-12 19:31:21 +06:00 committed by Érico Nogueira Rolim
parent 82ba61ae27
commit f82c09822e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'crun'
pkgname=crun
version=0.15.1
version=0.16
revision=1
build_style=gnu-configure
configure_args="--disable-systemd"
@ -11,7 +11,7 @@ maintainer="Imran Khan <imrankhan@teknik.io>"
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=1b3f05d1b585bc6dfde3c2ad50aa4c3db3b507705cbc6d2c7810880282063433
checksum=fba02fe03dbb83570d4d00e0268e6c3b8ff5e7472e24c183ed8644ea208336dc
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"