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.1.9. #45536

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/runc/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'runc'
pkgname=runc
version=1.1.8
version=1.1.9
revision=1
build_style=go
go_import_path=github.com/opencontainers/runc
Expand All @@ -14,7 +14,7 @@ license="Apache-2.0"
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"
checksum=fac4b055f56a326bb422f6397ef27b109b87e2063c54c158766f82a5f315cdf0
checksum=7695febe134e17559b26224821a2a123bc9e9a637ad4a8c47e99ae0a1ec71dc2

post_build() {
make man
Expand Down