network/onionshare: updated for version 2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
868a29e62f
commit
b987bdb3d8
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=onionshare
|
||||
VERSION=${VERSION:-2.0}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="onionshare"
|
||||
VERSION="2.0"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="https://onionshare.org/"
|
||||
DOWNLOAD="https://github.com/micahflee/onionshare/archive/v2.0/onionshare-2.0.tar.gz"
|
||||
MD5SUM="78b61d401345f42c9a0278375e76f94a"
|
||||
DOWNLOAD="https://github.com/micahflee/onionshare/archive/v2.1/onionshare-2.1.tar.gz"
|
||||
MD5SUM="f991eacdbae6f144e307409b47740f34"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tor python3-Flask stem python3-pycrypto PySocks python3-PyQt5 pysha3"
|
||||
|
|
Loading…
Reference in New Issue