Upgrade Tor version to 10.0.10 and fix macOS code signing

This commit is contained in:
Micah Lee 2021-02-07 11:51:12 -08:00
parent acceed9782
commit 13756e79d5
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 41 additions and 32 deletions

View file

@ -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(