aboutsummaryrefslogtreecommitdiffstats
path: root/community/buildah/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/buildah/APKBUILD')
-rw-r--r--community/buildah/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/buildah/APKBUILD b/community/buildah/APKBUILD
index e0edc9bd9b2..74a93993b4c 100644
--- a/community/buildah/APKBUILD
+++ b/community/buildah/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=buildah
-pkgver=1.21.0
-pkgrel=1
+pkgver=1.21.1
+pkgrel=0
pkgdesc="tool that facilitates building OCI container images"
url="https://github.com/containers/buildah"
license="Apache-2.0"
@@ -11,7 +11,7 @@ arch="all"
depends="shadow-uidmap fuse-overlayfs slirp4netns containers-common"
makedepends="go go-md2man lvm2-dev gpgme-dev libseccomp-dev btrfs-progs-dev bash"
subpackages="$pkgname-doc"
-options="!check" # TODO: enable tests
+options="!check" # tests require root privileges
source="https://github.com/containers/buildah/archive/v$pkgver/buildah-$pkgver.tar.gz"
# secfixes:
@@ -29,5 +29,5 @@ package() {
}
sha512sums="
-2ce6afceadec37f54f7f80562969cc382267dabc4fa5a89a09a211326e403376d209d89162333337af8602cb5c551eb446d3c9fac26f516fb8d354a7b5b77472 buildah-1.21.0.tar.gz
+8fb30ed0948f898aef9a32c34d4b2a2e04a376257a73184ec01b67c770be1c3c87e46987ad001ececf2235cb5e17f9d0ff9e9f34be61ddd0935859c4e5b37d1f buildah-1.21.1.tar.gz
"