docker-buildx: updated to version 0.12.0

This commit is contained in:
Matt Housh 2023-11-20 17:43:55 -06:00
parent 967691f3f9
commit d6f465cb94
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37h66AY48xKOiTkTQMzwEAyEf00MGpp+drjqlrDr2FbDVMdhVS4UVWKnJrcCB1EZZOS/uUI34LaWxaPXxF+NggQ=
SHA256 (Pkgfile) = 09307adb99a21ee4a51447c0f2788b267bc79c89420cdfab1135db6c42cb2087
RWSagIOpLGJF33/hSWublLB7Cw8kKoSdgTyHc9GJC4+Q2gndzj15yP9Oa7rX+NwOo7+D8PyJDdHwQbnRZ37c869wTxUUG7VQ1wE=
SHA256 (Pkgfile) = 1268e9cbbd94d97d8caa032ff33e77b8ea1bd9c54a173ec3ad229ed4bfe42bd6
SHA256 (.footprint) = 7d7ebf2afc3613942c07a965f304cfe59dcf5df3db787bb89f501718d69dad48
SHA256 (docker-buildx-0.11.2.tar.gz) = 371eb742213ed580179fc4fdfd9a197f0e3115e91979b7907828427d578d49e5
SHA256 (docker-buildx-0.12.0.tar.gz) = 7d00cc435b5ea8d180c0deda30e46ae2bca81d630629ad3c370a70448995ea5a

View File

@ -4,7 +4,7 @@
# Depends on: docker
name=docker-buildx
version=0.11.2
version=0.12.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=b4df08551fb12eb2ed17d3d9c3977ca0a903415a \
-X github.com/docker/buildx/version.Revision=542e5d810e4a1a155684f5f3c5bd7e797632a12f \
-X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
./cmd/buildx
install -Dm755 $name $PKG/usr/lib/docker/cli-plugins/$name