mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 23:51:21 +00:00
questdb: Add version 6.0.9 (#2915)
This commit is contained in:
parent
142d6c317a
commit
954eebdf31
33
bucket/questdb.json
Normal file
33
bucket/questdb.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user