summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2016-11-15 19:00:39 -0500
committerVlad Glagolev2016-11-15 19:00:39 -0500
commit4ca2325e9b6a8e5249130229c650e1083e4c8a75 (patch)
tree316edc192b441958f5b10f25792fc374338d8db8 /bin-utils
parent028d3bd9da7c4cc2cdf11b6502d661a03db1e0ab (diff)
terraform-tool-bin: => 0.7.11
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 9b42229..1465e3e 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.10
+ VERSION=0.7.11
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:8096fe682fd08a6e709b4228c33246685f47cf2f465ae35f44b35649007e2c0456aea8d323eb2057942c515a02b536f904176f12e424e7f9bec0a1af2a170473
+ SOURCE_HASH=sha512:856b03a901ebffebbdc6ec86ecaa740987ceb7d6e48312ceaebd4671cbff63a06898c0dbf46ead728243a0c908370531182b30708c50f495146c21397ba9f394
else
ARCH=386
- SOURCE_HASH=sha512:f12be50d527c3be6b345c2c9c3149a2fbeade05da0362e8812d19d8c6d59a8c9924d22aef7ce0ad9e20f1707991d1c2234b80abc7ce375e75e4cb95b90300e74
+ SOURCE_HASH=sha512:831edcd85cced4d52a8e3da3c147a1d0c1bcf76aaf1bbd02d6d658b1020605330e5cccd8be55ab2d9c09e684220108166c72253691b180e1c3bcc8269b99aed5
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 444b9f9..9334886 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2016-11-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.7.11
+
2016-11-09 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.7.10