mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.8.2",
 | 
						|
    "description": "NextDNS CLI is a DNS53 to DNS-over-HTTPS (DoH) proxy with advanced capabilities to get the most out of the NextDNS service.",
 | 
						|
    "homepage": "https://nextdns.io/cli",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/nextdns/nextdns/releases/download/v1.8.2/nextdns_1.8.2_windows_amd64.zip",
 | 
						|
            "hash": "21213b8c27987049d166663cf6d6e73475db3f5b78771a01a75192a66759b07b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/nextdns/nextdns/releases/download/v1.8.2/nextdns_1.8.2_windows_386.zip",
 | 
						|
            "hash": "ea969ae5f519e3fc388f3bf29f78c1df420cf1aa88c0d7406bf62984d9039d37"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "nextdns.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/nextdns/nextdns"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/nextdns/nextdns/releases/download/v$version/nextdns_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/nextdns/nextdns/releases/download/v$version/nextdns_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |