crun: update to 1.2.

Closes: #33520 [via git-merge-pr]
This commit is contained in:
Imran Khan 2021-10-13 18:02:28 +06:00 committed by Andrew J. Hesford
parent 7cb2102cd9
commit 8bab50dd88

View file

@ -1,6 +1,6 @@
# Template file for 'crun' # Template file for 'crun'
pkgname=crun pkgname=crun
version=1.1 version=1.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-systemd" 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" license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://github.com/containers/crun" homepage="https://github.com/containers/crun"
distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz" distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
checksum=5f2d98a13bdd7ab3c83620abc7dc29cfaf7b8f7487b5b3722453bc9619d3ea0b checksum=1032a69878c18ddeeb97cd26251c2819afb76e0d4a50c047139829b00d147978
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone" makedepends+=" argp-standalone"