From 5593198ddc95209d0d797393b7f9050ef2c68b9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 00:40:22 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.1.10 --- 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 f4ce8465c1..e13d7e60e5 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,5 +1,5 @@ { - "version": "2.1.8", + "version": "2.1.10", "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.8/dnscrypt-proxy-win64-2.1.8.zip", - "hash": "dcbef9a4079164545ab9d8a95b4d97da3e639213451dd2c14237ceba59c909bb", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.10/dnscrypt-proxy-win64-2.1.10.zip", + "hash": "8fdf7bb24f8b190dd9038007a18a229031eeae1f636a9478aa481575520a4cd4", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.8/dnscrypt-proxy-win32-2.1.8.zip", - "hash": "f589728c099b8c81e0029abf4514db4962d861f06bdcdf962f1d24d2d7beaf61", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.10/dnscrypt-proxy-win32-2.1.10.zip", + "hash": "6f5e023f01f814d93d3bac77e0038fb9f7658461cb5e11acb87a9b02be1f4feb", "extract_dir": "win32" } },