summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2017-11-17 19:00:39 -0500
committerVlad Glagolev2017-11-17 19:00:39 -0500
commit578dcad217bc7224d107d96b6d3202dc6fedc6a0 (patch)
tree2fc16294bbed2e81c08097df10996b8503415468 /bin-utils
parent2ddb4f31a5d4268f35c1a08e0da563b75a473a3c (diff)
terraform-tool-bin: => 0.11.0
Diffstat (limited to 'bin-utils')
-rwxr-xr-xbin-utils/terraform-tool-bin/DETAILS6
-rw-r--r--bin-utils/terraform-tool-bin/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/bin-utils/terraform-tool-bin/DETAILS b/bin-utils/terraform-tool-bin/DETAILS
index 4d4aa7f..3d5f940 100755
--- a/bin-utils/terraform-tool-bin/DETAILS
+++ b/bin-utils/terraform-tool-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=terraform-tool-bin
SPELLX=${SPELL/-tool-bin/}
- VERSION=0.10.7
+ VERSION=0.11.0
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:2a0215041db373e0d42f64413f282f3f184a2795b0b0248e1a41d0546d78670deb2742ba611c3a3b0604b76a4c1c574ab5c1b3be88035f5ef04dc776c9c9f8c0
+ SOURCE_HASH=sha512:86de0bf406cb9e03660e4f88a7680b48179458192a805871874898480acb61f4a446b2060653defe690d2dc5043e845881a98e984bb03b7aae287d69e56a7309
else
ARCH=386
- SOURCE_HASH=sha512:0d8f8609a56fcf17d4be3ea3a0f9409e2ccb0e748a2c53b88b8474ff96130e5a1d98f17fe0083892baab945b55dff3f435e931b794d80d3081d88b0b3cec764c
+ SOURCE_HASH=sha512:2e791fd2a1ed7a6cf9650d0defa1253a7b997b0e12353fb7e93e8483cb9373c19bb7039d4c06bcc8e5b7d63927a2936a9865e0d50a966d017520ed4d8dc6a953
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.zip
SOURCE_URL[0]=https://releases.hashicorp.com/${SPELLX}/${VERSION}/${SOURCE}
diff --git a/bin-utils/terraform-tool-bin/HISTORY b/bin-utils/terraform-tool-bin/HISTORY
index 5d6a019..7e77c1d 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2017-11-17 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.11.0
+
2017-10-02 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.10.7