From 0a27f6bf4b7ccbf94898d4f717e626d16a4d3102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 12 Jun 2020 08:50:14 +0200 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.44 --- 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 fbe2592313..7c1a4a6c6b 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.43", + "version": "2.0.44", "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.43/dnscrypt-proxy-win64-2.0.43.zip", - "hash": "6c8951dbb2fad33328b87495533365d3c0dfd933bbaee11e2b18038f41b1d1fe", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.44/dnscrypt-proxy-win64-2.0.44.zip", + "hash": "e832c842af918e36fa5680ab55f70502553ee80c3c7c88de2a045e5b377d849e", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.43/dnscrypt-proxy-win32-2.0.43.zip", - "hash": "b65894cb5a0c78348b83fc882081f6468f288d770993364c092ae0e6fc7bbcf2", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.44/dnscrypt-proxy-win32-2.0.44.zip", + "hash": "865c5c252ef26bf53bd5ff0c364079ee12952b7800115829e23fe0cc94da2b74", "extract_dir": "win32" } },