From a5a899336acbe50a1cec29d0c312b04e96ae107a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:31:50 +0000 Subject: [PATCH] dnsproxy: Update to version 0.73.1 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index b6984e338d..c8166d82d1 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.73.0", + "version": "0.73.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.73.0/dnsproxy-windows-amd64-v0.73.0.zip", - "hash": "71ffba7cd953649d6bc59349f0e1a807ba8c892601a9cc188e52fe711958501d", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-windows-amd64-v0.73.1.zip", + "hash": "f3b908da3631bb8a85d849032ff28b32f6bc37799b472f7072d3e44b7e13cdb4", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.0/dnsproxy-windows-386-v0.73.0.zip", - "hash": "b55a7f4db04163d40e4e187e307936dfe7eefe8618ee8b7e5384b7687c2c03f5", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-windows-386-v0.73.1.zip", + "hash": "f60261e8abcc5929caf6dd3e67e6d92fcd6cc57f54bbda49b9772bd0a3c1849a", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.0/dnsproxy-windows-arm64-v0.73.0.zip", - "hash": "e9fa158b3a6ea4c8407681855ec4e4b5e148a2317d368bebe87c0b70b3141ba0", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.1/dnsproxy-windows-arm64-v0.73.1.zip", + "hash": "b5cec7bade1587017858c16e100ec1ca38ff5abb0db692d3f722b28be58a6222", "extract_dir": "windows-arm64" } },