Update get-tor scripts to use Tor Browser 11.0.13

This commit is contained in:
Micah Lee 2022-05-30 14:24:13 -04:00
parent a998a327af
commit 5303186891
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 9 additions and 10 deletions

View file

@ -35,10 +35,10 @@ from bridges import UpdateTorBridges
def main():
exe_url = "https://dist.torproject.org/torbrowser/11.0.9/torbrowser-install-11.0.9_en-US.exe"
exe_filename = "torbrowser-install-11.0.9_en-US.exe"
exe_url = "https://dist.torproject.org/torbrowser/11.0.13/torbrowser-install-11.0.13_en-US.exe"
exe_filename = "torbrowser-install-11.0.13_en-US.exe"
expected_exe_sha256 = (
"e938433028b6ffb5d312db6268b19e419626b071f08209684c8e5b9f3d3df2bc"
"20dd6c7ec6caed5ec793e351bd025d8cd9819ddbb7a87b11a3b3128e92b7baa4"
)
# Build paths
root_path = os.path.dirname(