ScoopInstaller_Main/bucket/dnsproxy.json
2023-03-24 20:26:14 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.48.2",
"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.48.2/dnsproxy-windows-amd64-v0.48.2.zip",
"hash": "adab57ad2b630a1a74ef3303cae153fb173027107498f350cf4b057c31647b79",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.2/dnsproxy-windows-386-v0.48.2.zip",
"hash": "81bb5ad1595329d160f963c26a145007e0b0b2142fdcf9473e76922fe134f66b",
"extract_dir": "windows-386"
}
},
"bin": "dnsproxy.exe",
"checkver": {
"github": "https://github.com/AdguardTeam/dnsproxy"
},
"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"
}
}
}
}