summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2016-12-21 16:54:04 -0500
committerVlad Glagolev2016-12-21 16:54:04 -0500
commit24c65318aa0bbcb3bebad639f04a1e58cc487f99 (patch)
tree89761960078459eaaaaad08fead4d5d1abdd686d /bin-utils
parent179514981dd1781429bcb9c198874bdb263b7a66 (diff)
terraform-tool-bin: => 0.8.2
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 7626c5d..4fcb730 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.8.1
+ VERSION=0.8.2
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:b875745b6448aac68b21667cfcba7a6c81affdc9d5c1c450ae927a04bd89bc10e457af85ed3374ac8a6f1bb7107657e221741240cf97cd57c82e0f2f3eb288b1
+ SOURCE_HASH=sha512:33a3e2869e1b648cbcb24be8fe9f0948e3514bd8bff62bf064adf35feaf1adec84127bff389f23dbd9b1439f72cd13fa9324202133fa882eb9d7519eafd3500c
else
ARCH=386
- SOURCE_HASH=sha512:a6ae2b87c20d7969489f1b3b7ea32f1fc2bd88ea1d7013796c6d55c405be40241287b6da9119da508cd5f0986419bedacdf073cbacda5b4c88019278c74200d2
+ SOURCE_HASH=sha512:cb987b2f22bd88ca87c605e452fb2d5e2fbf95cb49035a1b77bde91ca6746c53a79d98a7e2d03e954656a332afd57ff666bca754203eb89d6fc0f191e55d18fb
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 24cbdfb..c147bfe 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2016-12-21 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.8.2
+
2016-12-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.8.1