docker-buildx: updated to version 0.16.2

This commit is contained in:
Matt Housh 2024-07-26 09:12:34 -05:00
parent 6ac1c4f556
commit aa12a7520d
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF382VClBwmS4bVUPz9DKKkRvcu+HaEdWjQAF25xWHQccm5pAxmmUO6/l5oCh54YE78NSomeBMdhq6B9NqXqhzfAc=
SHA256 (Pkgfile) = b26a526af4a64e3ddf211c3b36f97d89e1496c531f8e1849fece282421523480
RWSagIOpLGJF3yOTYjS9J5G9jDwmbz5yRLgT+Ry9Mu27x3fnWLqip8v0b5gFNy/U0QJejhOpGhF9erp+NCywQk8ErgrRNpLJ5gg=
SHA256 (Pkgfile) = c71e366c5e61c8c443021296faff43c4cf99c4a372f7f60abb6182c1ab21f535
SHA256 (.footprint) = 7d7ebf2afc3613942c07a965f304cfe59dcf5df3db787bb89f501718d69dad48
SHA256 (docker-buildx-0.15.1.tar.gz) = af8a6733b166c7b7676348e7553b1abaa9e62b416827f1be790a8fe7ec21c8a9
SHA256 (docker-buildx-0.16.2.tar.gz) = f314635765f3dc5efe089244280cd24a577e83d339fec1970fed16977bf28382

View File

@ -4,7 +4,7 @@
# Depends on: docker
name=docker-buildx
version=0.15.1
version=0.16.2
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=1c1dbb2e4cb5363110f42102744a08d034c2300d \
-X github.com/docker/buildx/version.Revision=99dea6dacacc3d604788953088560b9880550570 \
-X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
./cmd/buildx
install -Dm755 $name $PKG/usr/lib/docker/cli-plugins/$name