network/onionshare: update to version 2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d6666093b0
commit
776811f2ca
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue