Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
buildkit
Commits:
647f0e6f by Caleb Maclennan at 2024-10-31T00:31:19+03:00
upgpkg: 0.17.0-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.16.0
+ pkgver = 0.17.0
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.16.0
- sha256sums =
0db6aa1b686c231248de5fcdd5492ce87055b5e0ec1484b473e551315d9e27ae
+ source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.17.0
+ sha256sums =
52ad1e739267960d3975104e940738b1ce1c3871d647a47ce049428edd156f0b
pkgname = buildkit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kenneth Endfinger <[email protected]>
pkgname=buildkit
-pkgver=0.16.0
+pkgver=0.17.0
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=('0db6aa1b686c231248de5fcdd5492ce87055b5e0ec1484b473e551315d9e27ae')
+sha256sums=('52ad1e739267960d3975104e940738b1ce1c3871d647a47ce049428edd156f0b')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/647f0e6fa3cdfe3a02edf257b1b98a376b4846c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/647f0e6fa3cdfe3a02edf257b1b98a376b4846c8
You're receiving this email because of your account on gitlab.archlinux.org.