system/docker-buildx: Updated for version 0.10.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a7ba9fdc04
commit
b6e6d0a500
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-buildx
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
GITHASH=${GITHASH:-481796f84fe2f27d0ea19e368a7b9e0ac6ea636d}
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
GITHASH=${GITHASH:-00ed17df6d20f3ca4553d45789264cdb78506e5f}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-buildx"
|
||||
VERSION="0.10.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="https://github.com/docker/buildx"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.10.1/buildx-0.10.1.tar.gz"
|
||||
MD5SUM_x86_64="544d2e5826c1d6f9683cd8633d833db3"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.10.2/buildx-0.10.2.tar.gz"
|
||||
MD5SUM_x86_64="def4deae94d4d0bbb249267adbd9b366"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue