mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-buildx: Updated for version 0.17.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
254c30b30e
commit
df7f83e028
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-buildx
|
||||
VERSION=${VERSION:-0.16.2}
|
||||
GITHASH=${GITHASH:-99dea6dacacc3d604788953088560b9880550570}
|
||||
VERSION=${VERSION:-0.17.1}
|
||||
GITHASH=${GITHASH:-257815a6fbaee88976808020bf04274388275ae8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-buildx"
|
||||
VERSION="0.16.2"
|
||||
VERSION="0.17.1"
|
||||
HOMEPAGE="https://github.com/docker/buildx"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.16.2/buildx-0.16.2.tar.gz"
|
||||
MD5SUM_x86_64="d6150f2a405a9bf49a5e4da2934aeb67"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.17.1/buildx-0.17.1.tar.gz"
|
||||
MD5SUM_x86_64="1b3dd2f3c992fdf682e3b8d879c0828e"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue