dnscrypt-proxy: Update to version 2.0.42 (#934)

This commit is contained in:
Jakub Čábera 2020-04-02 07:01:54 +02:00 committed by GitHub
parent 6c83c09e9d
commit 255c7afda1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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