summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2017-09-06 09:58:25 -0400
committerVlad Glagolev2017-09-06 09:58:25 -0400
commitc2b2187df24b764c444957ebe3d480fb0795ddb5 (patch)
tree4f4b242bf95fd43ce7c9854bf444d7e18cd309f2 /bin-utils
parentfc13afc9179aa6808e4d55b4f9271ced0fcb1bff (diff)
terraform-tool-bin: => 0.10.3
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 e3b5e56..326d093 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.9.11
+ VERSION=0.10.3
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:01084cc8bd9f0708276dfe23651e3e1aa556d360dfb04dc0be7cc1fe4319d170783372494fbe79d3ea3308c943b7483e72d73e2852681f99fc807ff923e8cbc3
+ SOURCE_HASH=sha512:d192398b79875213d01b49ef1d40a746cd18b69ec4368918fbfa03eb1733947db7d8924a432e37ac08d1e503bea4c2adf63d99fd5449f45ff88b8b9726681395
else
ARCH=386
- SOURCE_HASH=sha512:a0f16dc8b96ee64edd8eab4c54c074735b30a11a34f8d14a29a262998420e5a811e05f7eed60b986b77110d94cb743506ada2ce185b96d0afdcff1bcedbf1ef9
+ SOURCE_HASH=sha512:3751cc3ea130547a6ca6f89c8053fdee9c3b9ef7339ec9ccf0868866a9852eb96ec70b4ef51f055ea9c71bc21349368878d57759c68f1d858db6f00fa96a212c
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 f278d6a..ba436fa 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2017-09-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.10.3
+
2017-07-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.9.11