mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.43.3",
|
|
"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.3/nextdns_1.43.3_windows_amd64.zip",
|
|
"hash": "bb729b9170c519041f52725a9b8f033f3dfaf3d62ec7782fc9adc7b23b7eb4c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nextdns/nextdns/releases/download/v1.43.3/nextdns_1.43.3_windows_386.zip",
|
|
"hash": "953058dc4099f44838923d46ab402319d8d2530756e78623a4130d082acde705"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|