mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
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'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=10
|
revision=11
|
||||||
_subver="rc8"
|
_subver="rc9"
|
||||||
_ver="$version-$_subver"
|
_ver="$version-$_subver"
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -15,7 +15,7 @@ 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=5d46f01bca203ae226f107f8e3351211f492d43038af19b8337acffab6c4f576
|
checksum=2f1c7ebac67c779affe2bb4370bba44b08ed280144ba58c86219186e303832ba
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man
|
make man
|
||||||
|
|
Loading…
Add table
Reference in a new issue