dnscrypt-proxy: Update to version 2.1.4

This commit is contained in:
github-actions[bot] 2023-02-07 12:51:06 +00:00
parent 0e07f5a2aa
commit a7cd5f058a

View File

@ -1,5 +1,5 @@
{
"version": "2.1.3",
"version": "2.1.4",
"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.3/dnscrypt-proxy-win64-2.1.3.zip",
"hash": "0a1856175454e50852a74a2ab497f1e34e63ae37c6b9670c9ef8d183ea7127ba",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win64-2.1.4.zip",
"hash": "895a73d51e0633f4c7ad16751b96cdec3300284f1cc51f38da405df453c79b03",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-win32-2.1.3.zip",
"hash": "6284c26dc4917ac36dda7e7739e8b9c3ef3c13acfc588c06b44c6305f1a36b63",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win32-2.1.4.zip",
"hash": "d7f8ee32c4bcc0dc397d49d2851dd230a1fa16a364e3ce3d8cb00512c8e25fac",
"extract_dir": "win32"
}
},