From 941d2e1ae39b247d769e371847feade26cdae7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 4 Jan 2021 06:02:03 +0100 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.45 --- 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 7c1a4a6c6b..41cec80944 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.44", + "version": "2.0.45", "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.44/dnscrypt-proxy-win64-2.0.44.zip", - "hash": "e832c842af918e36fa5680ab55f70502553ee80c3c7c88de2a045e5b377d849e", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win64-2.0.45.zip", + "hash": "d8cfc18e7892fe6977a78131750ae65a59aef602d0030f03f789881b2b31818c", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.44/dnscrypt-proxy-win32-2.0.44.zip", - "hash": "865c5c252ef26bf53bd5ff0c364079ee12952b7800115829e23fe0cc94da2b74", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win32-2.0.45.zip", + "hash": "001cdab7a426b71641afd58dab5b1451dc2554354b1630233c3a33b116d9542f", "extract_dir": "win32" } },