[arch-commits] Commit in buildkit/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Thu Apr 7 23:37:34 UTC 2022


    Date: Thursday, April 7, 2022 @ 23:37:34
  Author: grawlinson
Revision: 1182924

upgpkg: buildkit 0.10.1-1

New upstream release.

Modified:
  buildkit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 23:32:09 UTC (rev 1182923)
+++ PKGBUILD	2022-04-07 23:37:34 UTC (rev 1182924)
@@ -2,8 +2,8 @@
 # Contributor: Kenneth Endfinger <kaendfinger at gmail.com>
 
 pkgname=buildkit
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc='A toolkit for converting source code to build artifacts in a repeatable manner'
 arch=('x86_64')
 url="https://github.com/moby/buildkit"
@@ -11,7 +11,7 @@
 depends=('runc' 'containerd')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='068cf686a7e5c3254244d0acc54636f4f393611e'
+_commit='5bc9c7b15891eecab8d1e0c34ed62a0177c45ae7'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 



More information about the arch-commits mailing list