ScoopInstaller_Main/bucket/dnsproxy.json
2024-07-31 20:25:59 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.72.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.72.2/dnsproxy-windows-amd64-v0.72.2.zip",
"hash": "5738f785bddbbc21ad77f0d6ce028ad85829d5b7cf2ed7165bd851f3689fa96f",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-386-v0.72.2.zip",
"hash": "46cb4cb26a7390da1ff0a264c628c4a9bf667428d8077b964ddec1def099b2ec",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-arm64-v0.72.2.zip",
"hash": "5d1e8805ec1368e96ba2dfe8f017c255674f51df24e70ac81bb4688f9b6bb0b4",
"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"
}
}
}
}