Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
buildkit
Commits:
c7babed0 by Caleb Maclennan at 2024-07-12T22:05:22+03:00
upgpkg: 0.15.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.14.1
+ pkgver = 0.15.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.14.1
- sha256sums =
a27d529573adc753b788967dba871b14bfb3cbe0b0d3a2d9e7db6ce8def6d463
+ source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.15.0
+ sha256sums =
73a3a1774d432a332ae0c76eae9c36c79644fcf4a3243e40231f0ae84a94eb50
pkgname = buildkit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kenneth Endfinger <[email protected]>
pkgname=buildkit
-pkgver=0.14.1
+pkgver=0.15.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=('a27d529573adc753b788967dba871b14bfb3cbe0b0d3a2d9e7db6ce8def6d463')
+sha256sums=('73a3a1774d432a332ae0c76eae9c36c79644fcf4a3243e40231f0ae84a94eb50')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/c7babed0bad739557f6988fe17e6a66a29e4d377
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/c7babed0bad739557f6988fe17e6a66a29e4d377
You're receiving this email because of your account on gitlab.archlinux.org.