From 0b39a54cc455cbcb0dcfa8f40f5fb9a020db69b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:29:53 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.1.14 --- 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 0bddd77d74..c499b597c5 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,5 +1,5 @@ { - "version": "2.1.13", + "version": "2.1.14", "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.13/dnscrypt-proxy-win64-2.1.13.zip", - "hash": "c69242c662074b260fee47762f3feb4dab6dd2bca9ebdd0fea2fde1046c518bf", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.14/dnscrypt-proxy-win64-2.1.14.zip", + "hash": "4a3a7d6bdcfaab1155f2c7bf42af92988f7be0198cc1f46cfe3e1b0ae4150449", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.13/dnscrypt-proxy-win32-2.1.13.zip", - "hash": "a1ccfccda6ec657a13ccd2fa7c28d30495197b21ed77fe0de9a23b33e496c1e6", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.14/dnscrypt-proxy-win32-2.1.14.zip", + "hash": "87b1130e9d9a2af859887fb31a8414be96876d30cf0a632dca5a9257eb759a75", "extract_dir": "win32" } },