q: Add version 3.1.6 (#3171)

This commit is contained in:
Hsiao-nan Cheung 2022-01-11 00:29:49 +08:00 committed by GitHub
parent 1358b3d8ba
commit 5840d189ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/q.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "3.1.6",
"description": "Run SQL directly on delimited files and multi-file sqlite databases",
"homepage": "https://harelba.github.io/q/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/harelba/q/releases/download/v3.1.6/q-text-as-data-3.1.6.msi",
"hash": "3f2893064a83f9430d4bf951b9706835c7aa61ceaaa8a85374662b2795d0dfb9"
}
},
"extract_dir": "PFiles/q-text-as-data",
"bin": "q.exe",
"checkver": {
"github": "https://github.com/harelba/q"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/harelba/q/releases/download/v$version/q-text-as-data-$version.msi"
}
}
}
}