dnsproxy: Update to version 0.64.1

This commit is contained in:
github-actions[bot] 2024-01-30 20:23:04 +00:00
parent ab37743fcb
commit 8ddefed2ed

View File

@ -1,22 +1,22 @@
{ {
"version": "0.64.0", "version": "0.64.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.64.0/dnsproxy-windows-amd64-v0.64.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.1/dnsproxy-windows-amd64-v0.64.1.zip",
"hash": "b436c46b95795654e4b44c053607c8db46f4d6a0293eed3e916de59fe1a2cbb5", "hash": "874c65a935f1ac059a0778b429dd4c4c0c0c1477c89396c9ac295f79bff06fc2",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.0/dnsproxy-windows-386-v0.64.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.1/dnsproxy-windows-386-v0.64.1.zip",
"hash": "58376d8e2cbc9607e352587606262bbea699982a7b1be34477e7229ad2096c1c", "hash": "d41c063f7ed04755d021ba835b87e8e7fd8cf2f19a9a2b7e7cc0d41e699450a4",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.0/dnsproxy-windows-arm64-v0.64.0.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.1/dnsproxy-windows-arm64-v0.64.1.zip",
"hash": "3414f9a279d8e07fe99cf3aff0ef411657383a94f3dcdeecaeb9779ff9de661e", "hash": "e61b52a8748999bf2f4ac6860419588e2af00036b44fa42b294f5c51a4846d7a",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },