George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / buildah
Commits: e667c76e by George Rawlinson at 2023-12-11T20:19:42+13:00 upgpkg: 1.33.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = buildah pkgdesc = A tool which facilitates building OCI images - pkgver = 1.33.1 + pkgver = 1.33.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=38d6d5f11400b82ee24b94040e0841e894d606eb + source = git+https://github.com/containers/buildah.git#commit=7fffb33667f502737b66c1c1034744ed2dcc3b69 sha512sums = SKIP pkgname = buildah ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Maintainer: George Rawlinson <grawlin...@archlinux.org> pkgname=buildah -pkgver=1.33.1 +pkgver=1.33.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=38d6d5f11400b82ee24b94040e0841e894d606eb #refs/tags/v1.33.1 +_commit=7fffb33667f502737b66c1c1034744ed2dcc3b69 #refs/tags/v1.33.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/e667c76e46959f1ea5f47d5f260dcfb106db33c9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/e667c76e46959f1ea5f47d5f260dcfb106db33c9 You're receiving this email because of your account on gitlab.archlinux.org.