dnscrypt-proxy: Update to version 2.1.15

This commit is contained in:
github-actions[bot] 2025-12-10 16:31:10 +00:00
parent ccdf43df64
commit 348b53dbdc

View File

@ -1,5 +1,5 @@
{ {
"version": "2.1.14", "version": "2.1.15",
"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.14/dnscrypt-proxy-win64-2.1.14.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.15/dnscrypt-proxy-win64-2.1.15.zip",
"hash": "4a3a7d6bdcfaab1155f2c7bf42af92988f7be0198cc1f46cfe3e1b0ae4150449", "hash": "5aa02cb30eda8b2dc64b910793b86cbdba436f3b53db79b048421c35f1f10550",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.14/dnscrypt-proxy-win32-2.1.14.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.15/dnscrypt-proxy-win32-2.1.15.zip",
"hash": "87b1130e9d9a2af859887fb31a8414be96876d30cf0a632dca5a9257eb759a75", "hash": "70655547d5128ed7bd2b48da96384c8da8e6a1f0c7efbc1249f20dab2480134b",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },