crun: update to 0.15.1.

This commit is contained in:
Imran Khan 2020-11-06 18:58:02 +06:00 committed by Andrew J. Hesford
parent a066731a1d
commit 1622b6bfd5

View file

@ -1,7 +1,7 @@
# Template file for 'crun'
pkgname=crun
version=0.15
revision=2
version=0.15.1
revision=1
build_style=gnu-configure
configure_args="--disable-systemd"
hostmakedepends="pkg-config libtool python3 $(vopt_if man go-md2man)"
@ -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=5f88f6c6a951473406700fbf634e665dc75596a032b06bf9c91911cd999347a0
checksum=1b3f05d1b585bc6dfde3c2ad50aa4c3db3b507705cbc6d2c7810880282063433
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"