From e25c1cc0e47537e0a5a20ce3a688f0361b28b95f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 30 Jan 2020 16:01:50 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.38 --- 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 94056ae76c..c03067b6bb 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.37", + "version": "2.0.38", "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.37/dnscrypt-proxy-win64-2.0.37.zip", - "hash": "db69a8b68a5b2d0d8828e007bca7a482b19081bed8517296803d41b8350e80ce", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.38/dnscrypt-proxy-win64-2.0.38.zip", + "hash": "1c01f461bc2bb5ea321afe3f0388c52305d5f5557ecb282733879539c61c18e4", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.37/dnscrypt-proxy-win32-2.0.37.zip", - "hash": "1fa2a46e736e9a9b1a58b72ae613ea853083f4459bed0394ab488d6172359f79", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.38/dnscrypt-proxy-win32-2.0.38.zip", + "hash": "2bcc8a9045557b3ebe4010fb9c26a47b7c3af41161d7b47d8f7c96346fb863db", "extract_dir": "win32" } },