From 5840d189cee0c3578a5ca3d2f48c2083bbecb7a4 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 11 Jan 2022 00:29:49 +0800 Subject: [PATCH] q: Add version 3.1.6 (#3171) --- bucket/q.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/q.json 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" + } + } + } +}