summaryrefslogtreecommitdiffstats
path: root/network/Electrum
diff options
context:
space:
mode:
author nomnombtc2023-02-01 22:05:02 +0100
committer Willy Sudiarto Raharjo2023-02-04 01:19:53 +0100
commit6a1f2280f5c8b55bbd533c997ed99205b810abcf (patch)
treeb7b12d71c2a287fee467a9bd892308ab333f946b /network/Electrum
parent176ff3f6424c6ac72a3b102fab05be984813c077 (diff)
downloadslackbuilds-6a1f2280f5c8b55bbd533c997ed99205b810abcf.tar.gz
network/Electrum: Updated for version 4.3.4.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/Electrum')
-rw-r--r--network/Electrum/Electrum.SlackBuild7
-rw-r--r--network/Electrum/Electrum.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/network/Electrum/Electrum.SlackBuild b/network/Electrum/Electrum.SlackBuild
index e14a2ab217..456f9ff16a 100644
--- a/network/Electrum/Electrum.SlackBuild
+++ b/network/Electrum/Electrum.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for Electrum
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-# Copyright 2019-2021 nomnombtc <nomnombtc@arcor.de>
+# Copyright 2019-2023 nomnombtc <nomnombtc@arcor.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Electrum
-VERSION=${VERSION:-4.3.3}
+VERSION=${VERSION:-4.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/network/Electrum/Electrum.info b/network/Electrum/Electrum.info
index 0b51b00705..6eaaf6b7a8 100644
--- a/network/Electrum/Electrum.info
+++ b/network/Electrum/Electrum.info
@@ -1,8 +1,8 @@
PRGNAM="Electrum"
-VERSION="4.3.3"
+VERSION="4.3.4"
HOMEPAGE="https://electrum.org/"
-DOWNLOAD="https://download.electrum.org/4.3.3/Electrum-4.3.3.tar.gz"
-MD5SUM="8741c004e89f6702571dbdc5b1eef44e"
+DOWNLOAD="https://download.electrum.org/4.3.4/Electrum-4.3.4.tar.gz"
+MD5SUM="631c14c8c6c37e6f55d03544ea4a4438"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp python3-aiohttp-socks python3-aiorpcX python-qrcode python-bitstring QDarkStyle"