From b7fa781306ac2152145d18f4b0a1814e03538b3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:26:36 +0000 Subject: [PATCH] dnsproxy: Update to version 0.65.0 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 6fd9d53b65..acdf6ea623 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.64.1", + "version": "0.65.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.64.1/dnsproxy-windows-amd64-v0.64.1.zip", - "hash": "874c65a935f1ac059a0778b429dd4c4c0c0c1477c89396c9ac295f79bff06fc2", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.0/dnsproxy-windows-amd64-v0.65.0.zip", + "hash": "53cd122c52fd73ea99c095dc187407d0002f244eccbbcec059bedc30b9636bf4", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.1/dnsproxy-windows-386-v0.64.1.zip", - "hash": "d41c063f7ed04755d021ba835b87e8e7fd8cf2f19a9a2b7e7cc0d41e699450a4", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.0/dnsproxy-windows-386-v0.65.0.zip", + "hash": "e2dd047420e4ee907ba78c68fd63d1fc5d106a9f4a108a4faf7b68b86d92e16d", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.64.1/dnsproxy-windows-arm64-v0.64.1.zip", - "hash": "e61b52a8748999bf2f4ac6860419588e2af00036b44fa42b294f5c51a4846d7a", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.0/dnsproxy-windows-arm64-v0.65.0.zip", + "hash": "f479f7b48f26059db86bf84028687a6a13a7d01b84f7153076f52b031a6f6f7e", "extract_dir": "windows-arm64" } },