mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
176ff3f642
commit
6a1f2280f5
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue