dnscrypt-proxy: Update to version 2.1.12

This commit is contained in:
github-actions[bot] 2025-05-27 00:39:12 +00:00
parent b92477e26d
commit 6278ad77d5

View File

@ -1,5 +1,5 @@
{ {
"version": "2.1.11", "version": "2.1.12",
"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.11/dnscrypt-proxy-win64-2.1.11.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.12/dnscrypt-proxy-win64-2.1.12.zip",
"hash": "36bfaf874597be58feffeb6f52a54a475dbfe0becf9f3af2fa26daf6754d0290", "hash": "442d1a91ea4d0c59f50bbbf714aa5c87388db278cf83e1d9918c238a014ba7f2",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.11/dnscrypt-proxy-win32-2.1.11.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.12/dnscrypt-proxy-win32-2.1.12.zip",
"hash": "95fa3dc2df3edc303ada6ea0e9fad6c7fd15ef31699a2e73cfb9e2ab39c1b5fa", "hash": "520cde59acd46777c049c8c4e66e48dbd1fe9aedd4d00bbb07a45feb3a297513",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },