mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.4.8.17-14.5.5",
 | 
						|
    "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/14.5.5/tor-expert-bundle-windows-x86_64-14.5.5.tar.gz",
 | 
						|
            "hash": "6e8d997e7900467a2bd95debcc070339b260e1d9c061f5df6ba89c9347195d65"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.5/tor-expert-bundle-windows-i686-14.5.5.tar.gz",
 | 
						|
            "hash": "0611343a6cd690eeff1b807f5567d01e0c924e239f8e4331efce6577474390c8"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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-[\\d.]+.tar.gz\">(?<browser>[\\d.]+) \\(tor (?<tor>[\\d.]+)\\)",
 | 
						|
        "replace": "${tor}-${browser}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-windows-x86_64-$matchBrowser.tar.gz"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-windows-i686-$matchBrowser.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256sums-signed-build.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |