network/Electrum: Updated for version 4.3.4.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2023-02-01 21:05:02 +00:00 committed by Willy Sudiarto Raharjo
parent 176ff3f642
commit 6a1f2280f5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for Electrum # Slackware build script for Electrum
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Electrum PRGNAM=Electrum
VERSION=${VERSION:-4.3.3} VERSION=${VERSION:-4.3.4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac esac
fi 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 if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0 exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="Electrum" PRGNAM="Electrum"
VERSION="4.3.3" VERSION="4.3.4"
HOMEPAGE="https://electrum.org/" HOMEPAGE="https://electrum.org/"
DOWNLOAD="https://download.electrum.org/4.3.3/Electrum-4.3.3.tar.gz" DOWNLOAD="https://download.electrum.org/4.3.4/Electrum-4.3.4.tar.gz"
MD5SUM="8741c004e89f6702571dbdc5b1eef44e" MD5SUM="631c14c8c6c37e6f55d03544ea4a4438"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp python3-aiohttp-socks python3-aiorpcX python-qrcode python-bitstring QDarkStyle" REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp python3-aiohttp-socks python3-aiorpcX python-qrcode python-bitstring QDarkStyle"