dnscrypt-proxy: Update to version 2.0.28

This commit is contained in:
Richard Kuhnt 2019-10-12 21:00:25 +00:00
parent 216e83a492
commit 536b98e13f

View File

@ -1,17 +1,17 @@
{ {
"version": "2.0.27", "version": "2.0.28",
"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.27/dnscrypt-proxy-win64-2.0.27.zip", "url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.28/dnscrypt-proxy-win64-2.0.28.zip",
"hash": "7b29c96071f4f22385baba6f046bef721113d14b069b47333bfe068094b32e1a", "hash": "9c742b89d98eaff9fbe994dbe5b3b38c7249c0202c2ef26262067ea56b022245",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.27/dnscrypt-proxy-win32-2.0.27.zip", "url": "https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.28/dnscrypt-proxy-win32-2.0.28.zip",
"hash": "7ddb788cc5b7daca307f462f2bc6835f851708efe23448f1d1e96feb669f3754", "hash": "068e56857f11379f592a409896c2b87c8d10d3c90fe201be008888254c88e156",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },