dnscrypt-proxy: Update to version 2.0.44

This commit is contained in:
Jakub Čábera 2020-06-12 08:50:14 +02:00
parent ac09a3b712
commit 0a27f6bf4b

View File

@ -1,17 +1,17 @@
{
"version": "2.0.43",
"version": "2.0.44",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.43/dnscrypt-proxy-win64-2.0.43.zip",
"hash": "6c8951dbb2fad33328b87495533365d3c0dfd933bbaee11e2b18038f41b1d1fe",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.44/dnscrypt-proxy-win64-2.0.44.zip",
"hash": "e832c842af918e36fa5680ab55f70502553ee80c3c7c88de2a045e5b377d849e",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.43/dnscrypt-proxy-win32-2.0.43.zip",
"hash": "b65894cb5a0c78348b83fc882081f6468f288d770993364c092ae0e6fc7bbcf2",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.44/dnscrypt-proxy-win32-2.0.44.zip",
"hash": "865c5c252ef26bf53bd5ff0c364079ee12952b7800115829e23fe0cc94da2b74",
"extract_dir": "win32"
}
},