network/Electrum: Updated for version 4.5.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2024-10-16 19:18:38 +02:00 committed by Willy Sudiarto Raharjo
parent 123ee17324
commit c91d60d9f3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Electrum
VERSION=${VERSION:-4.5.5}
VERSION=${VERSION:-4.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="Electrum"
VERSION="4.5.5"
VERSION="4.5.6"
HOMEPAGE="https://electrum.org/"
DOWNLOAD="https://download.electrum.org/4.5.5/Electrum-4.5.5.tar.gz"
MD5SUM="2b7d9c6f07881447583e80bfc96e79d7"
DOWNLOAD="https://download.electrum.org/4.5.6/Electrum-4.5.6.tar.gz"
MD5SUM="9f54c96acb677819d37bee2e4af2d7df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp-socks python3-aiorpcX python-qrcode jsonpatch QDarkStyle"