mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Change all version to 2.4, update languages, rebuild docs, update tor from Tor Browser
This commit is contained in:
parent
6a44b8c626
commit
ed631a3b17
49 changed files with 3329 additions and 1653 deletions
|
@ -34,10 +34,10 @@ import requests
|
|||
|
||||
|
||||
def main():
|
||||
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"
|
||||
dmg_url = "https://dist.torproject.org/torbrowser/11.0a7/TorBrowser-11.0a7-osx64_en-US.dmg"
|
||||
dmg_filename = "TorBrowser-11.0a7-osx64_en-US.dmg"
|
||||
expected_dmg_sha256 = (
|
||||
"ea5b8e1e44141935ad64b96d47195880be1d33733fe5fa210426676cb3737ebb"
|
||||
"46594cefa29493150d1c0e1933dd656aafcb6b51ef310d44ac059eed2fd1388e"
|
||||
)
|
||||
|
||||
# Build paths
|
||||
|
|
|
@ -33,10 +33,10 @@ import requests
|
|||
|
||||
|
||||
def main():
|
||||
exe_url = "https://dist.torproject.org/torbrowser/11.0a5/torbrowser-install-11.0a5_en-US.exe"
|
||||
exe_filename = "torbrowser-install-11.0a5_en-US.exe"
|
||||
exe_url = "https://dist.torproject.org/torbrowser/11.0a7/torbrowser-install-11.0a7_en-US.exe"
|
||||
exe_filename = "torbrowser-install-11.0a7_en-US.exe"
|
||||
expected_exe_sha256 = (
|
||||
"7f820d66b7c368f5a1bb1e88ffe6b90b94e1c077a2fb9ee0cc3fa642876d8113"
|
||||
"8b2013669d88e3ae8fa9bc17a3495eaac9475f79a849354e826e5132811a860b"
|
||||
)
|
||||
# Build paths
|
||||
root_path = os.path.dirname(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue