dnscrypt-proxy: Update to version 2.0.36

This commit is contained in:
Richard Kuhnt 2019-12-21 22:00:23 +00:00
parent 49eafa1acc
commit cb9474c043

View File

@ -1,17 +1,17 @@
{
"version": "2.0.35",
"version": "2.0.36",
"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.35/dnscrypt-proxy-win64-2.0.35.zip",
"hash": "f1819a978c03efb598507d05d86427e8304599c70a1ddb6733924ab5f315ffb5",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win64-2.0.36.zip",
"hash": "b35a77d2db22a3488e8a7ceb1ea329f8c72b4cd39e5997b83635db3395bc66da",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.35/dnscrypt-proxy-win32-2.0.35.zip",
"hash": "bf99d8bef3d53f7be80eb74fcaa19dd229341caff981018dfd3edfd80878f82a",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win32-2.0.36.zip",
"hash": "bcec8a068ad26ecf766ec23dd73e3b13ad95952203bec833c686ec5860303355",
"extract_dir": "win32"
}
},