dnscrypt-proxy: Update to version 2.1.10

This commit is contained in:
github-actions[bot] 2025-05-21 00:40:22 +00:00
parent 2522e84048
commit 5593198ddc

View File

@ -1,5 +1,5 @@
{ {
"version": "2.1.8", "version": "2.1.10",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols", "description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info", "homepage": "https://dnscrypt.info",
"license": "ISC", "license": "ISC",
@ -10,13 +10,13 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.8/dnscrypt-proxy-win64-2.1.8.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.10/dnscrypt-proxy-win64-2.1.10.zip",
"hash": "dcbef9a4079164545ab9d8a95b4d97da3e639213451dd2c14237ceba59c909bb", "hash": "8fdf7bb24f8b190dd9038007a18a229031eeae1f636a9478aa481575520a4cd4",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.8/dnscrypt-proxy-win32-2.1.8.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.10/dnscrypt-proxy-win32-2.1.10.zip",
"hash": "f589728c099b8c81e0029abf4514db4962d861f06bdcdf962f1d24d2d7beaf61", "hash": "6f5e023f01f814d93d3bac77e0038fb9f7658461cb5e11acb87a9b02be1f4feb",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },