2025-11-05 00:40:53 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.19.10",
"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.10/q_0.19.10_windows_amd64.tar.gz",
"hash": "c9df738d44d31fc792f66bb26df6da1a25484b9d0432924bf7b0585d42d40145"
},
"arm64": {
"url": "https://github.com/natesales/q/releases/download/v0.19.10/q_0.19.10_windows_arm64.tar.gz",
"hash": "0528f5ba586039926d03ce4828c191acc7ce7648a1649e668216c9f384a0361c"
}
},
"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"
}
}
}