From 6faa1349baf91a73732cd86c5d71c282e5ae9359 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 17 Oct 2021 12:15:01 -0700 Subject: [PATCH] Update linux Tor Browser URL and hash --- desktop/scripts/get-tor-linux.py | 6 +++--- 1 file 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