mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.1",
|
|
"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.1/q_0.19.1_windows_amd64.tar.gz",
|
|
"hash": "405b76c3be1b454cb8f1c319c742dfd66171c9388655c2929f7c891005c152b6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/natesales/q/releases/download/v0.19.1/q_0.19.1_windows_arm64.tar.gz",
|
|
"hash": "f4113c390dfaa6f93971b8491223c0f81b999c5538ed9d0f075139e18f9e6f2c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|