mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-27 05:55:16 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.43.2",
|
|
"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.43.2/nextdns_1.43.2_windows_amd64.zip",
|
|
"hash": "000bf891403b5ca8ce5f8a2d76cc5a0be4809dc55683925b10ebe442e5da082e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nextdns/nextdns/releases/download/v1.43.2/nextdns_1.43.2_windows_386.zip",
|
|
"hash": "c3ec2f3d56b2927d58743cb75636d5a62bdc7b0c29937ef2b245df27d1639b57"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|