summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2021-11-01 04:06:49 +0000
committerVlad Glagolev2021-11-01 04:06:49 +0000
commit55c8194ffec4e19d64d09bed2ba95fc69e3c6fbc (patch)
treea3a6eca2d9277d95d083a6cb8947c3483740ec27 /bin-utils
parent47ce984bc53d9e1eb069df065bec958eac108a3a (diff)
packer-bin: => 1.7.8
Diffstat (limited to 'bin-utils')
-rwxr-xr-xbin-utils/packer-bin/DETAILS6
-rw-r--r--bin-utils/packer-bin/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/bin-utils/packer-bin/DETAILS b/bin-utils/packer-bin/DETAILS
index 69d29ca..cb95f2e 100755
--- a/bin-utils/packer-bin/DETAILS
+++ b/bin-utils/packer-bin/DETAILS
@@ -1,12 +1,12 @@
SPELL=packer-bin
SPELLX=${SPELL/-bin/}
- VERSION=1.7.5
+ VERSION=1.7.8
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
- SOURCE_HASH=sha256:a574d20719e86d9d38854050184b78d158e62619b2a4b33b79d03b94c782dbc5:UPSTREAM_HASH
+ SOURCE_HASH=sha256:8a94b84542d21b8785847f4cccc8a6da4c7be5e16d4b1a2d0a5f7ec5532faec0:UPSTREAM_HASH
else
ARCH=386
- SOURCE_HASH=sha256:98d8fe866af63f76035ca6c8761927932ff4853394eaeed6ae14f5a57171433f:UPSTREAM_HASH
+ SOURCE_HASH=sha256:46e49526e3900ee56c738c7a3415112a82af67f3627cc46cd85ee1b2316e4ffe:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.zip
SOURCE_URL[0]=https://releases.hashicorp.com/${SPELLX}/${VERSION}/${SOURCE}
diff --git a/bin-utils/packer-bin/HISTORY b/bin-utils/packer-bin/HISTORY
index b77c3a2..44dc596 100644
--- a/bin-utils/packer-bin/HISTORY
+++ b/bin-utils/packer-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-10-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.7.8
+
2021-09-18 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.7.5