mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 08:01:19 +00:00
34 lines
1015 B
JSON
34 lines
1015 B
JSON
{
|
|
"version": "8.0.0",
|
|
"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/8.0.0/questdb-8.0.0-no-jre-bin.tar.gz",
|
|
"hash": "72f7da71d30f6ffc3f9ae68a5e6e9240c0092d28f13fe0fdfd89a982c600604c",
|
|
"extract_dir": "questdb-8.0.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|