From dac5b882731e4a085b9a71e96a4ebdfa3402dde5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:29:46 +0000 Subject: [PATCH] dnsproxy: Update to version 0.78.1 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index a451ec4f39..89dc2cb0e8 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.78.0", + "version": "0.78.1", "description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support", "homepage": "https://github.com/AdguardTeam/dnsproxy", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-amd64-v0.78.0.zip", - "hash": "c3f47a8f3f7aec1d706a83cc539509c8e4b6b302e37b0ce9da190253b191e302", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.1/dnsproxy-windows-amd64-v0.78.1.zip", + "hash": "271f0739267acdcb694d39d00159d8bbbe0d71c2ab623e8b1730c424a201686b", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-386-v0.78.0.zip", - "hash": "22a6a986858f62dffef3aca6aefedefb1b81db7bec37ad51d9ea55cde35dcea2", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.1/dnsproxy-windows-386-v0.78.1.zip", + "hash": "863ef3cd2478edb3f1fddb5ed17fa922cef663c9caa39cda204136e4ac582eec", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.0/dnsproxy-windows-arm64-v0.78.0.zip", - "hash": "42328d4fae8f4682fddfa57a6be2c7b6eb44691b861b207312cb791d4ddac8c5", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.78.1/dnsproxy-windows-arm64-v0.78.1.zip", + "hash": "f24c1ef695210025fb2885aaf8ca8df07f19bf6ceecb96f0122d41d1e64ad56d", "extract_dir": "windows-arm64" } },