ScoopInstaller_Main/bucket/dnsproxy.json
2023-04-03 16:27:44 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.48.3",
"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.3/dnsproxy-windows-amd64-v0.48.3.zip",
"hash": "c20315069d96fac9c7c0412c366d1916524b9bdcfd86e457b892a5488ea7e7aa",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.3/dnsproxy-windows-386-v0.48.3.zip",
"hash": "facede9dbd99c9db92166a7c567c9e2076c4045366ba12df64fab22749a2656e",
"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"
}
}
}
}