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


Commits:
71ce16fd by Christian Heusel at 2024-04-18T20:20:08+02:00
upgpkg: 0.14.0-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.13.1
+       pkgver = 0.14.0
        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#commit=788433953af10f2a698f5c07611dddce2e08c7a0
-       sha512sums = SKIP
+       source = git+https://github.com/docker/buildx.git#tag=v0.14.0
+       sha512sums = 
115b59ce9f73bbd5eda10344cc26be66e5cceb808abe9c4921a6e5e86d4339706f7d374b8239738784873cb2e401ce31fe8f7eff9daa9501475f20f959164e2c
 
 pkgname = docker-buildx


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Joakim Saario <saario.joa...@gmail.com>
 
 pkgname=docker-buildx
-pkgver=0.13.1
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
 arch=('x86_64')
@@ -11,14 +11,8 @@ url="https://github.com/docker/buildx";
 license=("Apache-2.0")
 makedepends=('go' 'git')
 options=(!lto)
-_commit=788433953af10f2a698f5c07611dddce2e08c7a0 # refs/tags/v0.13.1
-source=("git+https://github.com/docker/buildx.git#commit=${_commit}";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd "buildx"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
+source=("git+https://github.com/docker/buildx.git#tag=v${pkgver}";)
+sha512sums=('115b59ce9f73bbd5eda10344cc26be66e5cceb808abe9c4921a6e5e86d4339706f7d374b8239738784873cb2e401ce31fe8f7eff9daa9501475f20f959164e2c')
 
 build() {
   cd "buildx"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-buildx/-/commit/71ce16fdd9108552a6d77f99e8d6b1f22c911f7c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to