runc: update to 1.0.2

This commit is contained in:
Cameron Nemo 2021-08-29 21:39:56 -07:00 committed by Érico Nogueira Rolim
parent b189553136
commit 113cd2ea55

View file

@ -1,6 +1,6 @@
# Template file for 'runc' # Template file for 'runc'
pkgname=runc pkgname=runc
version=1.0.1 version=1.0.2
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=7401a8be2556490074418c4b04c6e0584854ff15e899da9ebeb6d22abd877323 checksum=740acb49e33eaf4958b5109c85363c1d3900f242d4cab47fbdbefa6f8f3c6909
post_build() { post_build() {
make man make man