George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
buildah
Commits:
9488477f by George Rawlinson at 2023-11-03T21:00:59+13:00
upgpkg: 1.32.2-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
- pkgver = 1.32.1
+ pkgver = 1.32.2
pkgrel = 1
url = https://github.com/containers/buildah
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = buildah
depends = slirp4netns
options = !lto
options = !debug
- source =
git+https://github.com/containers/buildah.git#commit=bfd436d159059b45d770a0fc62386c9e0b9bdbb1
+ source =
git+https://github.com/containers/buildah.git#commit=050318f87df3b79039a0208dd3b6255332e061fd
sha512sums = SKIP
pkgname = buildah
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=buildah
-pkgver=1.32.1
+pkgver=1.32.2
pkgrel=1
pkgdesc="A tool which facilitates building OCI images"
arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(crun skopeo slirp4netns)
makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
bzip2 go-md2man runc skopeo systemd)
options=(!lto !debug)
-_commit=bfd436d159059b45d770a0fc62386c9e0b9bdbb1 #refs/tags/v1.32.1
+_commit=050318f87df3b79039a0208dd3b6255332e061fd #refs/tags/v1.32.2
source=(git+https://github.com/containers/buildah.git#commit=$_commit)
sha512sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/9488477f883b904854c010abdcd1af0868ebb875
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/9488477f883b904854c010abdcd1af0868ebb875
You're receiving this email because of your account on gitlab.archlinux.org.