mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/Electrum: Updated for version 4.1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ebba7f34c2
commit
ea1c60e1d7
2 changed files with 6 additions and 6 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 nomnombtc <nomnombtc@arcor.de>
|
# Copyright 2019-2021 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
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=Electrum
|
PRGNAM=Electrum
|
||||||
VERSION=${VERSION:-4.0.9}
|
VERSION=${VERSION:-4.1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="Electrum"
|
PRGNAM="Electrum"
|
||||||
VERSION="4.0.9"
|
VERSION="4.1.1"
|
||||||
HOMEPAGE="https://electrum.org/"
|
HOMEPAGE="https://electrum.org/"
|
||||||
DOWNLOAD="https://download.electrum.org/4.0.9/Electrum-4.0.9.tar.gz"
|
DOWNLOAD="https://download.electrum.org/4.1.1/Electrum-4.1.1.tar.gz"
|
||||||
MD5SUM="e98edf2e8a9c43ed68639181ec15d1df"
|
MD5SUM="e15a6260cdb4af85d324ce9cb68bec35"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-PyQt5 protobuf3 cryptography dnspython secp256k1 python-certifi python3-six python3-aiohttp python3-aiohttp-socks python3-aiorpcX python-qrcode python-chardet python-bitstring QDarkStyle"
|
REQUIRES="python3-PyQt5 protobuf3 cryptography dnspython secp256k1 python-certifi python3-six python3-aiohttp python3-aiohttp-socks python3-aiorpcX-legacy python-qrcode python-chardet python-bitstring QDarkStyle"
|
||||||
MAINTAINER="nomnombtc"
|
MAINTAINER="nomnombtc"
|
||||||
EMAIL="nomnombtc@arcor.de"
|
EMAIL="nomnombtc@arcor.de"
|
||||||
|
|
Loading…
Reference in a new issue