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:
parent
42e72bbe40
commit
84f89fd0fb
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue