ScoopInstaller_Main/bucket/dnsproxy.json
2024-11-07 20:28:35 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.73.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.73.3/dnsproxy-windows-amd64-v0.73.3.zip",
"hash": "dbc56b3f5c2f1605e5809a7a3bf6c697ecd8dea669d4c4e3812a812d4b9c7ca2",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-386-v0.73.3.zip",
"hash": "bd231a3ffdf4c26179af35e0f612590d717c46fb50f6dd3e64bccdbd662c323f",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/dnsproxy-windows-arm64-v0.73.3.zip",
"hash": "c3e8c8f167c5ae60b7c0761f16fa44f2756f5f70d6a36cea3c83f4012f4112bc",
"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"
}
}
}
}