Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
buildah
Commits:
83d8cf9e by Morten Linderud at 2023-10-29T16:47:57+01:00
upgpkg: 1.32.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
- pkgver = 1.32.0
+ pkgver = 1.32.1
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=2326d4929f2bd2494a26b8b42eef5f5c6029dfda
+ source =
git+https://github.com/containers/buildah.git#commit=bfd436d159059b45d770a0fc62386c9e0b9bdbb1
sha512sums = SKIP
pkgname = buildah
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=buildah
-pkgver=1.32.0
+pkgver=1.32.1
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=2326d4929f2bd2494a26b8b42eef5f5c6029dfda #refs/tags/v1.32.0
+_commit=bfd436d159059b45d770a0fc62386c9e0b9bdbb1 #refs/tags/v1.32.1
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/83d8cf9efcaaab3dd5d833093c1f2135e0fd4ade
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/83d8cf9efcaaab3dd5d833093c1f2135e0fd4ade
You're receiving this email because of your account on gitlab.archlinux.org.