dnscrypt-proxy: Update to version 2.0.38

This commit is contained in:
Richard Kuhnt 2020-01-30 16:01:50 +00:00
parent 7c65324577
commit e25c1cc0e4

View File

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