diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-27 07:46:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-27 07:46:45 +0700 |
commit | 52a32a56a7e9208667c0ee2c6dfe4768c8389c20 (patch) | |
tree | 486c80ee056581fb901cad76327023fa74c2e1b3 | |
parent | 56ca202ee67b670bf6f639299e9fc47beabe3ac8 (diff) | |
download | slackbuilds-52a32a56a7e9208667c0ee2c6dfe4768c8389c20.tar.gz |
network/onionshare: Change to Flask.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/onionshare/onionshare.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/onionshare/onionshare.info b/network/onionshare/onionshare.info index 2603c1c716..3abd74af06 100644 --- a/network/onionshare/onionshare.info +++ b/network/onionshare/onionshare.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/micahflee/onionshare/archive/v2.2/onionshare-2.2.ta MD5SUM="3ff52742b7e6809b9646605e10b25562" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="tor stem python3-Flask python3-Flask-httpauth python3-pycrypto PySocks pysha3" +REQUIRES="tor stem python3-Flask-httpauth python3-pycrypto PySocks pysha3" MAINTAINER="MDrights" EMAIL="psychi2009@gmail.com" |