mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.32.1",
|
|
"description": "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.32.1/nextdns_1.32.1_windows_amd64.zip",
|
|
"hash": "65afbf4d765c40f3d10efff6d969b7fc3ef294659f6fce4727ecd85c59ca60bb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nextdns/nextdns/releases/download/v1.32.1/nextdns_1.32.1_windows_386.zip",
|
|
"hash": "9b8ad9928db00f7591196599c07d972fdaf696a6a258a052dda1291567504a94"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|