dnsproxy: Update to version 0.66.0

This commit is contained in:
github-actions[bot] 2024-03-11 12:31:20 +00:00
parent 17c18deb4d
commit 410b98e993

View File

@ -1,22 +1,22 @@
{ {
"version": "0.65.2", "version": "0.66.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.65.2/dnsproxy-windows-amd64-v0.65.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-amd64-v0.66.0.zip",
"hash": "a8b8ea4fab11070ee80d891ccf96c1b382c99790efb16a34ef5a70b7737ddacc", "hash": "fe487b5516365c1ceb8d9efcc88383e1e02c64c00abff30ef57bc30d11dadb79",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.2/dnsproxy-windows-386-v0.65.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-386-v0.66.0.zip",
"hash": "fbeeab345c9887a93fb03a03f2164a4ef640537b958cc39f3e7b441651058578", "hash": "62384e36016d242ddc0140a5d18a552fd1084a9dce4e2251e69ceba54aa52c81",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.2/dnsproxy-windows-arm64-v0.65.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-arm64-v0.66.0.zip",
"hash": "7b07da6d1381c24911400b529e4e0b8a1e79c30a51dd9063c73c194d0c6d11fe", "hash": "b7da8683ad52ed053935d00f4e33f381740736bc5eaebba75e6713e0d7e7c601",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },