aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/get-tor-windows.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-07 11:51:12 -0800
committerMicah Lee <micah@micahflee.com>2021-02-07 11:51:12 -0800
commit13756e79d5395978a04b65916f9ea128b24f81a8 (patch)
tree2430376905869d7d3b72453e884ee5a33ae51982 /desktop/scripts/get-tor-windows.py
parentacceed9782ef600bfb0c86921cfe68948686ed73 (diff)
downloadonionshare-13756e79d5395978a04b65916f9ea128b24f81a8.tar.gz
onionshare-13756e79d5395978a04b65916f9ea128b24f81a8.zip
Upgrade Tor version to 10.0.10 and fix macOS code signing
Diffstat (limited to 'desktop/scripts/get-tor-windows.py')
-rw-r--r--desktop/scripts/get-tor-windows.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/scripts/get-tor-windows.py b/desktop/scripts/get-tor-windows.py
index 16841c60..07656480 100644
--- a/desktop/scripts/get-tor-windows.py
+++ b/desktop/scripts/get-tor-windows.py
@@ -34,10 +34,10 @@ import requests
def main():
- exe_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.2/torbrowser-install-10.0.2_en-US.exe"
+ exe_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.10/torbrowser-install-10.0.10_en-US.exe"
exe_filename = "torbrowser-install-10.0.2_en-US.exe"
expected_exe_sha256 = (
- "c685c550fc420c39cbe40e453f2201789af5f64e7b024c9339c2a3bd01e61c2d"
+ "6cbd14a7232e4ae7f2718d9b7f377e1a7bb96506da21f1ac6f689a22fc5e53fe"
)
# Build paths
root_path = os.path.dirname(