mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Fetch tor binaries from Tor Browser 11.0a5
This commit is contained in:
parent
1977c9a00e
commit
839af9f495
2 changed files with 6 additions and 6 deletions
|
@ -34,10 +34,10 @@ import requests
|
|||
|
||||
|
||||
def main():
|
||||
dmg_url = "https://dist.torproject.org/torbrowser/10.5.5/TorBrowser-10.5.5-osx64_en-US.dmg"
|
||||
dmg_filename = "TorBrowser-10.0.18-osx64_en-US.dmg"
|
||||
dmg_url = "https://dist.torproject.org/torbrowser/11.0a5/TorBrowser-11.0a5-osx64_en-US.dmg"
|
||||
dmg_filename = "TorBrowser-11.0a5-osx64_en-US.dmg"
|
||||
expected_dmg_sha256 = (
|
||||
"f93d2174c58309d1d563deb3616fc3aec689b6eb0af4d70661b1695c26fc2af7"
|
||||
"ea5b8e1e44141935ad64b96d47195880be1d33733fe5fa210426676cb3737ebb"
|
||||
)
|
||||
|
||||
# Build paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue