crun: update to 0.21.

This commit is contained in:
Imran Khan 2021-07-29 16:04:06 +06:00 committed by Érico Nogueira Rolim
parent 80d096729c
commit 55c114f1c1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'crun'
pkgname=crun
version=0.20.1
version=0.21
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=84a31b25169d92b59a2611fe256a2cc48b05edd9aee8eab4e3dabb60d88f5a23
checksum=018c805c88a15cbd8341d00badd00c92de256bc585c46336be78f1ff9a5a3cf2
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"