summaryrefslogtreecommitdiffstats
path: root/system/docker-machine
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-11-03 07:24:05 +0100
committer Willy Sudiarto Raharjo2021-11-05 16:31:00 +0100
commitaabc13f06bd0cef6c28fcda07052f3ef2f84bf6d (patch)
tree4bba6040bdfe965b71c44852385bf7ecafa9cb89 /system/docker-machine
parentf7d45ebe940bba4b9a6f7e458fad081d6c51760c (diff)
downloadslackbuilds-aabc13f06bd0cef6c28fcda07052f3ef2f84bf6d.tar.gz
system/docker-machine: Updated for version 0.16.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/docker-machine')
-rw-r--r--system/docker-machine/README2
-rw-r--r--system/docker-machine/docker-machine.SlackBuild5
-rw-r--r--system/docker-machine/docker-machine.info6
3 files changed, 8 insertions, 5 deletions
diff --git a/system/docker-machine/README b/system/docker-machine/README
index 8776f2b482..8e939b1c4b 100644
--- a/system/docker-machine/README
+++ b/system/docker-machine/README
@@ -2,3 +2,5 @@ Machine lets you create Docker hosts on your computer, on cloud
providers, and inside your own data center. It creates servers,
installs Docker on them, then configures the Docker client to talk to
them.
+
+NOTE: This project is now ARCHIVED by upstream.
diff --git a/system/docker-machine/docker-machine.SlackBuild b/system/docker-machine/docker-machine.SlackBuild
index 7c66bdccec..fd82606118 100644
--- a/system/docker-machine/docker-machine.SlackBuild
+++ b/system/docker-machine/docker-machine.SlackBuild
@@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-machine
SRCNAM=machine
-VERSION=${VERSION:-0.16.0}
-GITHASH=${GITHASH:-702c267}
+VERSION=${VERSION:-0.16.2}
+GITHASH=${GITHASH:-bd45ab1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -74,6 +74,7 @@ mkdir build
mv vendor build/src
ln -sf $TMP/$SRCNAM-$VERSION build/src/github.com/docker/machine
+GO111MODULE=auto \
make build \
PREFIX=$PKG/usr \
GOPATH=$TMP/$SRCNAM-$VERSION/build
diff --git a/system/docker-machine/docker-machine.info b/system/docker-machine/docker-machine.info
index f4485e44a8..eabacb6901 100644
--- a/system/docker-machine/docker-machine.info
+++ b/system/docker-machine/docker-machine.info
@@ -1,10 +1,10 @@
PRGNAM="docker-machine"
-VERSION="0.16.0"
+VERSION="0.16.2"
HOMEPAGE="https://docs.docker.com/machine/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/machine/archive/v0.16.0/machine-0.16.0.tar.gz"
-MD5SUM_x86_64="0a114be15896b6d8cc1c2517097bd12a"
+DOWNLOAD_x86_64="https://github.com/docker/machine/archive/v0.16.2/machine-0.16.2.tar.gz"
+MD5SUM_x86_64="29ea13839260c51d7e34068acd37e627"
REQUIRES="google-go-lang"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"