questdb: Add version 6.0.9 (#2915)

This commit is contained in:
Hsiao-nan Cheung 2021-11-10 09:41:15 +08:00 committed by GitHub
parent 142d6c317a
commit 954eebdf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/questdb.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "6.0.9",
"description": "An open source SQL database designed to process time series data, faster.",
"homepage": "https://questdb.io",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"architecture": {
"64bit": {
"url": "https://github.com/questdb/questdb/releases/download/6.0.9/questdb-6.0.9-no-jre-bin.tar.gz",
"hash": "b8d7b80c60be4c6e2cb969fa2245533b1db37de960f70288676543578c9181b5",
"extract_dir": "questdb-6.0.9-no-jre-bin"
}
},
"bin": "questdb.exe",
"persist": [
"conf",
"db",
"log"
],
"checkver": {
"github": "https://github.com/questdb/questdb"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/questdb/questdb/releases/download/$version/questdb-$version-no-jre-bin.tar.gz",
"extract_dir": "questdb-$version-no-jre-bin"
}
}
}
}