network/Electrum: Updated for version 4.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
669e290b36
commit
a400826b72
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Electrum
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
VERSION=${VERSION:-4.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Electrum"
|
||||
VERSION="4.1.1"
|
||||
VERSION="4.1.2"
|
||||
HOMEPAGE="https://electrum.org/"
|
||||
DOWNLOAD="https://download.electrum.org/4.1.1/Electrum-4.1.1.tar.gz"
|
||||
MD5SUM="e15a6260cdb4af85d324ce9cb68bec35"
|
||||
DOWNLOAD="https://download.electrum.org/4.1.2/Electrum-4.1.2.tar.gz"
|
||||
MD5SUM="20cf3f9b32ff1fcacb295daf0c8dc14d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf3 cryptography secp256k1 python3-aiohttp python3-aiohttp-socks python3-aiorpcX-legacy python-qrcode python-bitstring QDarkStyle"
|
||||
|
|
Loading…
Reference in New Issue