dnscrypt-proxy: Update to version 2.0.33

This commit is contained in:
Richard Kuhnt 2019-11-18 13:01:13 +00:00
parent b443713b4e
commit 206cef4e16

View File

@ -1,17 +1,17 @@
{ {
"version": "2.0.32", "version": "2.0.33",
"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",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.32/dnscrypt-proxy-win64-2.0.32.zip", "url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.33/dnscrypt-proxy-win64-2.0.33.zip",
"hash": "79d1a9f54a33e22f1753443289f4c239a7d39a16eec0eb6080917640b0526bb8", "hash": "f9f94d3058ccd5f50c590c567ade62b492ae1e130aeb40a52d6b351a88624f35",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.32/dnscrypt-proxy-win32-2.0.32.zip", "url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.33/dnscrypt-proxy-win32-2.0.33.zip",
"hash": "18e2fa95ab43c7d6a67b8838cfc42b9c8f4686b0b0aa55f731476ad033c6493f", "hash": "4872e25895782166c258d9bd6b24435377ba65001b8244b5ac888d49d59a7e88",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },