Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
buildkit


Commits:
9d8832d0 by Caleb Maclennan at 2024-11-08T17:11:19+03:00
upgpkg: 0.17.1-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.0
+       pkgver = 0.17.1
        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.0
-       sha256sums = 
52ad1e739267960d3975104e940738b1ce1c3871d647a47ce049428edd156f0b
+       source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.17.1
+       sha256sums = 
dabaec8908698259ce95d4def9a44314c4c357f6eb22a00d9a4be12e03fd5eac
 
 pkgname = buildkit


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Kenneth Endfinger <[email protected]>
 
 pkgname=buildkit
-pkgver=0.17.0
+pkgver=0.17.1
 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=('52ad1e739267960d3975104e940738b1ce1c3871d647a47ce049428edd156f0b')
+sha256sums=('dabaec8908698259ce95d4def9a44314c4c357f6eb22a00d9a4be12e03fd5eac')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/9d8832d07551702366387f6b6a7d94a3cc01065e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/9d8832d07551702366387f6b6a7d94a3cc01065e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to