From 9e3a6ec31225169620dde0786fd36eb3457fcf7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:31:23 +0000 Subject: [PATCH] dnsproxy: Update to version 0.71.0 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 625c58c329..be92bf7b33 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.70.0", + "version": "0.71.0", "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.70.0/dnsproxy-windows-amd64-v0.70.0.zip", - "hash": "39b5d633c8bb448c8baee72d40587734aa8858b9f9ef75620cc653871c3e2d7e", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-windows-amd64-v0.71.0.zip", + "hash": "4bb9fc12d0486df5f761ef515380f2169c83ebf61b9d8439153f9fd503b1d91e", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.70.0/dnsproxy-windows-386-v0.70.0.zip", - "hash": "3233b271adca3b02c300b4050d9bdd5eabf42d3710a59e015e98b8c95046189b", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-windows-386-v0.71.0.zip", + "hash": "3c6956d82f264fa985a99b82ee01778f881fa427e2bb690455b4670cd0c2316b", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.70.0/dnsproxy-windows-arm64-v0.70.0.zip", - "hash": "1cdbccee3c696703ae2a4d789fdf7651f13c97581119b030fae9c3cceecde200", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-windows-arm64-v0.71.0.zip", + "hash": "6474e9cdc491d55e124e354a470517408349385d9ef70048a974f3f65bcd8b6c", "extract_dir": "windows-arm64" } },