dnsproxy: Update to version 0.63.1

This commit is contained in:
github-actions[bot] 2024-01-23 16:28:12 +00:00
parent 5dacb001f8
commit e856449ab5

View File

@ -1,22 +1,22 @@
{ {
"version": "0.63.0", "version": "0.63.1",
"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.63.0/dnsproxy-windows-amd64-v0.63.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.1/dnsproxy-windows-amd64-v0.63.1.zip",
"hash": "dc4f450082dac6690ad4003ce0b688a75342552ee314fce52ce1882459e7b4a8", "hash": "f1c0838fd5284c2dccb2f772853c73fb335a1679d6f2f57908aabd1780bfb3a9",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.0/dnsproxy-windows-386-v0.63.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.1/dnsproxy-windows-386-v0.63.1.zip",
"hash": "853e0024ca488e3eda1a573bdef7b943b3da1d2d77ec134ef5f7b159c45d9409", "hash": "8013df598f867efa6cf537f241e5a23a9cc49b510428ada4b99689e8cbfabcdd",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.0/dnsproxy-windows-arm64-v0.63.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.1/dnsproxy-windows-arm64-v0.63.1.zip",
"hash": "8cc3c56a81d7f0de0003c199dbbb5419314ca8f4abbd44db4b1f06a1b654ab3e", "hash": "fb60a586c24cb64ddc70762d46c7288e4a5dcff7ce5f4638c9e1e2c90513e163",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },