dnsproxy: Update to version 0.49.1

This commit is contained in:
github-actions[bot] 2023-04-18 20:25:27 +00:00
parent 5bf9743e9a
commit e044a1e29e

View File

@ -1,17 +1,17 @@
{ {
"version": "0.49.0", "version": "0.49.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.49.0/dnsproxy-windows-amd64-v0.49.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.1/dnsproxy-windows-amd64-v0.49.1.zip",
"hash": "c885ebd1c023b737fef39667db8028d2fbfe2289017b0c971606d472eecf3e85", "hash": "4bd5ee061539ec78c9621d85dee3d5ba5d8d9662478df36a3d31c31ea4fa6e10",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.0/dnsproxy-windows-386-v0.49.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.1/dnsproxy-windows-386-v0.49.1.zip",
"hash": "f4c6e26c4ffab3b6ac072d3e18883b3a44c96af594d273935d3e6c25a2ac381a", "hash": "ffd718d6d6001d7a456a8728a49830e3596acefc9f4d2c8c571c0ef8d99a1f51",
"extract_dir": "windows-386" "extract_dir": "windows-386"
} }
}, },