summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorBaccount <Baccount@users.noreply.github.com>2018-09-22 11:18:18 -0700
committerGitHub <noreply@github.com>2018-09-22 11:18:18 -0700
commitbd4f3e5fe7817214ab2a129c740b684a2eab56db (patch)
tree7a783a972c004ad5edd4bc0d8d74fb3366d40390 /install
parentb4a5280cf2648bda0f1a39e8b8fa4a4c47f79bb4 (diff)
downloadonionshare-bd4f3e5fe7817214ab2a129c740b684a2eab56db.tar.gz
onionshare-bd4f3e5fe7817214ab2a129c740b684a2eab56db.zip
Update get-tor-windows.py
Diffstat (limited to 'install')
-rw-r--r--install/get-tor-windows.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/get-tor-windows.py b/install/get-tor-windows.py
index 0d16dd29..e5a24be9 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/8.0/torbrowser-install-8.0_en-US.exe'
- exe_filename = 'torbrowser-install-8.0_en-US.exe'
- expected_exe_sha256 = '0682b44eff5877dfc2fe2fdd5b46e678d47adad86d564e7cb6654c5f60eb1ed2'
+ exe_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/8.0.1/torbrowser-install-8.0.1_en-US.exe'
+ exe_filename = 'torbrowser-install-8.0.1_en-US.exe'
+ expected_exe_sha256 = 'bdf81d4282b991a6425c213c7b03b3f5c1f17bb02986b7fe9a1891e577e51639'
# 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')