dnscrypt-proxy: Update to version 2.0.45

This commit is contained in:
Jakub Čábera 2021-01-04 06:02:03 +01:00
parent 8fa43c5850
commit 941d2e1ae3

View File

@ -1,17 +1,17 @@
{ {
"version": "2.0.44", "version": "2.0.45",
"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.44/dnscrypt-proxy-win64-2.0.44.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win64-2.0.45.zip",
"hash": "e832c842af918e36fa5680ab55f70502553ee80c3c7c88de2a045e5b377d849e", "hash": "d8cfc18e7892fe6977a78131750ae65a59aef602d0030f03f789881b2b31818c",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.44/dnscrypt-proxy-win32-2.0.44.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-win32-2.0.45.zip",
"hash": "865c5c252ef26bf53bd5ff0c364079ee12952b7800115829e23fe0cc94da2b74", "hash": "001cdab7a426b71641afd58dab5b1451dc2554354b1630233c3a33b116d9542f",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },