aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/get-tor-linux.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-17 12:15:01 -0700
committerMicah Lee <micah@micahflee.com>2021-10-17 12:15:01 -0700
commit9f9328fd1fa0df867eb235cb23a886873cd39624 (patch)
treea04ef6a4064dab14ab805de68d76bc36d78e5f5d /desktop/scripts/get-tor-linux.py
parent67126a34976c4d036873323b1bf5a23c1d46340e (diff)
downloadonionshare-9f9328fd1fa0df867eb235cb23a886873cd39624.tar.gz
onionshare-9f9328fd1fa0df867eb235cb23a886873cd39624.zip
Update linux Tor Browser URL and hash
Diffstat (limited to 'desktop/scripts/get-tor-linux.py')
-rwxr-xr-xdesktop/scripts/get-tor-linux.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scripts/get-tor-linux.py b/desktop/scripts/get-tor-linux.py
index e47ae03d..b8f83c92 100755
--- a/desktop/scripts/get-tor-linux.py
+++ b/desktop/scripts/get-tor-linux.py
@@ -34,10 +34,10 @@ import requests
def main():
- tarball_url = "https://dist.torproject.org/torbrowser/11.0a7/tor-browser-linux64-11.0a7_en-US.tar.xz"
- tarball_filename = "tor-browser-linux64-11.0a7_en-US.tar.xz"
+ tarball_url = "https://dist.torproject.org/torbrowser/11.0a9/tor-browser-linux64-11.0a9_en-US.tar.xz"
+ tarball_filename = "tor-browser-linux64-11.0a9_en-US.tar.xz"
expected_tarball_sha256 = (
- "bc9861c692f899fe0344c960dc615ff0e275cf74c61066c8735c88e3ddc2b623"
+ "cba4a2120b4f847d1ade637e41e69bd01b2e70b4a13e41fe8e69d0424fcf7ca7"
)
# Build paths