Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
docker-buildx


Commits:
417d80a0 by Christian Heusel at 2024-05-22T19:42:13+02:00
upgpkg: 0.14.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = docker-buildx
        pkgdesc = Docker CLI plugin for extended build capabilities with 
BuildKit
-       pkgver = 0.14.0
+       pkgver = 0.14.1
        pkgrel = 1
        url = https://github.com/docker/buildx
        arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = docker-buildx
        makedepends = go
        makedepends = git
        options = !lto
-       source = git+https://github.com/docker/buildx.git#tag=v0.14.0
-       sha512sums = 
115b59ce9f73bbd5eda10344cc26be66e5cceb808abe9c4921a6e5e86d4339706f7d374b8239738784873cb2e401ce31fe8f7eff9daa9501475f20f959164e2c
+       source = git+https://github.com/docker/buildx.git#tag=v0.14.1
+       sha512sums = 
373b3e841ab5067ded3837c999c5fdd6b3b0e3ba341f392b2f7fc79b13f7e0fbd5421bc9d928c3d416eb616b11e3624f0669b9f94f95e081669f3b8b167a4048
 
 pkgname = docker-buildx


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Joakim Saario <saario.joa...@gmail.com>
 
 pkgname=docker-buildx
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=("Apache-2.0")
 makedepends=('go' 'git')
 options=(!lto)
 source=("git+https://github.com/docker/buildx.git#tag=v${pkgver}";)
-sha512sums=('115b59ce9f73bbd5eda10344cc26be66e5cceb808abe9c4921a6e5e86d4339706f7d374b8239738784873cb2e401ce31fe8f7eff9daa9501475f20f959164e2c')
+sha512sums=('373b3e841ab5067ded3837c999c5fdd6b3b0e3ba341f392b2f7fc79b13f7e0fbd5421bc9d928c3d416eb616b11e3624f0669b9f94f95e081669f3b8b167a4048')
 
 build() {
   cd "buildx"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/417d80a039e03425bded2278e6a0292d77a5ff6d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/417d80a039e03425bded2278e6a0292d77a5ff6d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to