mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
runc: update to 1.1.6.
This commit is contained in:
parent
9c79951498
commit
9703caea23
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runc'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.1.5
|
version=1.1.6
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
|
@ -12,8 +12,9 @@ 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"
|
||||||
|
changelog="https://github.com/opencontainers/runc/raw/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
|
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
|
||||||
checksum=bed3a10df91a161dea38115a955b9b68f9130d8ea24071b12cdf657929d9cfb4
|
checksum=548506fc1de8f0a4790d8e937eeede17db4beb79c53d66acb4f7ec3edbc31668
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man
|
make man
|
||||||
|
|
Loading…
Add table
Reference in a new issue