ScoopInstaller_Main/bucket/dnsproxy.json
2023-08-17 13:50:32 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.54.0",
"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.54.0/dnsproxy-windows-amd64-v0.54.0.zip",
"hash": "ac9744fd3cc5be7c9b8d1ab890602c8ad5cd65ca80304e80a634eef2b403b291",
"extract_dir": "windows-amd64"
},
"32bit": {
"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",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-amd64-v$version.zip"
},
"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"
}
}
}
}