From aa36f923d693fe7fafa47aec3cad499e87a85dec Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Fri, 19 Apr 2019 18:44:48 -0700 Subject: [PATCH] buildah: update to 1.7.3. --- srcpkgs/buildah/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index 5e4265927aa..5101ed8aa34 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -1,6 +1,6 @@ # Template file for 'buildah' pkgname=buildah -version=1.7.2 +version=1.7.3 revision=1 build_style=go go_import_path=github.com/containers/buildah @@ -15,7 +15,7 @@ maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://github.com/containers/buildah" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=886bfacc59f59f6d00d1bf5799ebcdfcab02003b531a3a9c82529590eb0eb8c2 +checksum=26b453ba9e5f055171b72cb0cba1401f2dc2a00324bde7817524eae8f4228790 case "$XBPS_TARGET_ARCH" in *-musl) broken="/lib/libmount.so.1: undefined reference to getrandom" ;;