runc: update to 1.0.0 rc5
Closes #14604. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
8353a1dadc
commit
fa662cae3b
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'runc'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=4
|
revision=5
|
||||||
_subver="rc4"
|
_subver="rc5"
|
||||||
_ver="$version-$_subver"
|
_ver="$version-$_subver"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/opencontainers/runc
|
go_import_path=github.com/opencontainers/runc
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
hostmakedepends="git go pkg-config"
|
hostmakedepends="git pkg-config"
|
||||||
makedepends="libseccomp-devel"
|
makedepends="libseccomp-devel"
|
||||||
short_desc="CLI tool for spawning and running OCI containers"
|
short_desc="CLI tool for spawning and running OCI containers"
|
||||||
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/opencontainers/runc"
|
homepage="https://github.com/opencontainers/runc"
|
||||||
distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
|
distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
|
||||||
checksum=a059c773455b723fa792fab3d82baa1e01de5b68defda70400ba3683831c7d95
|
checksum=0304d249d0d381fbe4812999d30491b7abebf5a730aac59119f362cb7fdb2a20
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd ${GOSRCPATH}
|
cd ${GOSRCPATH}
|
||||||
|
|
Loading…
Reference in New Issue