* update docker-buildx to 0.20.1-1
This commit is contained in:
parent
481a421d2d
commit
4e8a9f79e9
@ -1,6 +1,6 @@
|
||||
pkgbase = docker-buildx
|
||||
pkgdesc = Docker CLI plugin for extended build capabilities with BuildKit
|
||||
pkgver = 0.19.3
|
||||
pkgver = 0.20.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/docker/buildx
|
||||
arch = x86_64
|
||||
@ -11,7 +11,7 @@ pkgbase = docker-buildx
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
options = !lto
|
||||
source = git+https://github.com/docker/buildx.git#tag=v0.19.3
|
||||
sha512sums = 952bf6416584b57393ff64927738b7a8b4f9bca81738b22a559f99b7a9d16d413f6a3bf014ceb87e1f3882715af3ff39c5b60059463134591e533885d2bfc5f5
|
||||
source = git+https://github.com/docker/buildx.git#tag=v0.20.1
|
||||
sha512sums = edab97b7bc123bb6b38a32b3595751ab8ee380c739676c4205b941cea147a19cead9f5ae64c4e075b329ac602f119e4288e6166510a8b3a549d9085ad63f5066
|
||||
|
||||
pkgname = docker-buildx
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Joakim Saario <saario.joakim@gmail.com>
|
||||
|
||||
pkgname=docker-buildx
|
||||
pkgver=0.19.3
|
||||
pkgver=0.20.1
|
||||
pkgrel=1
|
||||
pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
|
||||
arch=(x86_64 powerpc64le riscv64)
|
||||
@ -14,7 +14,7 @@ makedepends=('go' 'git')
|
||||
depends=('glibc')
|
||||
options=(!lto)
|
||||
source=("git+https://github.com/docker/buildx.git#tag=v${pkgver}")
|
||||
sha512sums=('952bf6416584b57393ff64927738b7a8b4f9bca81738b22a559f99b7a9d16d413f6a3bf014ceb87e1f3882715af3ff39c5b60059463134591e533885d2bfc5f5')
|
||||
sha512sums=('edab97b7bc123bb6b38a32b3595751ab8ee380c739676c4205b941cea147a19cead9f5ae64c4e075b329ac602f119e4288e6166510a8b3a549d9085ad63f5066')
|
||||
|
||||
build() {
|
||||
cd "buildx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user