dnscrypt-proxy: Update to version 2.0.37

This commit is contained in:
Richard Kuhnt 2020-01-30 13:01:49 +00:00
parent 61a7c71440
commit 70fa8ec8dc

View File

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