crun: update to 1.28.
This commit is contained in:
committed by
Duncan Overbruck
parent
e8b355e2bb
commit
7d93a6000e
@@ -1,18 +1,18 @@
|
||||
# Template file for 'crun'
|
||||
pkgname=crun
|
||||
version=1.27
|
||||
version=1.28
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-systemd"
|
||||
hostmakedepends="pkg-config python3 $(vopt_if man go-md2man)"
|
||||
makedepends="libcap-devel libseccomp-devel yajl-devel"
|
||||
makedepends="libcap-devel libseccomp-devel json-c-devel libblake3-devel"
|
||||
short_desc="Lightweight OCI runtime written in C"
|
||||
maintainer="Imran Khan <imran@khan.ovh>"
|
||||
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
|
||||
homepage="https://github.com/containers/crun"
|
||||
changelog="https://raw.githubusercontent.com/containers/crun/main/NEWS"
|
||||
distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
|
||||
checksum=99077cc701a9f6842f70384eb05e9429da1ad338cdef3e0bac5a486cbf2ca75d
|
||||
checksum=eb8fe73ffe44d868b14bb94fa6c295bd57e8bf023de43b61579da826c07cc406
|
||||
# most of the tests don't work inside a container
|
||||
make_check=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user