From fd5bccf4beb3f8b50fcae4bc8b78a2dd0acb0498 Mon Sep 17 00:00:00 2001 From: baiyu <45838887+QingKongBaiYu@users.noreply.github.com> Date: Sat, 18 Sep 2021 14:06:45 +0800 Subject: [PATCH] dnscrypt-proxy: Update to version 2.1.0 (#2689) --- bucket/dnscrypt-proxy.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bucket/dnscrypt-proxy.json b/bucket/dnscrypt-proxy.json index f972312850..8215efd0dd 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,18 @@ { - "version": "2.0.45", + "version": "2.1.0", "description": "A flexible DNS proxy, with support for encrypted DNS protocols", "homepage": "https://dnscrypt.info", "license": "ISC", + "notes": "\"fallback_resolvers\" was renamed to \"bootstrap_resolvers\" for clarity. Please update your configuration file accordingly.", "architecture": { "64bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win64-2.0.45.zip", - "hash": "d8cfc18e7892fe6977a78131750ae65a59aef602d0030f03f789881b2b31818c", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win64-2.1.0.zip", + "hash": "196DCB3DA3152DEF54F9BE89276A2B9063026F59FA6993D1850D66FD83858DF0", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win32-2.0.45.zip", - "hash": "001cdab7a426b71641afd58dab5b1451dc2554354b1630233c3a33b116d9542f", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.0/dnscrypt-proxy-win32-2.1.0.zip", + "hash": "64B9AB36F5037FF44DE0FA16A261E00192A419583DC2C3AEBE28B809D8908D23", "extract_dir": "win32" } },