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():
|
def main():
|
||||||
dmg_url = "https://dist.torproject.org/torbrowser/10.5.5/TorBrowser-10.5.5-osx64_en-US.dmg"
|
dmg_url = "https://dist.torproject.org/torbrowser/11.0a5/TorBrowser-11.0a5-osx64_en-US.dmg"
|
||||||
dmg_filename = "TorBrowser-10.0.18-osx64_en-US.dmg"
|
dmg_filename = "TorBrowser-11.0a5-osx64_en-US.dmg"
|
||||||
expected_dmg_sha256 = (
|
expected_dmg_sha256 = (
|
||||||
"f93d2174c58309d1d563deb3616fc3aec689b6eb0af4d70661b1695c26fc2af7"
|
"ea5b8e1e44141935ad64b96d47195880be1d33733fe5fa210426676cb3737ebb"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build paths
|
# Build paths
|
||||||
|
|
|
@ -33,10 +33,10 @@ import requests
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
exe_url = "https://dist.torproject.org/torbrowser/10.5.5/torbrowser-install-10.5.5_en-US.exe"
|
exe_url = "https://dist.torproject.org/torbrowser/11.0a5/torbrowser-install-11.0a5_en-US.exe"
|
||||||
exe_filename = "torbrowser-install-10.5.5_en-US.exe"
|
exe_filename = "torbrowser-install-11.0a5_en-US.exe"
|
||||||
expected_exe_sha256 = (
|
expected_exe_sha256 = (
|
||||||
"5a0248f6be61e94467fd6f951eb85d653138dea5a8793de42c6edad1507f1ae7"
|
"7f820d66b7c368f5a1bb1e88ffe6b90b94e1c077a2fb9ee0cc3fa642876d8113"
|
||||||
)
|
)
|
||||||
# Build paths
|
# Build paths
|
||||||
root_path = os.path.dirname(
|
root_path = os.path.dirname(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue