crun: update to 1.4.5.

This commit is contained in:
Michal Vasilek 2022-07-17 16:21:41 +02:00
parent 03da01b5ae
commit eb39ff30e9

View file

@ -1,6 +1,6 @@
# Template file for 'crun'
pkgname=crun
version=1.4.4
version=1.4.5
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=49eeb7ed921428f06094ab02233bb2f95ddfc4bf59a40bcabe8a2823085a0c12
checksum=923ea3557691990c972b3ed587a2f9703a03a0f83e0ea52d584ec668a59908e5
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"