dnsproxy: Update to version 0.75.3

This commit is contained in:
github-actions[bot] 2025-04-17 20:28:51 +00:00
parent 125b0ee58b
commit 67042d4b90

View File

@ -1,22 +1,22 @@
{ {
"version": "0.75.2", "version": "0.75.3",
"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.75.2/dnsproxy-windows-amd64-v0.75.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-windows-amd64-v0.75.3.zip",
"hash": "45b1ce1f62b02ee7b450d749d5c9c682c13ab64ae37263663f0989db6023626b", "hash": "692da9ffe6cedc13572ecc43076fa4a1d948eabac561f138903d42d3c8f9b1be",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-windows-386-v0.75.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-windows-386-v0.75.3.zip",
"hash": "5c9f4cce379098fcae1a395863d573469d3f864cc0b3708b766b9d4fa8910966", "hash": "7d0f1dc0945a1683c786b1aebf74d3588618c9080b3fd125a3692fd509b0a2ce",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-windows-arm64-v0.75.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-windows-arm64-v0.75.3.zip",
"hash": "24a85275e43fa5ee47fd1ea6c3c76af776cb5dd1e2964181e33e37cff552ef04", "hash": "8f021bf56ae5f2de231262eb9f5d62f58191c1fe04d723448402b68917b01fb8",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },