crun: update to 1.18.1.
This commit is contained in:
parent
f6bb3b12a9
commit
d4c0b32dbf
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'crun'
|
# Template file for 'crun'
|
||||||
pkgname=crun
|
pkgname=crun
|
||||||
version=1.17
|
version=1.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd"
|
configure_args="--disable-systemd"
|
||||||
|
@ -8,11 +8,11 @@ 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 <imran@khan.ovh>"
|
maintainer="Imran Khan <imran@khan.ovh>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/containers/crun"
|
homepage="https://github.com/containers/crun"
|
||||||
changelog="https://raw.githubusercontent.com/containers/crun/main/NEWS"
|
changelog="https://raw.githubusercontent.com/containers/crun/main/NEWS"
|
||||||
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=b766609814c0b0a3c0d2d235af1b061bd71da1aa2e8bb181d66e89f1b9a4e874
|
checksum=390cbbb022457aa705c802ad7ba9a5aace8562192d57365ce8bed0325770c6bc
|
||||||
# most of the tests don't work inside a container
|
# most of the tests don't work inside a container
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue