summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin-utils/btop++-bin/DETAILS8
-rw-r--r--bin-utils/btop++-bin/HISTORY3
2 files changed, 7 insertions, 4 deletions
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@sourcemage.org>
+ * DETAILS: updated spell to 1.0.20
+
2021-10-04 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, {PRE_,}BUILD, INSTALL, CONFIGURE, CONFLICTS: created spell,
version 1.0.13