Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
buildah
Commits:
966c09f3 by Morten Linderud at 2024-02-29T21:52:25+01:00
upgpkg: 1.34.0-1
- - - - -
c3481561 by Morten Linderud at 2024-02-29T21:55:46+01:00
upgpkg: 1.34.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
- pkgver = 1.34.0
- pkgrel = 2
+ pkgver = 1.34.1
+ pkgrel = 1
url = https://github.com/containers/buildah
arch = x86_64
license = Apache
@@ -22,7 +22,7 @@ pkgbase = buildah
depends = slirp4netns
options = !lto
options = !debug
- source =
git+https://github.com/containers/buildah.git#commit=21ec7aceb20e475c00bb4d65ae3d5764c59ec997
+ source =
git+https://github.com/containers/buildah.git#commit=a2bab63fdbf32b6b5e45b0750f122327e09842a6
sha512sums = SKIP
pkgname = buildah
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=buildah
-pkgver=1.34.0
-pkgrel=2
+pkgver=1.34.1
+pkgrel=1
pkgdesc="A tool which facilitates building OCI images"
arch=(x86_64)
url="https://github.com/containers/buildah"
@@ -13,7 +13,7 @@ depends=(crun skopeo slirp4netns)
makedepends=(go git bats btrfs-progs device-mapper gpgme libassuan
bzip2 go-md2man runc skopeo systemd)
options=(!lto !debug)
-_commit=21ec7aceb20e475c00bb4d65ae3d5764c59ec997 #refs/tags/v1.34.0
+_commit=a2bab63fdbf32b6b5e45b0750f122327e09842a6 #refs/tags/v1.34.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/-/compare/d707e32d995be9e892e6e2eb7d5fbd4e320de12a...c3481561c52918fc4dc99274622e3efe62f95885
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/compare/d707e32d995be9e892e6e2eb7d5fbd4e320de12a...c3481561c52918fc4dc99274622e3efe62f95885
You're receiving this email because of your account on gitlab.archlinux.org.