Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
buildkit
Commits:
86e747dc by Caleb Maclennan at 2024-11-27T10:21:47+03:00
upgpkg: 0.18.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.17.2
+ pkgver = 0.18.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.17.2
- sha256sums =
b9193b3e7a7e91ef3c59925209d760663bf1362a555db47a318d7f8107399df0
+ source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.18.0
+ sha256sums =
115af2f76aa0ed5c6b0f9c62430606d13866b13a10fbf16667d6af2170b48409
pkgname = buildkit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kenneth Endfinger <[email protected]>
pkgname=buildkit
-pkgver=0.17.2
+pkgver=0.18.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=('b9193b3e7a7e91ef3c59925209d760663bf1362a555db47a318d7f8107399df0')
+sha256sums=('115af2f76aa0ed5c6b0f9c62430606d13866b13a10fbf16667d6af2170b48409')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/86e747dc45c5ff8904190aa07ea7cd206c247c3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/86e747dc45c5ff8904190aa07ea7cd206c247c3a
You're receiving this email because of your account on gitlab.archlinux.org.