summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2016-11-24 17:28:56 -0500
committerVlad Glagolev2016-11-24 17:28:56 -0500
commit08c71a6f0d13c464e700b135d57849496080a375 (patch)
tree7449fe2771373a855c2067eec9faf298216d9126 /bin-utils
parent4ca2325e9b6a8e5249130229c650e1083e4c8a75 (diff)
terraform-tool-bin: => 0.7.13
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 1465e3e..1610d14 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.11
+ VERSION=0.7.13
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:856b03a901ebffebbdc6ec86ecaa740987ceb7d6e48312ceaebd4671cbff63a06898c0dbf46ead728243a0c908370531182b30708c50f495146c21397ba9f394
+ SOURCE_HASH=sha512:35fc52cdf9aa4e8a6ea66886d2285fd3b9bc111a8668d934f6f0412876fb6e517228db94a15728b2cc0526089c51c751111e85789db49a7772fc4f88751d7513
else
ARCH=386
- SOURCE_HASH=sha512:831edcd85cced4d52a8e3da3c147a1d0c1bcf76aaf1bbd02d6d658b1020605330e5cccd8be55ab2d9c09e684220108166c72253691b180e1c3bcc8269b99aed5
+ SOURCE_HASH=sha512:190729ab999e62447f14f0a5276e8037a9c3f0b44025a85d5cb6f8fab9e3291f42a5d6119d42c5216b0027a743960e354edac52f8612d005308f37f9c1200634
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 9334886..6affbfa 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2016-11-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.7.13
+
2016-11-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.7.11