docker-buildx: updated to version 0.10.4

This commit is contained in:
Matt Housh 2023-03-13 17:11:00 -05:00
parent 0e65570a60
commit ff21a2842c
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37j30RkxWhDfrJ0MV0ItsMErVfuxOVaUaRpQRyfPL9SrBkEkGXRVkjLTnbVhNjYYCd2N/gUvjTVkHCsR3mksOgo=
SHA256 (Pkgfile) = 940b80abba986b1aaccfd2d472067317266e8ba7d3ccadf5cbfd574ba8ca9119
RWSagIOpLGJF328HL2tKpDFs4DfC1uLeH78nu1PTDXD6eu06s/D0NCX70/wZrUp3UYKRYocodG25a6Vjh/3TvXu6ibWUT7p3vwM=
SHA256 (Pkgfile) = ae0e05e1d1c673ee35b4d4cef8363d5e399bfab254671b154d538c30d1994c50
SHA256 (.footprint) = 7d7ebf2afc3613942c07a965f304cfe59dcf5df3db787bb89f501718d69dad48
SHA256 (docker-buildx-0.10.3.tar.gz) = e21ce4b222cfcc5fe981a1ee51fca1f7c7d59de0f1911ae3f64f6d9a969695a3
SHA256 (docker-buildx-0.10.4.tar.gz) = 171d383133d7a040a4058160d4bdb6a5416e29a6b9cf3c6470f84e7a1663e8a2

View File

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