dnsproxy: Update to version 0.66.0

This commit is contained in:
github-actions[bot] 2024-04-02 17:08:54 +00:00
parent 8aae11d97d
commit e239896a56

View File

@ -1,22 +1,22 @@
{ {
"version": "0.66.1", "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.66.1/dnsproxy-windows-amd64-v0.66.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-amd64-v0.66.0.zip",
"hash": "bf598ac9bcf66867fb4ef3709c80b134c1810ff180c4ae91223f4d3be1584496", "hash": "fe487b5516365c1ceb8d9efcc88383e1e02c64c00abff30ef57bc30d11dadb79",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.1/dnsproxy-windows-386-v0.66.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-386-v0.66.0.zip",
"hash": "41e707988387e3507af89c7656cd5394271eab1fc2347d8e184986e75ed37e34", "hash": "62384e36016d242ddc0140a5d18a552fd1084a9dce4e2251e69ceba54aa52c81",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.1/dnsproxy-windows-arm64-v0.66.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-arm64-v0.66.0.zip",
"hash": "a230f1337fb0fab9bbb9bad96dbb530f1f3fe998582fc2c623a4d8126e299f2e", "hash": "b7da8683ad52ed053935d00f4e33f381740736bc5eaebba75e6713e0d7e7c601",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },