dnscrypt-proxy: Update to version 2.0.41

This commit is contained in:
Richard Kuhnt 2020-03-25 09:01:51 +00:00
parent 6a918633c9
commit 2cfa78ecfa

View File

@ -1,17 +1,17 @@
{
"version": "2.0.40",
"version": "2.0.41",
"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.40/dnscrypt-proxy-win64-2.0.40.zip",
"hash": "f3be589a60303881453b007e5844c81e6e50a0c1161eb6d0d2ddcb72e44c8716",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.41/dnscrypt-proxy-win64-2.0.41.zip",
"hash": "7247b1afed996308e073988bf998a0cf898de444e8766e1fb820dcf0b94fb111",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.40/dnscrypt-proxy-win32-2.0.40.zip",
"hash": "f5e9c5474e790a5bf7bdff377eecfe0a33340a5aa08f0c17ba28eb5c9d3438a2",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.41/dnscrypt-proxy-win32-2.0.41.zip",
"hash": "d8260f3e1abf19aa10c52412b4a7f49f4218406623c669fa0d7f8ec0fe4c2f8c",
"extract_dir": "win32"
}
},