dnsproxy: Update to version 0.75.0

This commit is contained in:
github-actions[bot] 2025-01-29 20:27:36 +00:00
parent 83358133c7
commit 4501df1729

View File

@ -1,22 +1,22 @@
{ {
"version": "0.74.1", "version": "0.75.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.74.1/dnsproxy-windows-amd64-v0.74.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-amd64-v0.75.0.zip",
"hash": "74b18b684c768206c07a81ef96b5a818fa4b46bec93bcf0f407357f5979faed8", "hash": "c65ab62395cce7cf85758bbb282b543da9f7f02d0673282ed98820d05262c628",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.74.1/dnsproxy-windows-386-v0.74.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-386-v0.75.0.zip",
"hash": "92fddadd7cbc4e355bd0affa707b682d99f082810083ecdbb5ffaac9a70fe19b", "hash": "7a6e636398f5649ea09642825c6e0a6ccb653a8f5a34b65dbcdcd63b99ec47f4",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.74.1/dnsproxy-windows-arm64-v0.74.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.0/dnsproxy-windows-arm64-v0.75.0.zip",
"hash": "4f363a11edb06f3bc6e8cbb59e5194eb6407b2848cb2ec3572ab8482099ab6c7", "hash": "863965e7e2e383f799af89d2f1df4fa35ba620d94439bc97c0d1605bdf1215ea",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },