From cc372e919e13eccf07cd06f18a04bc03ea86c18f Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:50:32 +0300 Subject: [PATCH] dnsproxy: Add arm64 version (#5020) --- bucket/dnsproxy.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index afb083d8ab..66faebc50f 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -13,6 +13,11 @@ "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.54.0/dnsproxy-windows-386-v0.54.0.zip", "hash": "c510ae84c2552ba8d48698c47d1a1aed4005fd6a0fc8e786380a8020ebe372de", "extract_dir": "windows-386" + }, + "arm64": { + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.53.1/dnsproxy-windows-arm64-v0.53.1.zip", + "hash": "018424bca2a6940d89015822be0af442fced751dde32424c7a1060ae4ce7be4f", + "extract_dir": "windows-arm64" } }, "bin": "dnsproxy.exe", @@ -24,6 +29,9 @@ }, "32bit": { "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-386-v$version.zip" + }, + "arm64": { + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-arm64-v$version.zip" } } }