mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 16:05:24 -04:00
Update tor
This commit is contained in:
parent
ba56cd37b1
commit
e89fa6c977
4 changed files with 13 additions and 8 deletions
|
@ -34,10 +34,10 @@ import requests
|
|||
|
||||
|
||||
def main():
|
||||
dmg_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.10/TorBrowser-10.0.10-osx64_en-US.dmg"
|
||||
dmg_filename = "TorBrowser-10.0.10-osx64_en-US.dmg"
|
||||
dmg_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.16/TorBrowser-10.0.16-osx64_en-US.dmg"
|
||||
dmg_filename = "TorBrowser-10.0.16-osx64_en-US.dmg"
|
||||
expected_dmg_sha256 = (
|
||||
"7ed73e94ccdfab76b8d96ddbac7828d3a7c77dd73b54c34e55666f3b6274d12a"
|
||||
"95bf37d642bd05e9ae4337c5ab9706990bbd98cc885e25ee8ae81b07c7653f0a"
|
||||
)
|
||||
|
||||
# Build paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue