dnsproxy: Update to version 0.63.0

This commit is contained in:
github-actions[bot] 2024-01-16 12:30:13 +00:00
parent 55d41cbc71
commit 2203c68426

View File

@ -1,22 +1,22 @@
{ {
"version": "0.62.0", "version": "0.63.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.62.0/dnsproxy-windows-amd64-v0.62.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.0/dnsproxy-windows-amd64-v0.63.0.zip",
"hash": "00959cf61d97616d21155237d0ac24e7a41f3d342689815136648462e020f8d4", "hash": "dc4f450082dac6690ad4003ce0b688a75342552ee314fce52ce1882459e7b4a8",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.62.0/dnsproxy-windows-386-v0.62.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.0/dnsproxy-windows-386-v0.63.0.zip",
"hash": "6dc8c39a4f8653e78109bb7d4cd6d900f5b3529143b9240c1a26ccadebc594d8", "hash": "853e0024ca488e3eda1a573bdef7b943b3da1d2d77ec134ef5f7b159c45d9409",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.62.0/dnsproxy-windows-arm64-v0.62.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.0/dnsproxy-windows-arm64-v0.63.0.zip",
"hash": "812e885e9ac5141151ce0616b2e3b80ec4a0a54d0cea0b0d6100bf3c4e851e58", "hash": "8cc3c56a81d7f0de0003c199dbbb5419314ca8f4abbd44db4b1f06a1b654ab3e",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },