mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.0",
|
|
"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.9.0/q_0.9.0_windows_amd64.tar.gz",
|
|
"hash": "26b97610833e0982158ca988cb37c5539458eca7fb8f129f03b1497183aba671"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/natesales/q/releases/download/v0.9.0/q_0.9.0_windows_arm64.tar.gz",
|
|
"hash": "19d6c03db5d57f68d00e2ff20f54c6acac5021ffcfccfb7e03a17abf5e7ce29e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|