runc: update to 1.1.1
This commit is contained in:
parent
bb79b5814d
commit
43178d95f4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'runc'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/opencontainers/runc
|
go_import_path=github.com/opencontainers/runc
|
||||||
|
@ -12,7 +12,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${version}/runc.tar.xz"
|
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
|
||||||
checksum=152e8975793aa45a6717e367bd1652f8147728d25adad339d2f70c4fd2ddc623
|
checksum=75c1f0bb19b209412c52599e24b33ac306cf7caf772c97577b7ebe964837a54b
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man
|
make man
|
||||||
|
|
Loading…
Reference in New Issue