diff options
-rw-r--r-- | testing/buildah/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/buildah/APKBUILD b/testing/buildah/APKBUILD index 0692e9212a..5bae59063d 100644 --- a/testing/buildah/APKBUILD +++ b/testing/buildah/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Michał Polański <michal@polanski.me> # Maintainer: kohnish <kohnish@gmx.com> pkgname=buildah -pkgver=1.14.6 +pkgver=1.14.7 pkgrel=0 pkgdesc="A tool that facilitates building OCI container images" url="https://github.com/containers/buildah" @@ -21,4 +21,4 @@ package() { GIT_COMMIT="$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" } -sha512sums="869addbd41c115ca92eab30133c76cd0d449184e95f3b64fa57ad84f50834e6f6189bd1a7e4871aba270b96bf69192ff00da7f0e086439c811c5093342ac14d2 buildah-1.14.6.tar.gz" +sha512sums="d094fbd9d34313e0507223ea720eef75ff19edde7ce1d9a8db3f9af4fcd81c0970f7736d9854023e4904285af1aca1722d9a86394192000da800620ff52499ce buildah-1.14.7.tar.gz" |