diff --git a/bucket/nextdns.json b/bucket/nextdns.json new file mode 100644 index 0000000000..ec73a6ad24 --- /dev/null +++ b/bucket/nextdns.json @@ -0,0 +1,33 @@ +{ + "version": "1.7.1", + "description": "NextDNS CLI is a 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.7.1/nextdns_1.7.1_windows_amd64.zip", + "hash": "9e567d7b7f5a679ae250b6957a0122d22429e80c2137ccbda22fc31ed184ef0f" + }, + "32bit": { + "url": "https://github.com/nextdns/nextdns/releases/download/v1.7.1/nextdns_1.7.1_windows_386.zip", + "hash": "f025f1add46c0dd3bc66c12b0318ec08c04b80ae31f4f8b74c0f58cc1e2f3d19" + } + }, + "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" + } + } +}