community/buildah: upgrade to 1.21.1

This commit is contained in:
Michał Polański 2021-06-09 03:57:52 +02:00 committed by Andy Postnikov
parent c3ee0c5107
commit 328892cb50

View File

@ -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
"