diff --git a/bucket/q.json b/bucket/q.json new file mode 100644 index 0000000000..b60fab86a2 --- /dev/null +++ b/bucket/q.json @@ -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" + } + } + } +}