dnscrypt-proxy: Update to version 2.0.29

This commit is contained in:
Richard Kuhnt 2019-10-28 12:01:50 +00:00
parent e3cbd31333
commit ba9f5f8064

View File

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