dnsproxy: Update to version 0.64.0

This commit is contained in:
github-actions[bot] 2024-01-29 20:23:52 +00:00
parent be1b5ba810
commit c9c2919072

View File

@ -1,22 +1,22 @@
{ {
"version": "0.63.1", "version": "0.64.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.63.1/dnsproxy-windows-amd64-v0.63.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.0/dnsproxy-windows-amd64-v0.64.0.zip",
"hash": "f1c0838fd5284c2dccb2f772853c73fb335a1679d6f2f57908aabd1780bfb3a9", "hash": "b436c46b95795654e4b44c053607c8db46f4d6a0293eed3e916de59fe1a2cbb5",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.1/dnsproxy-windows-386-v0.63.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.0/dnsproxy-windows-386-v0.64.0.zip",
"hash": "8013df598f867efa6cf537f241e5a23a9cc49b510428ada4b99689e8cbfabcdd", "hash": "58376d8e2cbc9607e352587606262bbea699982a7b1be34477e7229ad2096c1c",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.63.1/dnsproxy-windows-arm64-v0.63.1.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.0/dnsproxy-windows-arm64-v0.64.0.zip",
"hash": "fb60a586c24cb64ddc70762d46c7288e4a5dcff7ce5f4638c9e1e2c90513e163", "hash": "3414f9a279d8e07fe99cf3aff0ef411657383a94f3dcdeecaeb9779ff9de661e",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },