Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
buildkit
Commits:
92218e20 by Caleb Maclennan at 2024-11-22T15:56:40+03:00
upgpkg: 0.17.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.17.1
+ pkgver = 0.17.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.17.1
- sha256sums =
dabaec8908698259ce95d4def9a44314c4c357f6eb22a00d9a4be12e03fd5eac
+ source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.17.2
+ sha256sums =
b9193b3e7a7e91ef3c59925209d760663bf1362a555db47a318d7f8107399df0
pkgname = buildkit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kenneth Endfinger <[email protected]>
pkgname=buildkit
-pkgver=0.17.1
+pkgver=0.17.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=('dabaec8908698259ce95d4def9a44314c4c357f6eb22a00d9a4be12e03fd5eac')
+sha256sums=('b9193b3e7a7e91ef3c59925209d760663bf1362a555db47a318d7f8107399df0')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/92218e207be8c2160bd61cdfedef97dcc562844a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/92218e207be8c2160bd61cdfedef97dcc562844a
You're receiving this email because of your account on gitlab.archlinux.org.