From 6202d0d9f8def727737454b390aa3636aca53ed2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:30:17 +0000 Subject: [PATCH] dnsproxy: Update to version 0.53.1 --- bucket/dnsproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 954edf8d0f..787d888a21 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,17 +1,17 @@ { - "version": "0.52.0", + "version": "0.53.1", "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.52.0/dnsproxy-windows-amd64-v0.52.0.zip", - "hash": "3d7ddd35720147cdce3c92117cbcf4692f4b4a4110f8979aefdb65525e635fb5", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.53.1/dnsproxy-windows-amd64-v0.53.1.zip", + "hash": "d5b6ac0f23bd8e3cb07b8b02caf2933b00c659760f927bf63f08d3074ad6e229", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.52.0/dnsproxy-windows-386-v0.52.0.zip", - "hash": "2d1c37209e635f9eb0ed0315428095ce3bf350adf6a37088e8ae53a0f487360b", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.53.1/dnsproxy-windows-386-v0.53.1.zip", + "hash": "2fdaf1d40d674405cff2de115f0da013b4d4bf5925c6b90b108ca3e1606ccca8", "extract_dir": "windows-386" } },