ScoopInstaller_Main/bucket/dnsproxy.json
2023-12-05 16:28:30 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.60.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.60.0/dnsproxy-windows-amd64-v0.60.0.zip",
"hash": "0e3065016e9da4ffcf0492bfd58e1ece8cb1cc3138fb13c41cc1a66fe095f09b",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.60.0/dnsproxy-windows-386-v0.60.0.zip",
"hash": "6c7e6aabac882be42cc45834840f306e0230057f03549a28d32a5377371809e1",
"extract_dir": "windows-386"
},
"arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.60.0/dnsproxy-windows-arm64-v0.60.0.zip",
"hash": "ba6348cdc7b400d7ec335a4caaf34220914241a4f89fdb6ece4faa48536e5ce3",
"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"
}
}
}
}