q-dns: Add version 0.8.3 (#4046)

This commit is contained in:
zijamlu 2022-10-30 19:23:28 +08:00 committed by GitHub
parent 96dfee1364
commit 2de59ad932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/q-dns.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "0.8.4",
"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.8.4/q_0.8.4_windows_amd64.tar.gz",
"hash": "bbbb8eb70981635be91dee8cfd082e85f1e284f11b9cbf7ce5fca123c32581db"
},
"arm64": {
"url": "https://github.com/natesales/q/releases/download/v0.8.4/q_0.8.4_windows_arm64.tar.gz",
"hash": "a33b017ea9e4302c15068c979ed2a596ca7a880700349f0cf4c3d99f5578688b"
}
},
"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"
}
}
}