dnscrypt-proxy: Update to version 2.0.31

This commit is contained in:
Richard Kuhnt 2019-10-31 18:00:58 +00:00
parent 6363373ecd
commit 7e334f5912

View File

@ -1,17 +1,17 @@
{ {
"version": "2.0.30", "version": "2.0.31",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols", "description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info", "homepage": "https://dnscrypt.info",
"license": "ISC", "license": "ISC",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.30/dnscrypt-proxy-win64-2.0.30.zip", "url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.31/dnscrypt-proxy-win64-2.0.31.zip",
"hash": "aa8001cb56813f345151e27466c805c57fb1461209e6707b261b64d762fd3e71", "hash": "1d2c2acc9d0e4655e9011b162230c7cece6edffd14dd4dc2bd09a03c16095602",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.30/dnscrypt-proxy-win32-2.0.30.zip", "url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.31/dnscrypt-proxy-win32-2.0.31.zip",
"hash": "e8d56da3093266e861fe4c188c29f23bfab6c37e6f8cc7b2e7cc2fe4c5b0d3a5", "hash": "e75f5a4bade37c5a890cdaf47d2a208d84890f7a2d0d9b2bb91805a92d2c1c6e",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },