dnsproxy: Add arm64 version (#5020)

This commit is contained in:
Aliaksandr Belik 2023-08-17 16:50:32 +03:00 committed by GitHub
parent 0ebec28bd8
commit cc372e919e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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