* update docker-buildx to 0.16.0-1

This commit is contained in:
Alexander Baldeck 2024-09-10 09:12:14 +02:00
parent 2c2f7abf05
commit 0b690973ee
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = docker-buildx
pkgdesc = Docker CLI plugin for extended build capabilities with BuildKit
pkgver = 0.13.1
pkgver = 0.16.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.16.0
sha512sums = a9e1bae71a4fc0c7597754e7f3c4ce979521d2fab8aedefe94da6da61bdac53166f74c856222b44d3c5683bb812abb774fff077f0fe779a747d8c4a09b7759e2
pkgname = docker-buildx

View File

@ -4,7 +4,7 @@
# Contributor: Joakim Saario <saario.joakim@gmail.com>
pkgname=docker-buildx
pkgver=0.15.1
pkgver=0.16.0
pkgrel=1
pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
arch=(x86_64 powerpc64le riscv64)
@ -13,7 +13,7 @@ license=("Apache-2.0")
makedepends=('go' 'git')
options=(!lto)
source=("git+https://github.com/docker/buildx.git#tag=v${pkgver}")
sha512sums=('8652600d3d4db71da81ea871ed81eacfcbb111235689f6c8b3ed28455bb46fa0aedf469b145c4375c1bbd08936847b75c8fb1a93d05561cac79f76414c40dce9')
sha512sums=('a9e1bae71a4fc0c7597754e7f3c4ce979521d2fab8aedefe94da6da61bdac53166f74c856222b44d3c5683bb812abb774fff077f0fe779a747d8c4a09b7759e2')
build() {
cd "buildx"