From a7cd5f058a343091e4cfd093df314a41b0f5ebbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:51:06 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.1.4 --- 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 35296ef933..5fe65c0d46 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,5 +1,5 @@ { - "version": "2.1.3", + "version": "2.1.4", "description": "A flexible DNS proxy, with support for encrypted DNS protocols", "homepage": "https://dnscrypt.info", "license": "ISC", @@ -10,13 +10,13 @@ ], "architecture": { "64bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-win64-2.1.3.zip", - "hash": "0a1856175454e50852a74a2ab497f1e34e63ae37c6b9670c9ef8d183ea7127ba", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win64-2.1.4.zip", + "hash": "895a73d51e0633f4c7ad16751b96cdec3300284f1cc51f38da405df453c79b03", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-win32-2.1.3.zip", - "hash": "6284c26dc4917ac36dda7e7739e8b9c3ef3c13acfc588c06b44c6305f1a36b63", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win32-2.1.4.zip", + "hash": "d7f8ee32c4bcc0dc397d49d2851dd230a1fa16a364e3ce3d8cb00512c8e25fac", "extract_dir": "win32" } },