crun: update to 1.6.

This commit is contained in:
Imran Khan 2022-07-20 21:31:10 +06:00 committed by Leah Neukirchen
parent ee707ed9d0
commit 4112769cc0
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'crun'
pkgname=crun
version=1.4.5
version=1.6
revision=1
build_style=gnu-configure
configure_args="--disable-systemd"
hostmakedepends="pkg-config libtool python3 $(vopt_if man go-md2man)"
hostmakedepends="pkg-config python3 $(vopt_if man go-md2man)"
makedepends="libcap-devel libseccomp-devel yajl-devel"
short_desc="Lightweight OCI runtime written in C"
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=923ea3557691990c972b3ed587a2f9703a03a0f83e0ea52d584ec668a59908e5
checksum=d6b100d22b718a8d490c2725935d202843becb24caf830b88119cfaff630c0ce
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" argp-standalone"