dnsproxy: Update to version 0.73.5

This commit is contained in:
github-actions[bot] 2024-12-23 16:30:08 +00:00
parent 3080bebb85
commit 61254418c2

View File

@ -1,22 +1,22 @@
{ {
"version": "0.73.4", "version": "0.73.5",
"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.73.4/dnsproxy-windows-amd64-v0.73.4.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.5/dnsproxy-windows-amd64-v0.73.5.zip",
"hash": "f0373a90d710dac486221871e381ddac5ed8a1317d3e99663b387e8c2b3188e6", "hash": "9d0f915db6b120f01e8bb6a58ad0f3b00c7d7d132ff7834b058913c4e5ae816d",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.4/dnsproxy-windows-386-v0.73.4.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.5/dnsproxy-windows-386-v0.73.5.zip",
"hash": "a9efe292e35ecdc0db62ff40eefecf28027ec57db233a5158b02f8009b48bb90", "hash": "ba9d00e222d4586d2e4874aa6efd595bc6f8b88822076094e277e6d2b99182e0",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.4/dnsproxy-windows-arm64-v0.73.4.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.5/dnsproxy-windows-arm64-v0.73.5.zip",
"hash": "13f2a5a20b22b36c90a9540cdaa81fb1fff08fd0a6dd3a7fa491ed22b7882e0c", "hash": "4c4171cad3ebf40575af872397f972db6799df1c515ea98c442a5cc7af144992",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },