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" } } }