summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-09-17 15:15:16 -0700
committerMicah Lee <micah@micahflee.com>2018-09-17 15:15:16 -0700
commit711a7b84d7d38c518935e4f6419d58fa13de1f5f (patch)
treee340d7c70f04d3657b8d2058d36a6c197b6ada3d /install
parentabfc2f1c651acddf616b2ef72cce14e4460734e1 (diff)
downloadonionshare-711a7b84d7d38c518935e4f6419d58fa13de1f5f.tar.gz
onionshare-711a7b84d7d38c518935e4f6419d58fa13de1f5f.zip
Get tor binary from Tor Browser 8.0
Diffstat (limited to 'install')
-rw-r--r--install/get-tor-osx.py2
-rw-r--r--install/get-tor-windows.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/install/get-tor-osx.py b/install/get-tor-osx.py
index 3c498dfe..5b8078c5 100644
--- a/install/get-tor-osx.py
+++ b/install/get-tor-osx.py
@@ -37,7 +37,7 @@ import requests
def main():
dmg_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/7.5.5/TorBrowser-7.5.5-osx64_en-US.dmg'
dmg_filename = 'TorBrowser-7.5.5-osx64_en-US.dmg'
- expected_dmg_sha256 = '2b445e4237cdd9be0e71e65f76db5d36f0d6c37532982d642803b57e388e4636'
+ expected_dmg_sha256 = '15603ae7b3a1942863c98acc92f509e4409db48fe22c9acae6b15c9cb9bf3088'
# Build paths
root_path = os.path.dirname(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))))
diff --git a/install/get-tor-windows.py b/install/get-tor-windows.py
index 44c4ac23..67e41362 100644
--- a/install/get-tor-windows.py
+++ b/install/get-tor-windows.py
@@ -33,9 +33,9 @@ import subprocess
import requests
def main():
- exe_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/7.5.5/torbrowser-install-7.5.5_en-US.exe'
- exe_filename = 'torbrowser-install-7.5.5_en-US.exe'
- expected_exe_sha256 = '992f9a6658001c3419ed3695a908eef4fb7feb1cd549389bdacbadb7f8cb08a7'
+ exe_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/8.0/torbrowser-install-8.0_en-US.exe'
+ exe_filename = 'torbrowser-install-8.0_en-US.exe'
+ expected_exe_sha256 = '0682b44eff5877dfc2fe2fdd5b46e678d47adad86d564e7cb6654c5f60eb1ed2'
# 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')