diff options
author | Michał Polański <michal@polanski.me> | 2020-05-13 02:44:34 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-13 04:27:43 +0000 |
commit | 49e1103415818414e3cd42ee4029a9bd18b06140 (patch) | |
tree | d90ba3f4068fa7108895052bb6c55e901fca2239 | |
parent | 139717941ea990ad01753b6549b2f76d7e8242bf (diff) | |
download | aports-49e1103415818414e3cd42ee4029a9bd18b06140.tar.gz aports-49e1103415818414e3cd42ee4029a9bd18b06140.tar.bz2 aports-49e1103415818414e3cd42ee4029a9bd18b06140.tar.xz |
testing/buildah: upgrade to 1.14.9
-rw-r--r-- | testing/buildah/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/buildah/APKBUILD b/testing/buildah/APKBUILD index 27972956d7..018a9fb903 100644 --- a/testing/buildah/APKBUILD +++ b/testing/buildah/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Michał Polański <michal@polanski.me> # Maintainer: kohnish <kohnish@gmx.com> pkgname=buildah -pkgver=1.14.8 -pkgrel=1 +pkgver=1.14.9 +pkgrel=0 pkgdesc="A tool that facilitates building OCI container images" url="https://github.com/containers/buildah" arch="all !mips !mips64" # fails to build on mips @@ -21,4 +21,4 @@ package() { GIT_COMMIT="$pkgver" make install PREFIX=/usr DESTDIR="$pkgdir" } -sha512sums="8cc64d8262ffe3727f4c32051f4f3456ab0b54f221ce6d144a301b732170eb487dc356f4e056c804ca9806172e60920239b62800a0aac2dc5de83cd656ea97f3 buildah-1.14.8.tar.gz" +sha512sums="6bd420d4ff15d0c8d8682a23e4d1a45e8b85d59f62697bdab2fe81dba57a913871e8b7670dca20470093c77cb17fe5ca4fb1ff627279cc812aa7efe5b3cab4ab buildah-1.14.9.tar.gz" |