From 9231a29f4f74780fd63ddf9b20170a3ea8f5d7ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:11:55 +0000 Subject: [PATCH] dnsproxy: Update to version 0.66.1 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 9de831d14a..6a91ba0f3b 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.66.0", + "version": "0.66.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.66.0/dnsproxy-windows-amd64-v0.66.0.zip", - "hash": "fe487b5516365c1ceb8d9efcc88383e1e02c64c00abff30ef57bc30d11dadb79", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.1/dnsproxy-windows-amd64-v0.66.1.zip", + "hash": "bf598ac9bcf66867fb4ef3709c80b134c1810ff180c4ae91223f4d3be1584496", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-386-v0.66.0.zip", - "hash": "62384e36016d242ddc0140a5d18a552fd1084a9dce4e2251e69ceba54aa52c81", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.1/dnsproxy-windows-386-v0.66.1.zip", + "hash": "41e707988387e3507af89c7656cd5394271eab1fc2347d8e184986e75ed37e34", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.0/dnsproxy-windows-arm64-v0.66.0.zip", - "hash": "b7da8683ad52ed053935d00f4e33f381740736bc5eaebba75e6713e0d7e7c601", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.66.1/dnsproxy-windows-arm64-v0.66.1.zip", + "hash": "a230f1337fb0fab9bbb9bad96dbb530f1f3fe998582fc2c623a4d8126e299f2e", "extract_dir": "windows-arm64" } },