From eece2a1dd5095b5d2fd5dad102db8ce70b584682 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 12:31:18 +0000 Subject: [PATCH] dnsproxy: Update to version 0.71.2 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 80874e1939..f06bd6ce32 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.71.1", + "version": "0.71.2", "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.71.1/dnsproxy-windows-amd64-v0.71.1.zip", - "hash": "f77770c77fe78f728ea0b3eb86f607d6d9f26b5e0f2ea0b90fd977b64d982bdd", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-amd64-v0.71.2.zip", + "hash": "54e6452d9e483c4b1825dbad8fdb78598babe6ef478a293e5aadada290b46325", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.1/dnsproxy-windows-386-v0.71.1.zip", - "hash": "1bbb57c112d39831668b046bbf95202e15058117ffdd503f19f5298e037aaa78", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-386-v0.71.2.zip", + "hash": "29a73bc6139e69cc86ab09dc8f9e7824cc8fcc31329e05a290ea1fb5eca767da", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.1/dnsproxy-windows-arm64-v0.71.1.zip", - "hash": "02b5c1f293e4d4ce828fbcbe4687f460f93f14b1ff9b4f78d71015525dd8ab1a", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.2/dnsproxy-windows-arm64-v0.71.2.zip", + "hash": "c5d78e4cb3a2164a75c8f97a9856191056a87bd9e7bc06f9c45eb6642a8a280b", "extract_dir": "windows-arm64" } },