From c18bde925db8f27c16464c92f0c93335c10f2961 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 31 Jan 2020 11:01:51 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.39 --- 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 c03067b6bb..81c85aa3a4 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.38", + "version": "2.0.39", "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.38/dnscrypt-proxy-win64-2.0.38.zip", - "hash": "1c01f461bc2bb5ea321afe3f0388c52305d5f5557ecb282733879539c61c18e4", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.39/dnscrypt-proxy-win64-2.0.39.zip", + "hash": "babd4122c3b44230abe2f74a8660bdf8b65276236e62b2fbdf0628a104000e95", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.38/dnscrypt-proxy-win32-2.0.38.zip", - "hash": "2bcc8a9045557b3ebe4010fb9c26a47b7c3af41161d7b47d8f7c96346fb863db", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.39/dnscrypt-proxy-win32-2.0.39.zip", + "hash": "29e7b2bb8b34c3bf59fc03be3a2f936d3a0539f2fce44d66cd06893ed4121419", "extract_dir": "win32" } },