ScoopInstaller_Main/bucket/dnsproxy.json
2024-04-26 12:31:23 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.71.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.71.0/dnsproxy-windows-amd64-v0.71.0.zip",
"hash": "4bb9fc12d0486df5f761ef515380f2169c83ebf61b9d8439153f9fd503b1d91e",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-windows-386-v0.71.0.zip",
"hash": "3c6956d82f264fa985a99b82ee01778f881fa427e2bb690455b4670cd0c2316b",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.71.0/dnsproxy-windows-arm64-v0.71.0.zip",
"hash": "6474e9cdc491d55e124e354a470517408349385d9ef70048a974f3f65bcd8b6c",
"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"
}
}
}
}