summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2021-09-18 18:51:35 +0000
committerVlad Glagolev2021-09-18 18:51:35 +0000
commit22f73f867857921cb52bf29e85bcfd19f2c43d87 (patch)
treeffb7d3104c60093934237e604e4cc38a87933dfd /bin-utils
parent28636888593d8060b1e6f180a49542f3e350b916 (diff)
packer-bin: => 1.7.5
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 2a67b26..69d29ca 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.3
+ VERSION=1.7.5
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
- SOURCE_HASH=sha256:1a8719f0797e9e45abd98d2eb38099b09e5566ec212453052d2f21facc990c73:UPSTREAM_HASH
+ SOURCE_HASH=sha256:a574d20719e86d9d38854050184b78d158e62619b2a4b33b79d03b94c782dbc5:UPSTREAM_HASH
else
ARCH=386
- SOURCE_HASH=sha512:492abc450286ace97563e7d3cd6c6add86ebc21daca1d566c65a4a3c867979f0:UPSTREAM_HASH
+ SOURCE_HASH=sha256:98d8fe866af63f76035ca6c8761927932ff4853394eaeed6ae14f5a57171433f: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 dfdc983..b77c3a2 100644
--- a/bin-utils/packer-bin/HISTORY
+++ b/bin-utils/packer-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-09-18 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.7.5
+
2021-07-02 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, FINAL: created spell,
version 1.7.3