crun: update to 1.3.

This commit is contained in:
Imran Khan 2021-11-12 18:46:59 +06:00 committed by Érico Nogueira Rolim
parent 91c2a0e39a
commit e4249a3a59

View file

@ -1,6 +1,6 @@
# Template file for 'crun'
pkgname=crun
version=1.2
version=1.3
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=1032a69878c18ddeeb97cd26251c2819afb76e0d4a50c047139829b00d147978
checksum=bd65961e95c450bd0463bac6a9390fa06de2368a2be1e171e7d2b666f6830cff
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"