dnsproxy: Update to version 0.73.3

This commit is contained in:
github-actions[bot] 2024-11-07 20:28:35 +00:00
parent f95a7f063f
commit ca49dfde68

View File

@ -1,22 +1,22 @@
{ {
"version": "0.73.2", "version": "0.73.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.73.2/dnsproxy-windows-amd64-v0.73.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-amd64-v0.73.3.zip",
"hash": "f293d53b3b03e1315be45d45594a8b90bb41d1335487c50a24460be2a71a56b7", "hash": "dbc56b3f5c2f1605e5809a7a3bf6c697ecd8dea669d4c4e3812a812d4b9c7ca2",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.2/dnsproxy-windows-386-v0.73.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-386-v0.73.3.zip",
"hash": "9bf2e756dcf6a5685a6dc86ae9ba040772fd0ac586974272ab8a88cf0e4f8561", "hash": "bd231a3ffdf4c26179af35e0f612590d717c46fb50f6dd3e64bccdbd662c323f",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.2/dnsproxy-windows-arm64-v0.73.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-arm64-v0.73.3.zip",
"hash": "84155ee635863eb191ebc8d2d9e20af84342d6f774770960ec4c3f9c459ffdf9", "hash": "c3e8c8f167c5ae60b7c0761f16fa44f2756f5f70d6a36cea3c83f4012f4112bc",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },