mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
crun: update to 1.8.6.
This commit is contained in:
parent
1fa8f1d881
commit
4372d06418
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'crun'
|
# Template file for 'crun'
|
||||||
pkgname=crun
|
pkgname=crun
|
||||||
version=1.8.5
|
version=1.8.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd"
|
configure_args="--disable-systemd"
|
||||||
hostmakedepends="pkg-config python3 $(vopt_if man go-md2man)"
|
hostmakedepends="pkg-config python3 $(vopt_if man go-md2man)"
|
||||||
makedepends="libcap-devel libseccomp-devel yajl-devel"
|
makedepends="libcap-devel libseccomp-devel yajl-devel"
|
||||||
short_desc="Lightweight OCI runtime written in C"
|
short_desc="Lightweight OCI runtime written in C"
|
||||||
maintainer="Imran Khan <imrankhan@teknik.io>"
|
maintainer="Imran Khan <imran@khan.ovh>"
|
||||||
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=5a786d7a0ece5068447e730f8a67c9cb18a95c883f5314e154865ad87c520106
|
checksum=9137e9c5246ad7f5f9ec33bf76029ef7d78ea779e177998c32ae6dfed55a182c
|
||||||
# most of the tests don't work inside a container
|
# most of the tests don't work inside a container
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue