{ "version": "0.4.5.9", "description": "Enables anonymous communication over the onion network (expert mode).", "homepage": "https://www.torproject.org", "license": "BSD-3-Clause", "notes": [ "NOTE: You will need to configure tor before using it, as it does not come pre-configured.", "Please see https://www.torproject.org/docs/tor-manual.html.en for configuration details." ], "architecture": { "64bit": { "url": "https://dist.torproject.org/torbrowser/10.0.18/tor-win64-0.4.5.9.zip", "hash": "27d70f9b35412c2fc24a20a7c7a45c055d73934fb382b0534a8c758713921c3f" }, "32bit": { "url": "https://dist.torproject.org/torbrowser/10.0.18/tor-win32-0.4.5.9.zip", "hash": "8e9bfe553d030671f116075f6115e3a8ea8de22dc3656d63843070eb6806db9b" } }, "pre_install": [ "$current = current_dir $dir", "$content = @(", " \"DataDirectory `\"$current\\Data\\Data`\"\"", " \"GeoIPFile `\"$current\\Data\\Tor\\geoip`\"\"", " \"GeoIPv6File `\"$current\\Data\\Tor\\geoip6`\"\"", ")", "if (!(Test-Path \"$persist_dir\\torrc\")) {", " Add-Content \"$dir\\torrc\" $content.Replace('\\', '/') -Encoding ASCII -Force", "}" ], "bin": [ [ "Tor\\tor.exe", "tor", "-f \"$dir\\torrc\"" ], "Tor\\tor-gencert.exe" ], "persist": [ "Data\\Data", "torrc" ], "checkver": { "url": "https://www.torproject.org/download/tor/", "regex": "torbrowser/(?[\\d.]+)/tor-win32-(?[\\d.]+)\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dist.torproject.org/torbrowser/$matchBrowser/tor-win64-$version.zip" }, "32bit": { "url": "https://dist.torproject.org/torbrowser/$matchBrowser/tor-win32-$version.zip" } }, "hash": { "url": "$baseurl/sha256sums-signed-build.txt" } } }