network/onionshare: updated for version 2.1

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

View File

@ -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}

View File

@ -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"