mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.11",
|
|
"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.11/q_0.19.11_windows_amd64.zip",
|
|
"hash": "2e9547e982438ab552ecbb0aa80165dd0ac7f1d7a1deecec2479d2eb0715f9ae"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/natesales/q/releases/download/v0.19.11/q_0.19.11_windows_arm64.zip",
|
|
"hash": "9498b008daf22c63dfd3597cdb84c2c73279d9ceb196cff59e7332ee02e56508"
|
|
}
|
|
},
|
|
"bin": "q.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/q_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|