dnscrypt-proxy: Update to version 2.0.30

This commit is contained in:
Richard Kuhnt 2019-10-31 00:01:09 +00:00
parent 302890405c
commit 03295255da

View File

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