dnsproxy: Update to version 0.75.2

This commit is contained in:
github-actions[bot] 2025-03-19 16:29:44 +00:00
parent 035f5577af
commit 39d88a4be4

View File

@ -1,22 +1,22 @@
{ {
"version": "0.75.1", "version": "0.75.2",
"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.1/dnsproxy-windows-amd64-v0.75.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-windows-amd64-v0.75.2.zip",
"hash": "e742d5a0c2049682f840f48b147397713a6ac3670e5f125e4f39ebb5b452ec29", "hash": "45b1ce1f62b02ee7b450d749d5c9c682c13ab64ae37263663f0989db6023626b",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.1/dnsproxy-windows-386-v0.75.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-windows-386-v0.75.2.zip",
"hash": "fbdc8f2620a9965b8dbb0ce493de08125ab61f213eb5a0139bcbb2b26b0c0833", "hash": "5c9f4cce379098fcae1a395863d573469d3f864cc0b3708b766b9d4fa8910966",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.1/dnsproxy-windows-arm64-v0.75.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-windows-arm64-v0.75.2.zip",
"hash": "484ef760ee0aad81278370484d735be2f76946c9971d1a1e0fce104d03c48def", "hash": "24a85275e43fa5ee47fd1ea6c3c76af776cb5dd1e2964181e33e37cff552ef04",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },