dnsproxy: Update to version 0.78.0

This commit is contained in:
github-actions[bot] 2025-11-21 16:29:59 +00:00
parent c1cf1ac914
commit 5239eef9e6

View File

@ -1,22 +1,22 @@
{ {
"version": "0.77.0", "version": "0.78.0",
"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.77.0/dnsproxy-windows-amd64-v0.77.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-amd64-v0.78.0.zip",
"hash": "c5bf1dbdcd90dc96818a5b6cd55adaf95176b7f76e270a40b11ccb2b7d10c1a6", "hash": "c3f47a8f3f7aec1d706a83cc539509c8e4b6b302e37b0ce9da190253b191e302",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.77.0/dnsproxy-windows-386-v0.77.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-386-v0.78.0.zip",
"hash": "7e80132458ba43e968b0c436ad303561ea33b3ce3bca3dbfad6f474b3d9c2e1d", "hash": "22a6a986858f62dffef3aca6aefedefb1b81db7bec37ad51d9ea55cde35dcea2",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.77.0/dnsproxy-windows-arm64-v0.77.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-arm64-v0.78.0.zip",
"hash": "6fbbb9f3899393ce05a4e970b5a38ca42ef02359795bd3e73553cb8af8ec9588", "hash": "42328d4fae8f4682fddfa57a6be2c7b6eb44691b861b207312cb791d4ddac8c5",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },