From ed3d436d8db5de97f6a9397d9c35b386a194ca32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:33:13 +0000 Subject: [PATCH] dnsproxy: Update to version 0.49.0 --- bucket/dnsproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 36787d43af..537bc0fe9c 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,17 +1,17 @@ { - "version": "0.48.3", + "version": "0.49.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.48.3/dnsproxy-windows-amd64-v0.48.3.zip", - "hash": "c20315069d96fac9c7c0412c366d1916524b9bdcfd86e457b892a5488ea7e7aa", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.0/dnsproxy-windows-amd64-v0.49.0.zip", + "hash": "c885ebd1c023b737fef39667db8028d2fbfe2289017b0c971606d472eecf3e85", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.3/dnsproxy-windows-386-v0.48.3.zip", - "hash": "facede9dbd99c9db92166a7c567c9e2076c4045366ba12df64fab22749a2656e", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.0/dnsproxy-windows-386-v0.49.0.zip", + "hash": "f4c6e26c4ffab3b6ac072d3e18883b3a44c96af594d273935d3e6c25a2ac381a", "extract_dir": "windows-386" } },