From 163d3ce83b81b261d7a32d5636530d270bfd46bc Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Mon, 17 Aug 2020 23:35:40 +0800 Subject: [PATCH] nextdns: Add version 1.7.1 (#1305) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/nextdns.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/nextdns.json 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" + } + } +}