ScoopInstaller_Main/bucket/dnsproxy.json
2024-02-08 16:26:36 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.65.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.65.0/dnsproxy-windows-amd64-v0.65.0.zip",
"hash": "53cd122c52fd73ea99c095dc187407d0002f244eccbbcec059bedc30b9636bf4",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.0/dnsproxy-windows-386-v0.65.0.zip",
"hash": "e2dd047420e4ee907ba78c68fd63d1fc5d106a9f4a108a4faf7b68b86d92e16d",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.65.0/dnsproxy-windows-arm64-v0.65.0.zip",
"hash": "f479f7b48f26059db86bf84028687a6a13a7d01b84f7153076f52b031a6f6f7e",
"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"
}
}
}
}