From defcaaeddb3adf23370d036cc71faff9cfed90e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:27:44 +0000 Subject: [PATCH] dnsproxy: Update to version 0.48.3 --- bucket/dnsproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index bf9a0d246d..36787d43af 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,17 +1,17 @@ { - "version": "0.48.2", + "version": "0.48.3", "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.2/dnsproxy-windows-amd64-v0.48.2.zip", - "hash": "adab57ad2b630a1a74ef3303cae153fb173027107498f350cf4b057c31647b79", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.3/dnsproxy-windows-amd64-v0.48.3.zip", + "hash": "c20315069d96fac9c7c0412c366d1916524b9bdcfd86e457b892a5488ea7e7aa", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.2/dnsproxy-windows-386-v0.48.2.zip", - "hash": "81bb5ad1595329d160f963c26a145007e0b0b2142fdcf9473e76922fe134f66b", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.3/dnsproxy-windows-386-v0.48.3.zip", + "hash": "facede9dbd99c9db92166a7c567c9e2076c4045366ba12df64fab22749a2656e", "extract_dir": "windows-386" } },