2023-09-08 20:23:54 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.12.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.12.0/q_0.12.0_windows_amd64.tar.gz",
"hash": "dfef9e239163a586cd1c02650de45a169baad2e8f31608e5a6883f09bf0e2a7a"
},
"arm64": {
"url": "https://github.com/natesales/q/releases/download/v0.12.0/q_0.12.0_windows_arm64.tar.gz",
"hash": "7b07dfe9edab7af98213f9d69c926fb5fb2fc3abff0f1f57bb43ebf2d48b7461"
}
},
"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"
}
}
}