{ "version": "0.4.7.13-12.0.7", "description": "Enables anonymous communication over the onion network (expert mode).", "homepage": "https://www.torproject.org", "license": "BSD-3-Clause", "notes": [ "You will need to configure Tor before using, as it does not come pre-configured.", "See https://tb-manual.torproject.org/ for details." ], "architecture": { "64bit": { "url": "https://archive.torproject.org/tor-package-archive/torbrowser/12.0.7/tor-expert-bundle-12.0.7-windows-x86_64.tar.gz", "hash": "11818438170744c94133d5a73497aeef68ae9e97937f1d0a7f4ccbd7da9430b4" }, "32bit": { "url": "https://archive.torproject.org/tor-package-archive/torbrowser/12.0.7/tor-expert-bundle-12.0.7-windows-i686.tar.gz", "hash": "4097ff3df7d9e76f4880f63219d564031cca3a81d5fb9368e94c9c70809461ab" } }, "pre_install": [ "$current_dir = if (get_config NO_JUNCTIONS) { $dir } else { \"$(appdir $app $global)\\current\" }", "$content = @(", " \"DataDirectory `\"$current_dir\\data`\"\"", " \"GeoIPFile `\"$current_dir\\data\\geoip`\"\"", " \"GeoIPv6File `\"$current_dir\\data\\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", "torrc" ], "checkver": { "url": "https://www.torproject.org/download/tor/", "regex": "windows-i686.tar.gz\">(?[\\d.]+) \\(tor (?[\\d.]+)\\)", "replace": "${tor}-${browser}" }, "autoupdate": { "architecture": { "64bit": { "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-$matchBrowser-windows-x86_64.tar.gz" }, "32bit": { "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-$matchBrowser-windows-i686.tar.gz" } }, "hash": { "url": "$baseurl/sha256sums-signed-build.txt" } } }