Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (55c8194ffec4e19d64d09bed2ba95fc69e3c6fbc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (55c8194ffec4e19d64d09bed2ba95fc69e3c6fbc)
  • Date: Mon, 1 Nov 2021 04:06:54 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

bin-utils/btop++-bin/DETAILS | 8 ++++----
bin-utils/btop++-bin/HISTORY | 3 +++
bin-utils/packer-bin/DETAILS | 6 +++---
bin-utils/packer-bin/HISTORY | 3 +++
4 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 55c8194ffec4e19d64d09bed2ba95fc69e3c6fbc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

packer-bin: => 1.7.8

commit 47ce984bc53d9e1eb069df065bec958eac108a3a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

btop++-bin: => 1.0.20

diff --git a/bin-utils/btop++-bin/DETAILS b/bin-utils/btop++-bin/DETAILS
index c03363a..83246fb 100755
--- a/bin-utils/btop++-bin/DETAILS
+++ b/bin-utils/btop++-bin/DETAILS
@@ -1,14 +1,14 @@
SPELL=btop++-bin
SPELLX=${SPELL/++-bin/}
- VERSION=1.0.13
+ VERSION=1.0.20
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=x86_64
-
SOURCE_HASH=sha512:d69323d9af540d40da3636af9951ab2c039a7da2248170c8039c541031bca9a2a8340e63105add0e28301a827026769ea6d949a87453d4289272b6826e36f249
+
SOURCE_HASH=sha512:78b414493587c2d0befe5a8890ac516e517fce6929e0b0df93c517329fd51aecf151c7497c58f7e3b4a5b4c4e3daf1670cc44b27ec0d0e0a27aa01cf967825cd
else
ARCH=i686
-
SOURCE_HASH=sha512:fe063e2acb38d01b2361ddb25dcfd14b52e9cf2c384095e4fd16d5b1b2f2326eb60092d1cf4f076921f193d4c94367f7673d0c6169068915d2b1d64d3c2665ea
+
SOURCE_HASH=sha512:63b38bafdce984a7eb805445df2a46fcf1df05d3aaebaeaa029a61c4bb454a99ab17bb1740ec00be0f18e7d122296554ea1bce0956262b79372a9741b6f05f08
fi
- SOURCE=${SPELLX}-${VERSION}-linux-${ARCH}.tbz
+ SOURCE=${SPELLX}-${VERSION}-${ARCH}-linux-musl.tbz

SOURCE_URL[0]=https://github.com/aristocratos/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
GATHER_DOCS=off
diff --git a/bin-utils/btop++-bin/HISTORY b/bin-utils/btop++-bin/HISTORY
index c080d11..e857b7e 100644
--- a/bin-utils/btop++-bin/HISTORY
+++ b/bin-utils/btop++-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.20
+
2021-10-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, {PRE_,}BUILD, INSTALL, CONFIGURE, CONFLICTS: created spell,
version 1.0.13
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 AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.8
+
2021-09-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.5




  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (55c8194ffec4e19d64d09bed2ba95fc69e3c6fbc), Vlad Glagolev, 11/01/2021

Archive powered by MHonArc 2.6.24.

Top of Page