network/onionshare: update to version 2.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
mdrights 2019-03-02 14:42:17 +08:00 committed by Willy Sudiarto Raharjo
parent d6666093b0
commit 776811f2ca
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=onionshare
VERSION=${VERSION:-1.3.1}
VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="onionshare"
VERSION="1.3.1"
VERSION="2.0"
HOMEPAGE="https://onionshare.org/"
DOWNLOAD="https://github.com/micahflee/onionshare/archive/v1.3.1/onionshare-1.3.1.tar.gz"
MD5SUM="af186de10031e4dfd757bc213bb36b26"
DOWNLOAD="https://github.com/micahflee/onionshare/archive/v2.0/onionshare-2.0.tar.gz"
MD5SUM="78b61d401345f42c9a0278375e76f94a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 tor Flask stem python3-pycrypto PySocks python3-PyQt5"
REQUIRES="python3 tor Flask stem python3-pycrypto PySocks python3-PyQt5 pysha3"
MAINTAINER="MDrights"
EMAIL="psychi2009@gmail.com"