network/Electrum: Updated for version 2.9.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-01-16 19:06:07 +07:00
parent d222063925
commit 8a223782b8
2 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for Electrum
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Electrum
VERSION=${VERSION:-2.9.3}
SRCNAM=electrum
VERSION=${VERSION:-2.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,8 +1,8 @@
PRGNAM="Electrum"
VERSION="2.9.3"
VERSION="2.9.4"
HOMEPAGE="https://electrum.org/"
DOWNLOAD="https://download.electrum.org/2.9.3/Electrum-2.9.3.tar.gz"
MD5SUM="17257d2ee01454283a3324392b85eef5"
DOWNLOAD="https://github.com/spesmilo/electrum/archive/2.9.4/electrum-2.9.4.tar.gz"
MD5SUM="2f4805e655d18c3275ee0a5cd4b79b97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SlowAES ecdsa python-qrcode pyasn1-modules python-tlslite python-pbkdf2 protobuf python-jsonrpclib dnspython python-requests pyaes PySocks"