summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2022-05-19 05:37:14 +0000
committerVlad Glagolev2022-05-19 05:37:14 +0000
commit58452e6150b30ce3aab7c03fd4516333577b5548 (patch)
tree7078c36c2c02fdb3f17f0971d73e5edc990c42a9 /bin-utils
parent1a7c62d24e22f5ab7f115727005d6acd38874908 (diff)
btop++-bin: => 1.2.6
Diffstat (limited to 'bin-utils')
-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 e3ef935..592d71e 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.1.1
+ VERSION=1.2.6
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=x86_64
- SOURCE_HASH=sha512:f1503652168d3aa68dabbd264828295a75fc086091d012031f93beda968ec9150b52ec0f337b476d03a8e624cbe970ea9889219d62652d79e390a734de0c09b0
+ SOURCE_HASH=sha512:32ca4684acffb784671efa09799d3af8463c9f8e17e07575996fb9c84ebe50e02b57512b83ff0c2618833c404b5c63ccdbec045254edbea7b017eaee57d12c70
else
ARCH=i686
- SOURCE_HASH=sha512:65f9a83b0f0777ee20451271ea6e3d090e56cb73a5fcaf43338d3ab3e8e16475f777090679ba128a1983c3a1bd9d6514af2129f5f634092cb9bb761bbdf055bf
+ SOURCE_HASH=sha512:fed66a87ea89c1a303c1422749041e9af8c64d9f2dd6645ff7d38bc24ad0e1a457c3315a805a29d9c955fbec7fd068721dba3e844761940be4021ce68467a6ca
fi
- SOURCE=${SPELLX}-${VERSION}-${ARCH}-linux-musl.tbz
+ SOURCE=${SPELLX}-${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 435736a..f800681 100644
--- a/bin-utils/btop++-bin/HISTORY
+++ b/bin-utils/btop++-bin/HISTORY
@@ -1,3 +1,6 @@
+2022-05-18 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.2.6
+
2021-11-23 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.1.1