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 f48695bd8c..ed9942484b 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.1 +pkgver=1.14.2 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="5340dc80327eea2688867c20a0e09f08cfd0e4f94770603e8a3ad31e791b3c4980682820121b83e4d8fac89217491fe212af8f4dbaa2d545d33077299b69c0a8 buildah-1.14.1.tar.gz" +sha512sums="d8f2488321cc52f1e2a390ffe975d83c4a6e9a169d47787715e0e04c29249abf501798bc3588d5d5c1bf70fc1a8451f75b102f629517da636cf9fd093667797c buildah-1.14.2.tar.gz" |