mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
tor: Use archive.torproject.org links (#3602)
This commit is contained in:
parent
6459aeabf7
commit
c639064547
@ -9,11 +9,11 @@
|
|||||||
],
|
],
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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"
|
"hash": "ba2a8610e13656262bc4b0da33e814f0eff3a32d4e255d4a65a77cd78ed2b3e5"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"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"
|
"hash": "6af0088460d61a5e60971aea94562a3bed2fb597da6b8ac77948a5f6424dfa29"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -48,10 +48,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user