tor: Use archive.torproject.org links (#3602)

This commit is contained in:
Anatol 2022-05-24 19:20:38 +02:00 committed by GitHub
parent 6459aeabf7
commit c639064547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
],
"architecture": {
"64bit": {
"url": "https://dist.torproject.org/torbrowser/11.0.13/tor-win64-0.4.7.7.zip",
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/11.0.13/tor-win64-0.4.7.7.zip",
"hash": "ba2a8610e13656262bc4b0da33e814f0eff3a32d4e255d4a65a77cd78ed2b3e5"
},
"32bit": {
"url": "https://dist.torproject.org/torbrowser/11.0.13/tor-win32-0.4.7.7.zip",
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/11.0.13/tor-win32-0.4.7.7.zip",
"hash": "6af0088460d61a5e60971aea94562a3bed2fb597da6b8ac77948a5f6424dfa29"
}
},
@ -48,10 +48,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dist.torproject.org/torbrowser/$matchBrowser/tor-win64-$matchTor.zip"
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-win64-$matchTor.zip"
},
"32bit": {
"url": "https://dist.torproject.org/torbrowser/$matchBrowser/tor-win32-$matchTor.zip"
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-win32-$matchTor.zip"
}
}
}