dnscrypt-proxy: Update to version 2.0.40

This commit is contained in:
Richard Kuhnt 2020-03-21 13:01:52 +00:00
parent e01cb90b27
commit 244c50dac6

View File

@ -1,17 +1,17 @@
{ {
"version": "2.0.39", "version": "2.0.40",
"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/DNSCrypt/dnscrypt-proxy/releases/download/2.0.39/dnscrypt-proxy-win64-2.0.39.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.40/dnscrypt-proxy-win64-2.0.40.zip",
"hash": "babd4122c3b44230abe2f74a8660bdf8b65276236e62b2fbdf0628a104000e95", "hash": "f3be589a60303881453b007e5844c81e6e50a0c1161eb6d0d2ddcb72e44c8716",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.39/dnscrypt-proxy-win32-2.0.39.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.40/dnscrypt-proxy-win32-2.0.40.zip",
"hash": "29e7b2bb8b34c3bf59fc03be3a2f936d3a0539f2fce44d66cd06893ed4121419", "hash": "f5e9c5474e790a5bf7bdff377eecfe0a33340a5aa08f0c17ba28eb5c9d3438a2",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },