summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2016-12-14 06:33:02 -0500
committerVlad Glagolev2016-12-14 06:33:02 -0500
commitefa0b494a5dd0c79fa76dc8c7db4ed45824975c4 (patch)
tree811087846c2b0455472b746cf5c979faf683bc3e /bin-utils
parent08c71a6f0d13c464e700b135d57849496080a375 (diff)
terraform-tool-bin: => 0.8.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 1610d14..55755c6 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.7.13
+ VERSION=0.8.0
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:35fc52cdf9aa4e8a6ea66886d2285fd3b9bc111a8668d934f6f0412876fb6e517228db94a15728b2cc0526089c51c751111e85789db49a7772fc4f88751d7513
+ SOURCE_HASH=sha512:0b8a73b1c0e00c385b56b8a883c36a5f65a72cff8962ab737b0921623796afc098b8a90616e507b10773aa67640a292926e4e471be5c155c341fce44cee0e4c3
else
ARCH=386
- SOURCE_HASH=sha512:190729ab999e62447f14f0a5276e8037a9c3f0b44025a85d5cb6f8fab9e3291f42a5d6119d42c5216b0027a743960e354edac52f8612d005308f37f9c1200634
+ SOURCE_HASH=sha512:5727e85b4f9b2cf44fe288ff78b02952b2244ad77f39c8200e3a563464d19d15e3a8f767377e42614f880e409a32ae94fc54dbe3e237a60aad3cb451db0818b6
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 6affbfa..9f7e0fc 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2016-12-14 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.8.0
+
2016-11-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.7.13