Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runc: update to 1.0.0r92. #24161

Merged
merged 1 commit into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions srcpkgs/runc/patches/nowhich.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/runc/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'runc'
pkgname=runc
version=1.0.0
revision=13
_subver="rc90"
revision=14
_subver="rc92"
_ver="$version-$_subver"
wrksrc="$pkgname-$_ver"
build_style=go
Expand All @@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/opencontainers/runc"
distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
checksum=3fdf6111bd9a56937059c994e36ae5420b57f93737f4b6bda34398f37cd82a19
checksum=2f76b623b550588db98e2be72e74aae426f5d4cf736bd92afb91dd5586816daf

post_build() {
make man
Expand Down