mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Upgrade Windows and Mac version of bundled Tor to 0.3.1.8
This commit is contained in:
parent
c9190f9d9a
commit
be0dbc5c64
2 changed files with 6 additions and 6 deletions
|
@ -28,9 +28,9 @@ import inspect, os, sys, hashlib, zipfile, io, shutil
|
|||
import urllib.request
|
||||
|
||||
def main():
|
||||
zip_url = 'https://www.torproject.org/dist/torbrowser/6.5.1/tor-win32-0.2.9.10.zip'
|
||||
zip_filename = 'tor-win32-0.2.9.10.zip'
|
||||
expected_zip_sha256 = '56e639cd73c48f383fd638568e01ca07750211fca79c87e668cf8baccbf9d38a'
|
||||
zip_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/7.0.10/tor-win32-0.3.1.8.zip'
|
||||
zip_filename = 'tor-win32-0.3.1.8.zip'
|
||||
expected_zip_sha256 = '101defd239cda42f364815e91809fad16b17f03843a169ffbeb8cb91183b6ba8'
|
||||
|
||||
# Build paths
|
||||
root_path = os.path.dirname(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue