From 67111f7c2fc5079618f3852e796719ab537af00b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 20:26:14 +0000 Subject: [PATCH] dnsproxy: Update to version 0.48.2 --- bucket/dnsproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 7144ec9c37..bf9a0d246d 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,17 +1,17 @@ { - "version": "0.48.1", + "version": "0.48.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.48.1/dnsproxy-windows-amd64-v0.48.1.zip", - "hash": "65106a1ace67710a4e17de0d63be5e8cd86d2aa6e182a0fc7dd36d9a72ca8714", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.2/dnsproxy-windows-amd64-v0.48.2.zip", + "hash": "adab57ad2b630a1a74ef3303cae153fb173027107498f350cf4b057c31647b79", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.1/dnsproxy-windows-386-v0.48.1.zip", - "hash": "6bdc0ea39df580ee7ec8a524e02dd8e15d30dbd2324e916dfe3ebdf71e292562", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.2/dnsproxy-windows-386-v0.48.2.zip", + "hash": "81bb5ad1595329d160f963c26a145007e0b0b2142fdcf9473e76922fe134f66b", "extract_dir": "windows-386" } },