mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-04 08:55:36 -05:00
Get tor from Tor Browser 11.0a10 on all platforms
This commit is contained in:
parent
7448f76f2e
commit
4e62b8831a
@ -34,10 +34,10 @@ import requests
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
tarball_url = "https://dist.torproject.org/torbrowser/11.0a9/tor-browser-linux64-11.0a9_en-US.tar.xz"
|
tarball_url = "https://dist.torproject.org/torbrowser/11.0a10/tor-browser-linux64-11.0a10_en-US.tar.xz"
|
||||||
tarball_filename = "tor-browser-linux64-11.0a9_en-US.tar.xz"
|
tarball_filename = "tor-browser-linux64-11.0a10_en-US.tar.xz"
|
||||||
expected_tarball_sha256 = (
|
expected_tarball_sha256 = (
|
||||||
"cba4a2120b4f847d1ade637e41e69bd01b2e70b4a13e41fe8e69d0424fcf7ca7"
|
"5d3e2ebc4fb6a10f44624359bc2a5a151a57e8402cbd8563d15f9b2524374f1f"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build paths
|
# Build paths
|
||||||
|
@ -34,10 +34,10 @@ import requests
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
dmg_url = "https://dist.torproject.org/torbrowser/11.0a7/TorBrowser-11.0a7-osx64_en-US.dmg"
|
dmg_url = "https://dist.torproject.org/torbrowser/11.0a10/TorBrowser-11.0a10-osx64_en-US.dmg"
|
||||||
dmg_filename = "TorBrowser-11.0a7-osx64_en-US.dmg"
|
dmg_filename = "TorBrowser-11.0a10-osx64_en-US.dmg"
|
||||||
expected_dmg_sha256 = (
|
expected_dmg_sha256 = (
|
||||||
"46594cefa29493150d1c0e1933dd656aafcb6b51ef310d44ac059eed2fd1388e"
|
"c6823a28fd28205437564815f93011ff93b7972da2a8ce16919adfc65909e7b9"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build paths
|
# Build paths
|
||||||
|
@ -33,10 +33,10 @@ import requests
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
exe_url = "https://dist.torproject.org/torbrowser/11.0a7/torbrowser-install-11.0a7_en-US.exe"
|
exe_url = "https://dist.torproject.org/torbrowser/11.0a10/torbrowser-install-11.0a10_en-US.exe"
|
||||||
exe_filename = "torbrowser-install-11.0a7_en-US.exe"
|
exe_filename = "torbrowser-install-11.0a10_en-US.exe"
|
||||||
expected_exe_sha256 = (
|
expected_exe_sha256 = (
|
||||||
"8b2013669d88e3ae8fa9bc17a3495eaac9475f79a849354e826e5132811a860b"
|
"f567dd8368dea0a8d7bbf7c19ece7840f93d493e70662939b92f5058c8dc8d2d"
|
||||||
)
|
)
|
||||||
# Build paths
|
# Build paths
|
||||||
root_path = os.path.dirname(
|
root_path = os.path.dirname(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user