dnscrypt-proxy: Update to version 2.1.11

This commit is contained in:
github-actions[bot] 2025-05-21 08:30:00 +00:00
parent 81cd76b009
commit 28da2261c5

View File

@ -1,5 +1,5 @@
{
"version": "2.1.10",
"version": "2.1.11",
"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.10/dnscrypt-proxy-win64-2.1.10.zip",
"hash": "8fdf7bb24f8b190dd9038007a18a229031eeae1f636a9478aa481575520a4cd4",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.11/dnscrypt-proxy-win64-2.1.11.zip",
"hash": "36bfaf874597be58feffeb6f52a54a475dbfe0becf9f3af2fa26daf6754d0290",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.10/dnscrypt-proxy-win32-2.1.10.zip",
"hash": "6f5e023f01f814d93d3bac77e0038fb9f7658461cb5e11acb87a9b02be1f4feb",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.11/dnscrypt-proxy-win32-2.1.11.zip",
"hash": "95fa3dc2df3edc303ada6ea0e9fad6c7fd15ef31699a2e73cfb9e2ab39c1b5fa",
"extract_dir": "win32"
}
},