summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f79aa13..a32ecf0 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.11.7
+ VERSION=1.0.1
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:b7e2abb3d1fe6a36d0c0fcf72eb9412516ff413d8c69fcb6cc68a8ea34e675d464ecb72800f2242343b9bf7207c6082147b3a8e4b706671b117b690f9dab113e
+ SOURCE_HASH=sha256:da94657593636c8d35a96e4041136435ff58bb0061245b7d0f82db4a7728cef3:UPSTREAM_HASH
else
ARCH=386
- SOURCE_HASH=sha512:bb4a44290e741e21825280f43cad0ca1dd0926b6c73de21e93ce5eb78164a8e4cb3b19fd532950ca45ca486596a3fdc33fcb6db924f0727a97d07d951efc5df7
+ SOURCE_HASH=sha512:ffb5ee921984bc3c97d948d6de0b26cad21ee40c871fb91cf8021054d0c1849d:UPSTREAM_HASH
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 5b0a8b1..fcc6e6e 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-07-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.0.1
+
2019-07-08 Eric Sandall <sandalle@sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed