mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* AutoUpdate from 29 october 2021 Update version and hash for : - helix - k3d - kubefwd - lean-cli - lychee - micronaut - minio - mob - mutagen - naiveproxy - oh-my-posh3 - opa - s3deploy - scaleway-cli - telegraf - terragrunt - topgrade - zeebe * Update manifest with checkver without autoupdate #2845 apimtemplate: 0.7 (scoop version is 0.5) dhall: 1.40.1 (scoop version is 1.39.0) dnscrypt-proxy: 2.1.1 (scoop version is 2.1.0) fio: 3.27 (scoop version is 3.20) k0s: 1.22.2 (scoop version is 0.13.1) megatools: 1.10.3 (scoop version is 1.10.2) mockery: 2.9.4 (scoop version is 2.8.0) pngquant: 2.16.0 (scoop version is 2.15.1) rainbow: 1.1.0 (scoop version is 1.0.1) uutils-coreutils: 0.0.8 (scoop version is 0.0.6)
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.1.1",
 | 
						|
    "description": "A flexible DNS proxy, with support for encrypted DNS protocols",
 | 
						|
    "homepage": "https://dnscrypt.info",
 | 
						|
    "license": "ISC",
 | 
						|
    "notes": [
 | 
						|
        "1. \"fallback_resolvers\" was renamed to \"bootstrap_resolvers\" for clarity. Please update your configuration file accordingly.",
 | 
						|
        "2. Some of the configuration files are changed, for details: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45",
 | 
						|
        "3. For compatibility reasons, please move all configuration files exclude \"dnscrypt-proxy.toml\" into \"config\" folder and update your config."
 | 
						|
    ],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-win64-2.1.1.zip",
 | 
						|
            "hash": "5d04ede2c9af7a524c23e2cf096f3dff533807654f62b3a5a53627e7e689529e",
 | 
						|
            "extract_dir": "win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-win32-2.1.1.zip",
 | 
						|
            "hash": "c7a2e7c30f5c69b55e2ac75dfefd10318d7a66e3c586b476cc92bec10708b101",
 | 
						|
            "extract_dir": "win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "if (!(Test-Path \"$persist_dir\\$dnscrypt-proxy.toml\")) { Copy-Item \"$dir\\example-dnscrypt-proxy.toml\" \"$dir\\dnscrypt-proxy.toml\" }",
 | 
						|
    "bin": "dnscrypt-proxy.exe",
 | 
						|
    "persist": [
 | 
						|
        "config",
 | 
						|
        "dnscrypt-proxy.toml",
 | 
						|
        "localhost.pem"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/DNSCrypt/dnscrypt-proxy"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win64-$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win32-$version.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |