docker-buildx: updated to version 0.10.5

This commit is contained in:
Matt Housh 2023-05-24 17:13:52 -05:00
parent ececcec0fe
commit c32b7d4118
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF328HL2tKpDFs4DfC1uLeH78nu1PTDXD6eu06s/D0NCX70/wZrUp3UYKRYocodG25a6Vjh/3TvXu6ibWUT7p3vwM=
SHA256 (Pkgfile) = ae0e05e1d1c673ee35b4d4cef8363d5e399bfab254671b154d538c30d1994c50
RWSagIOpLGJF38VfF+QmylEOFP8vHGeBMBFszALU4ZLj2oIJ1ugA68OGngAj/KcfKURnXVHLcd7L2iou7KTp7mqYBkLTF+sinQY=
SHA256 (Pkgfile) = 020d68624e91faa84259d5d791e38aae2c8d7c410d538c1c8b546cf7e32d4b36
SHA256 (.footprint) = 7d7ebf2afc3613942c07a965f304cfe59dcf5df3db787bb89f501718d69dad48
SHA256 (docker-buildx-0.10.4.tar.gz) = 171d383133d7a040a4058160d4bdb6a5416e29a6b9cf3c6470f84e7a1663e8a2
SHA256 (docker-buildx-0.10.5.tar.gz) = e443d44342569f1a601c906d91252c5ed77f75a4eb11a578a38ae6bf9e5b56b5

View File

@ -4,7 +4,7 @@
# Depends on: docker
name=docker-buildx
version=0.10.4
version=0.10.5
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=c513d34049e499c53468deac6c4267ee72948f02 \
-X github.com/docker/buildx/version.Revision=86bdced7766639d56baa4c7c449a4f6468490f87 \
-X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
./cmd/buildx
install -Dm755 $name $PKG/usr/lib/docker/cli-plugins/$name