2022-01-11 00:29:49 +08:00

25 lines
794 B
JSON

{
"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"
}
}
}
}