summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorBaccount <Baccount@users.noreply.github.com>2018-01-23 09:24:27 -0800
committerGitHub <noreply@github.com>2018-01-23 09:24:27 -0800
commit6fda59551f028dce7978b373063f542ac70f1ab9 (patch)
tree25a048fe853f489431394cf9803a697d78f9135f /install
parent0a66951508954a8d61fcc9247a98b9501c3f56bf (diff)
downloadonionshare-6fda59551f028dce7978b373063f542ac70f1ab9.tar.gz
onionshare-6fda59551f028dce7978b373063f542ac70f1ab9.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 b1a6665d..f5aeb3f7 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.0.11/torbrowser-install-7.0.11_en-US.exe'
- exe_filename = 'torbrowser-install-7.0.11_en-US.exe'
- expected_exe_sha256 = 'a033eb9b9ed2ad389169b36a90946a8af8f05bd0c7bbd3e37678041331096624'
+ 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'
# 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')