dnscrypt-proxy: Update to version 2.0.35

This commit is contained in:
Richard Kuhnt 2019-12-10 00:00:46 +00:00
parent be0f0beebe
commit 67919aca31

View File

@ -1,17 +1,17 @@
{
"version": "2.0.34",
"version": "2.0.35",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.34/dnscrypt-proxy-win64-2.0.34.zip",
"hash": "d48da79ba4499eb8d92bd5bf3550587b043d0a76bb80070e23f7c207343f4b3a",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.35/dnscrypt-proxy-win64-2.0.35.zip",
"hash": "f1819a978c03efb598507d05d86427e8304599c70a1ddb6733924ab5f315ffb5",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.34/dnscrypt-proxy-win32-2.0.34.zip",
"hash": "4848d713ec32d2ec52888c3212901b8521fe117e2df72139ce153a7e74560fd3",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.35/dnscrypt-proxy-win32-2.0.35.zip",
"hash": "bf99d8bef3d53f7be80eb74fcaa19dd229341caff981018dfd3edfd80878f82a",
"extract_dir": "win32"
}
},