dnsproxy: Update to version 0.50.1

This commit is contained in:
github-actions[bot] 2023-06-08 16:27:22 +00:00
parent 4c56a1c248
commit c0b4b496d5

View File

@ -1,17 +1,17 @@
{ {
"version": "0.50.0", "version": "0.50.1",
"description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support", "description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support",
"homepage": "https://github.com/AdguardTeam/dnsproxy", "homepage": "https://github.com/AdguardTeam/dnsproxy",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.0/dnsproxy-windows-amd64-v0.50.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.1/dnsproxy-windows-amd64-v0.50.1.zip",
"hash": "40672827060f2a096279611b74bf3c99f6adc42e21b09f48e1e7eeccf5551403", "hash": "d9685e13e110d2579dfba7909caa1226d06d4cee59b88d549dcaba803915a160",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.0/dnsproxy-windows-386-v0.50.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.1/dnsproxy-windows-386-v0.50.1.zip",
"hash": "026687151b7e7ae5247066c63dbe127cbe253983d902c2cbb270f5481978b45c", "hash": "b9361565597120f9cd472c5b95cb20224e9012a53191934806be44b70e5ff8b3",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },