From d079117f3fb413faa0073ed73e62e21b3914f198 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:30:35 +0000 Subject: [PATCH] dnsproxy: Update to version 0.56.1 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index c09cf91eda..59552f173d 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.56.0", + "version": "0.56.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.56.0/dnsproxy-windows-amd64-v0.56.0.zip", - "hash": "3c1786c08428acbe126e74859aa2378f4cf5de4a063cd0300e150ed3a1b454a5", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.1/dnsproxy-windows-amd64-v0.56.1.zip", + "hash": "9762a9c405cd115661979f1578c485e93c2be46c17f171099f209a80d8eb99a1", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.0/dnsproxy-windows-386-v0.56.0.zip", - "hash": "bbf0ce5131b5113d8ba4bee2abbb7128897c0baf9caa76536061de09b8be16db", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.1/dnsproxy-windows-386-v0.56.1.zip", + "hash": "45ee761ee5dcbca151df609199f90f5bd2ad9aac7dfdb875e1960898118bf937", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.0/dnsproxy-windows-arm64-v0.56.0.zip", - "hash": "6788a8d226378bdf1ff7b7f8e0a03b9c27f52ff6324b3045e5c56e5200164f37", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.56.1/dnsproxy-windows-arm64-v0.56.1.zip", + "hash": "6c14721415a2e57ca4f3396dcaf30e44ca979c9b41ce2cbbe09b654efc20531a", "extract_dir": "windows-arm64" } },