summaryrefslogtreecommitdiffstats
path: root/bin-net
diff options
context:
space:
mode:
authorVlad Glagolev2021-08-03 02:09:56 +0000
committerVlad Glagolev2021-08-03 02:09:56 +0000
commit8cb11e8ad2e03c41f2ccb588d5bdd80488f74f30 (patch)
tree01af0c735d5658dd749074d3f4b4486177a18d13 /bin-net
parent8cc2a5357bc1368307f6e4739459b1bc371cb114 (diff)
consul-bin: => 1.10.1 [security]
Diffstat (limited to 'bin-net')
-rwxr-xr-xbin-net/consul-bin/DETAILS7
-rw-r--r--bin-net/consul-bin/HISTORY3
2 files changed, 7 insertions, 3 deletions
diff --git a/bin-net/consul-bin/DETAILS b/bin-net/consul-bin/DETAILS
index 671950d..b93fbec 100755
--- a/bin-net/consul-bin/DETAILS
+++ b/bin-net/consul-bin/DETAILS
@@ -1,12 +1,13 @@
SPELL=consul-bin
SPELLX=${SPELL/-bin/}
- VERSION=1.10.0
+ VERSION=1.10.1
+ SECURITY_PATCH=1
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
- SOURCE_HASH=sha256:7cd2e67ce2779c74ce18d880ccdfdc00a655eb71a6a7a956e6d3b71e7937ca0f:UPSTREAM_HASH
+ SOURCE_HASH=sha256:abd9a7696e2eeed66fdb28965c220a2ba45ee5cd79ff263557f5392291aab730:UPSTREAM_HASH
else
ARCH=386
- SOURCE_HASH=sha256:c3276f6b87035691d7dee13e18c5e8e4aa2c9fa506a5182eaa1fb9dde547e3aa:UPSTREAM_HASH
+ SOURCE_HASH=sha256:8f4f0806562965bf86017f77d787b7077bc455d5fa3150ec85246f19daaf81dd:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.zip
SOURCE_URL[0]=https://releases.hashicorp.com/${SPELLX}/${VERSION}/${SOURCE}
diff --git a/bin-net/consul-bin/HISTORY b/bin-net/consul-bin/HISTORY
index 1e4af64..d7d2a4d 100644
--- a/bin-net/consul-bin/HISTORY
+++ b/bin-net/consul-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-08-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.10.1; SECURITY_PATCH=1
+
2021-07-01 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, init.d, files: created
spell, version 1.10.0