dnsproxy: Update to version 0.71.2

This commit is contained in:
github-actions[bot] 2024-05-31 12:31:18 +00:00
parent e0dc88de1e
commit eece2a1dd5

View File

@ -1,22 +1,22 @@
{ {
"version": "0.71.1", "version": "0.71.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.71.1/dnsproxy-windows-amd64-v0.71.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-amd64-v0.71.2.zip",
"hash": "f77770c77fe78f728ea0b3eb86f607d6d9f26b5e0f2ea0b90fd977b64d982bdd", "hash": "54e6452d9e483c4b1825dbad8fdb78598babe6ef478a293e5aadada290b46325",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.1/dnsproxy-windows-386-v0.71.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-386-v0.71.2.zip",
"hash": "1bbb57c112d39831668b046bbf95202e15058117ffdd503f19f5298e037aaa78", "hash": "29a73bc6139e69cc86ab09dc8f9e7824cc8fcc31329e05a290ea1fb5eca767da",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.1/dnsproxy-windows-arm64-v0.71.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-arm64-v0.71.2.zip",
"hash": "02b5c1f293e4d4ce828fbcbe4687f460f93f14b1ff9b4f78d71015525dd8ab1a", "hash": "c5d78e4cb3a2164a75c8f97a9856191056a87bd9e7bc06f9c45eb6642a8a280b",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },