system/docker-buildx: Updated for versino 0.13.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-03-15 20:01:12 +09:00 committed by Willy Sudiarto Raharjo
parent 42e72bbe40
commit 84f89fd0fb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-buildx
VERSION=${VERSION:-0.12.1}
GITHASH=${GITHASH:-30feaa1a915b869ebc2eea6328624b49facd4bfb}
VERSION=${VERSION:-0.13.1}
GITHASH=${GITHASH:-788433953af10f2a698f5c07611dddce2e08c7a0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="docker-buildx"
VERSION="0.12.1"
VERSION="0.13.1"
HOMEPAGE="https://github.com/docker/buildx"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.12.1/buildx-0.12.1.tar.gz"
MD5SUM_x86_64="63761cc74aee051f8b93e74f3cce84a7"
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.13.1/buildx-0.13.1.tar.gz"
MD5SUM_x86_64="42a6b7cc084755ff69b7109fb728f29d"
REQUIRES="google-go-lang"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"