docker-buildx: updated to version 0.15.1

This commit is contained in:
Matt Housh 2024-07-03 18:55:52 -05:00
parent 2a03ef7b03
commit da65e0d2b9
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
2 changed files with 5 additions and 5 deletions
docker-buildx

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF388rW/FxOq/MkBxFYx6xQ+IbLG3zt/Xt3Y7giHjKTAA5TpbW38c9ycmRmgPdptbKYT38DKS/9h6zhC7JGHUO2AQ=
SHA256 (Pkgfile) = e7e7866bcd2ca86def6073a40a167c3cddbd27d8a0ea3c01e8286c2bb2d9932e
RWSagIOpLGJF382VClBwmS4bVUPz9DKKkRvcu+HaEdWjQAF25xWHQccm5pAxmmUO6/l5oCh54YE78NSomeBMdhq6B9NqXqhzfAc=
SHA256 (Pkgfile) = b26a526af4a64e3ddf211c3b36f97d89e1496c531f8e1849fece282421523480
SHA256 (.footprint) = 7d7ebf2afc3613942c07a965f304cfe59dcf5df3db787bb89f501718d69dad48
SHA256 (docker-buildx-0.14.1.tar.gz) = 01e39cc6d674e20547a62f52d80bc3cbd6c1cff6764d7869e182bdcdd49ac297
SHA256 (docker-buildx-0.15.1.tar.gz) = af8a6733b166c7b7676348e7553b1abaa9e62b416827f1be790a8fe7ec21c8a9

@ -4,7 +4,7 @@
# Depends on: docker
name=docker-buildx
version=0.14.1
version=0.15.1
release=1
source=(https://github.com/docker/buildx/archive/v${version}/$name-$version.tar.gz)
@ -19,7 +19,7 @@ build() {
cd buildx-$version
go build -mod=vendor -o docker-buildx -ldflags "-linkmode=external \
-X github.com/docker/buildx/version.Version=$version \
-X github.com/docker/buildx/version.Revision=59582a88fca7858dbe1886fd1556b2a0d79e43a3 \
-X github.com/docker/buildx/version.Revision=1c1dbb2e4cb5363110f42102744a08d034c2300d \
-X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
./cmd/buildx
install -Dm755 $name $PKG/usr/lib/docker/cli-plugins/$name