runc: update to 1.0.0_15 (rc93)
This commit is contained in:
parent
a28af9e62d
commit
7a17523f73
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'runc'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=14
|
revision=15
|
||||||
_subver="rc92"
|
_subver="rc93"
|
||||||
_ver="$version-$_subver"
|
_ver="$version-$_subver"
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=2f76b623b550588db98e2be72e74aae426f5d4cf736bd92afb91dd5586816daf
|
checksum=70ee0fcf45b17f0da93dd4c4d174046a3584080dcc07c5468914d33d57c8202d
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man
|
make man
|
||||||
|
|
Loading…
Reference in a new issue