dnscrypt-proxy: Update to version 2.0.32

This commit is contained in:
Richard Kuhnt 2019-11-17 23:00:24 +00:00
parent e27aec7eae
commit 0696ddace6

View File

@ -1,17 +1,17 @@
{
"version": "2.0.31",
"version": "2.0.32",
"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.31/dnscrypt-proxy-win64-2.0.31.zip",
"hash": "1d2c2acc9d0e4655e9011b162230c7cece6edffd14dd4dc2bd09a03c16095602",
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.32/dnscrypt-proxy-win64-2.0.32.zip",
"hash": "79d1a9f54a33e22f1753443289f4c239a7d39a16eec0eb6080917640b0526bb8",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.31/dnscrypt-proxy-win32-2.0.31.zip",
"hash": "e75f5a4bade37c5a890cdaf47d2a208d84890f7a2d0d9b2bb91805a92d2c1c6e",
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.32/dnscrypt-proxy-win32-2.0.32.zip",
"hash": "18e2fa95ab43c7d6a67b8838cfc42b9c8f4686b0b0aa55f731476ad033c6493f",
"extract_dir": "win32"
}
},