dnscrypt-proxy: Update to version 2.1.5

This commit is contained in:
github-actions[bot] 2023-08-11 20:23:45 +00:00
parent d1893e3fb2
commit f0f74bd96f

View File

@ -1,5 +1,5 @@
{
"version": "2.1.4",
"version": "2.1.5",
"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.4/dnscrypt-proxy-win64-2.1.4.zip",
"hash": "895a73d51e0633f4c7ad16751b96cdec3300284f1cc51f38da405df453c79b03",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win64-2.1.5.zip",
"hash": "55e2689b8604f7de88d6cfe0a5396e166acce1acae51adbddb314e36eda89a9f",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-win32-2.1.4.zip",
"hash": "d7f8ee32c4bcc0dc397d49d2851dd230a1fa16a364e3ce3d8cb00512c8e25fac",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.5/dnscrypt-proxy-win32-2.1.5.zip",
"hash": "99176d9ac53217976423b727f3b238c418b9e94cfeb55a9b9439fd01354f7535",
"extract_dir": "win32"
}
},