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

buildah: update to 1.14.3. #20229

Merged
merged 1 commit into from Mar 20, 2020
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/buildah/template
@@ -1,6 +1,6 @@
# Template file for 'buildah'
pkgname=buildah
version=1.14.2
version=1.14.3
revision=1
build_style=go
go_import_path=github.com/containers/buildah
Expand All @@ -15,7 +15,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0"
homepage="https://github.com/containers/buildah"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=30481a33601bf735b2bc13801c129ffe05c03d2fb1c879aa1d4c220dc022c888
checksum=a17066936b9876f42f7f62d75b20c724c7d6b96f999d16c8fa78def4e10dce61

if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="invalid operation: st.Type == _cgroup2SuperMagic (mismatched types int32 and int64)"
Expand Down