Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
buildkit
Commits:
c4bd323e by Caleb Maclennan at 2025-07-03T00:38:19+03:00
upgpkg: 0.23.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = buildkit
pkgdesc = A toolkit for converting source code to build artifacts in a
repeatable manner
- pkgver = 0.23.1
+ pkgver = 0.23.2
pkgrel = 1
url = https://github.com/moby/buildkit
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = buildkit
depends = runc
depends = containerd
options = !lto
- source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.23.1
- sha256sums =
879d5b886a33b95e9b8db35988f5505174bf7873adf03f405af43bdeb221688e
+ source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.23.2
+ sha256sums =
5685bc71fc0a9da1acd9fd3095a9744b34516b4bd8787c13776938785a2b1da5
pkgname = buildkit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kenneth Endfinger <[email protected]>
pkgname=buildkit
-pkgver=0.23.1
+pkgver=0.23.2
pkgrel=1
pkgdesc='A toolkit for converting source code to build artifacts in a
repeatable manner'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('runc' 'containerd')
makedepends=('git' 'go')
options=('!lto')
source=("$pkgname::git+$url.git#tag=v$pkgver")
-sha256sums=('879d5b886a33b95e9b8db35988f5505174bf7873adf03f405af43bdeb221688e')
+sha256sums=('5685bc71fc0a9da1acd9fd3095a9744b34516b4bd8787c13776938785a2b1da5')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/c4bd323e22f1e7244b1e821c1b4af41c93506337
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/c4bd323e22f1e7244b1e821c1b4af41c93506337
You're receiving this email because of your account on gitlab.archlinux.org.