aboutsummaryrefslogtreecommitdiff
path: root/install/get-tor-windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'install/get-tor-windows.py')
-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 8875a556..e7783191 100644
--- a/install/get-tor-windows.py
+++ b/install/get-tor-windows.py
@@ -28,9 +28,9 @@ import inspect, os, sys, hashlib, shutil, subprocess
import urllib.request
def main():
- exe_url = 'https://archive.torproject.org/tor-package-archive/torbrowser/7.5/torbrowser-install-7.5_en-US.exe'
- exe_filename = 'torbrowser-install-7.5_en-US.exe'
- expected_exe_sha256 = '81ccb9456118cf8fa755a3eafb5c514665fc69599cdd41e9eb36baa335ebe233'
+ 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'
# 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')