dnscrypt-proxy: Update to version 2.0.34

This commit is contained in:
Richard Kuhnt 2019-12-03 12:00:22 +00:00
parent 01b5b3d56f
commit 7843a1b99a

View File

@ -1,17 +1,17 @@
{
"version": "2.0.33",
"version": "2.0.34",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.33/dnscrypt-proxy-win64-2.0.33.zip",
"hash": "f9f94d3058ccd5f50c590c567ade62b492ae1e130aeb40a52d6b351a88624f35",
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.34/dnscrypt-proxy-win64-2.0.34.zip",
"hash": "2a13235378395d2f49483774b3af018bdc3ccebe5cd3f4861370e53ecfa02b0c",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.33/dnscrypt-proxy-win32-2.0.33.zip",
"hash": "4872e25895782166c258d9bd6b24435377ba65001b8244b5ac888d49d59a7e88",
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.34/dnscrypt-proxy-win32-2.0.34.zip",
"hash": "75d7fd9735abb6c5280697564372230e8bd4390bcf3f9a314ddb0ad45378328b",
"extract_dir": "win32"
}
},