mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.2",
|
|
"description": "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.",
|
|
"homepage": "https://github.com/natesales/q",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/natesales/q/releases/download/v0.19.2/q_0.19.2_windows_amd64.tar.gz",
|
|
"hash": "7c3086038217c7e5558258018b204df71796f3f5dc351bcb31cf9996405c6e0f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/natesales/q/releases/download/v0.19.2/q_0.19.2_windows_arm64.tar.gz",
|
|
"hash": "ae123dc792a7901d285e868b4ab30a06c2ed95b16520841c8f7668cf2aeb4c28"
|
|
}
|
|
},
|
|
"bin": "q.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|