mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
runc: update to 1.0.0
This commit is contained in:
parent
f054be389d
commit
7b305fb05a
1 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,7 @@
|
||||||
# Template file for 'runc'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=17
|
revision=18
|
||||||
_subver="rc95"
|
|
||||||
_ver="$version-$_subver"
|
|
||||||
wrksrc="$pkgname-$_ver"
|
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/opencontainers/runc
|
go_import_path=github.com/opencontainers/runc
|
||||||
go_build_tags="seccomp apparmor"
|
go_build_tags="seccomp apparmor"
|
||||||
|
@ -14,8 +11,8 @@ short_desc="CLI tool for spawning and running OCI containers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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${version}/runc.tar.xz"
|
||||||
checksum=8304b161e1c0ec2cee969b25671a147cd56cb99e6aa534371b2cfb3ec13db2c4
|
checksum=ccdf1ac45cb1bb36eb1810457c6b1a513666958d83a96e01fff6085ba179c9f1
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man
|
make man
|
||||||
|
|
Loading…
Add table
Reference in a new issue