mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-buildx: Updated for version 0.12.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8689dc95f5
commit
97270b2d32
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-buildx
|
||||
VERSION=${VERSION:-0.11.2}
|
||||
GITHASH=${GITHASH:-9872040b6626fb7d87ef7296fd5b832e8cc2ad17}
|
||||
VERSION=${VERSION:-0.12.0}
|
||||
GITHASH=${GITHASH:-542e5d810e4a1a155684f5f3c5bd7e797632a12f}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-buildx"
|
||||
VERSION="0.11.2"
|
||||
VERSION="0.12.0"
|
||||
HOMEPAGE="https://github.com/docker/buildx"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.11.2/buildx-0.11.2.tar.gz"
|
||||
MD5SUM_x86_64="fd44adb39639764e3b778f4e172a08a8"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/buildx/archive/v0.12.0/buildx-0.12.0.tar.gz"
|
||||
MD5SUM_x86_64="f6429d20aec95bad817303bb87351005"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue