mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.39.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.39.1/nextdns_1.39.1_windows_amd64.zip",
|
|
"hash": "f2cbd00b1da613c777ddd00cd5a48a189741fd24186f7dd89d995281cb1b2b21"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nextdns/nextdns/releases/download/v1.39.1/nextdns_1.39.1_windows_386.zip",
|
|
"hash": "506baab3a2a7a485cb0daec9802522fea05752f7596a7c5ce998d89348254902"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|