From 255c7afda12e53b1e36943ff59230b28e04c5744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 2 Apr 2020 07:01:54 +0200 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.42 (#934) --- 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 2bfd237cf4..f7170cbc80 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.41", + "version": "2.0.42", "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.41/dnscrypt-proxy-win64-2.0.41.zip", - "hash": "7247b1afed996308e073988bf998a0cf898de444e8766e1fb820dcf0b94fb111", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.42/dnscrypt-proxy-win64-2.0.42.zip", + "hash": "0832b00af13c62264cea992cdbaf91a7e4f6063391ea186d792ef0fb3c47eae8", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.41/dnscrypt-proxy-win32-2.0.41.zip", - "hash": "d8260f3e1abf19aa10c52412b4a7f49f4218406623c669fa0d7f8ec0fe4c2f8c", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.42/dnscrypt-proxy-win32-2.0.42.zip", + "hash": "a90cc4980ccc4a0634631f9e58b620f8f3d831d5f48342c3bc3cfe1efbbe145a", "extract_dir": "win32" } },