From cb9474c043777901c0b523d97084831545a7d8d6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 21 Dec 2019 22:00:23 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.36 --- bucket/dnscrypt-proxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnscrypt-proxy.json b/bucket/dnscrypt-proxy.json index 4ecd1ff4c3..5e7f07d747 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.35", + "version": "2.0.36", "description": "A flexible DNS proxy, with support for encrypted DNS protocols", "homepage": "https://dnscrypt.info", "license": "ISC", "architecture": { "64bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.35/dnscrypt-proxy-win64-2.0.35.zip", - "hash": "f1819a978c03efb598507d05d86427e8304599c70a1ddb6733924ab5f315ffb5", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win64-2.0.36.zip", + "hash": "b35a77d2db22a3488e8a7ceb1ea329f8c72b4cd39e5997b83635db3395bc66da", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.35/dnscrypt-proxy-win32-2.0.35.zip", - "hash": "bf99d8bef3d53f7be80eb74fcaa19dd229341caff981018dfd3edfd80878f82a", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win32-2.0.36.zip", + "hash": "bcec8a068ad26ecf766ec23dd73e3b13ad95952203bec833c686ec5860303355", "extract_dir": "win32" } },