runc: update to 1.0.0-rc9.
Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
This commit is contained in:
parent
274a4453a4
commit
30c712e46b
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'runc'
|
||||
pkgname=runc
|
||||
version=1.0.0
|
||||
revision=10
|
||||
_subver="rc8"
|
||||
revision=11
|
||||
_subver="rc9"
|
||||
_ver="$version-$_subver"
|
||||
wrksrc="$pkgname-$_ver"
|
||||
build_style=go
|
||||
|
@ -15,7 +15,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/opencontainers/runc"
|
||||
distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
|
||||
checksum=5d46f01bca203ae226f107f8e3351211f492d43038af19b8337acffab6c4f576
|
||||
checksum=2f1c7ebac67c779affe2bb4370bba44b08ed280144ba58c86219186e303832ba
|
||||
|
||||
post_build() {
|
||||
make man
|
||||
|
|
Loading…
Reference in a new issue