dnscrypt-proxy: Update to version 2.0.43

This commit is contained in:
Jakub Čábera 2020-06-09 15:28:32 +02:00
parent b43871e62c
commit e71046c6cc

View File

@ -1,17 +1,17 @@
{ {
"version": "2.0.42", "version": "2.0.43",
"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.42/dnscrypt-proxy-win64-2.0.42.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.43/dnscrypt-proxy-win64-2.0.43.zip",
"hash": "0832b00af13c62264cea992cdbaf91a7e4f6063391ea186d792ef0fb3c47eae8", "hash": "6c8951dbb2fad33328b87495533365d3c0dfd933bbaee11e2b18038f41b1d1fe",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.42/dnscrypt-proxy-win32-2.0.42.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.43/dnscrypt-proxy-win32-2.0.43.zip",
"hash": "a90cc4980ccc4a0634631f9e58b620f8f3d831d5f48342c3bc3cfe1efbbe145a", "hash": "b65894cb5a0c78348b83fc882081f6468f288d770993364c092ae0e6fc7bbcf2",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },