mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 05:11:19 +00:00
dnsproxy: Add arm64 version (#5020)
This commit is contained in:
parent
0ebec28bd8
commit
cc372e919e
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user