mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/Electrum: Updated for version 4.5.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
123ee17324
commit
c91d60d9f3
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue