From e5b3da8bfefd0f25c59461c42354854294dbc240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:32:06 +0000 Subject: [PATCH] dnsproxy: Update to version 0.73.4 --- bucket/dnsproxy.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 32decbefbc..d3254b6463 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,22 +1,22 @@ { - "version": "0.73.3", + "version": "0.73.4", "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.73.3/dnsproxy-windows-amd64-v0.73.3.zip", - "hash": "dbc56b3f5c2f1605e5809a7a3bf6c697ecd8dea669d4c4e3812a812d4b9c7ca2", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.4/dnsproxy-windows-amd64-v0.73.4.zip", + "hash": "f0373a90d710dac486221871e381ddac5ed8a1317d3e99663b387e8c2b3188e6", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-386-v0.73.3.zip", - "hash": "bd231a3ffdf4c26179af35e0f612590d717c46fb50f6dd3e64bccdbd662c323f", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.4/dnsproxy-windows-386-v0.73.4.zip", + "hash": "a9efe292e35ecdc0db62ff40eefecf28027ec57db233a5158b02f8009b48bb90", "extract_dir": "windows-386" }, "arm64": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-arm64-v0.73.3.zip", - "hash": "c3e8c8f167c5ae60b7c0761f16fa44f2756f5f70d6a36cea3c83f4012f4112bc", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.4/dnsproxy-windows-arm64-v0.73.4.zip", + "hash": "13f2a5a20b22b36c90a9540cdaa81fb1fff08fd0a6dd3a7fa491ed22b7882e0c", "extract_dir": "windows-arm64" } },