network/Electrum: Updated for version 4.5.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2024-01-12 17:25:36 +01:00 committed by Willy Sudiarto Raharjo
parent ce4834af90
commit 9e40643174
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for Electrum
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2019-2023 nomnombtc <nomnombtc@arcor.de>
# Copyright 2019-2024 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.4.6}
VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="Electrum"
VERSION="4.4.6"
VERSION="4.5.0"
HOMEPAGE="https://electrum.org/"
DOWNLOAD="https://download.electrum.org/4.4.6/Electrum-4.4.6.tar.gz"
MD5SUM="e454b190af34116e2691c0aadc7f1a8c"
DOWNLOAD="https://download.electrum.org/4.5.0/Electrum-4.5.0.tar.gz"
MD5SUM="fe02b96dae610981e9cb7883fa3c1561"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp-socks python3-aiorpcX python-qrcode python-bitstring QDarkStyle"
REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp-socks python3-aiorpcX python-qrcode python-bitstring jsonpatch QDarkStyle"
MAINTAINER="nomnombtc"
EMAIL="nomnombtc@arcor.de"