docker-buildx: updated to version 0.14.0

This commit is contained in:
Matt Housh 2024-04-29 13:58:49 -05:00
parent d154579aff
commit d78b7b27fd
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
RWSagIOpLGJF3+zXiJR3u8leDBv5ijmoOR8jcvAIkk2w/zF1fBFQyak+XF2bJ0UInULE+7eP2Y/OXnFRrooJ89IfLZULQZJJxgU=
SHA256 (Pkgfile) = cd45f51a928e07425550cbc777f762d01221a203f8cb4b028e222c9a2d4b26c8
RWSagIOpLGJF32R+G11sFHGETvxJ6nR8FizHV7EclEKHYYRtp5Cue5n1SnJBx+h7xSFxLR17ps94n5QBMsm76kHA+ipIlhAG3w0=
SHA256 (Pkgfile) = d2695f1d48bb695fef53a9bce2b25bd676feffa99f2c4a48977c969bf30d3444
SHA256 (.footprint) = 7d7ebf2afc3613942c07a965f304cfe59dcf5df3db787bb89f501718d69dad48
SHA256 (docker-buildx-0.13.1.tar.gz) = 6e77b77d9b7fae6f00955968569ec32673ae6e2bed31587ea016f9a5169b0f61
SHA256 (docker-buildx-0.14.0.tar.gz) = 9ed27d47b728288500ba2535366792d9b006354e02178688360919663f92b63e

View File

@ -4,7 +4,7 @@
# Depends on: docker
name=docker-buildx
version=0.13.1
version=0.14.0
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=788433953af10f2a698f5c07611dddce2e08c7a0 \
-X github.com/docker/buildx/version.Revision=171fcbeb69d67c90ba7f44f41a9e418f6a6ec1da \
-X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
./cmd/buildx
install -Dm755 $name $PKG/usr/lib/docker/cli-plugins/$name