mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 21:55:14 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.44.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.44.1/nextdns_1.44.1_windows_amd64.zip",
|
|
"hash": "72581c572f892db5ba09b227da09248170243315ef72e92a114ea84d701aad00"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nextdns/nextdns/releases/download/v1.44.1/nextdns_1.44.1_windows_386.zip",
|
|
"hash": "60a9bdf98dc4c1deb8ff8b0b0a4963efd1721add42ff8d52fa1a4937511f0504"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|