mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-06 05:14:13 -04:00
Update tor to download Tor Browser 8.0.8, and extract Tor 0.3.5.8
This commit is contained in:
parent
9f68391a10
commit
0eea00dbf6
2 changed files with 6 additions and 6 deletions
|
@ -33,9 +33,9 @@ import subprocess
|
|||
import requests
|
||||
|
||||
def main():
|
||||
exe_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/8.0.5/torbrowser-install-8.0.5_en-US.exe'
|
||||
exe_filename = 'torbrowser-install-8.0.5_en-US.exe'
|
||||
expected_exe_sha256 = '860fdd06e4ea8dd4c46f221676251f5cc528676d4e256559ee3831a5f97492f1'
|
||||
exe_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/8.0.8/torbrowser-install-8.0.8_en-US.exe'
|
||||
exe_filename = 'torbrowser-install-8.0.8_en-US.exe'
|
||||
expected_exe_sha256 = 'bfe32a737e9fa37bf0c8837dbf3385be41cd9e8f9a88850d8f2946bb736e784f'
|
||||
# Build paths
|
||||
root_path = os.path.dirname(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))))
|
||||
working_path = os.path.join(os.path.join(root_path, 'build'), 'tor')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue