mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 08:51:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.influxdata.com/time-series-platform/chronograf/",
|
|
"license": "MIT",
|
|
"version": "1.8.0",
|
|
"description": "Open source monitoring and visualization UI for the TICK stack.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.influxdata.com/chronograf/releases/chronograf-1.8.0_windows_amd64.zip",
|
|
"hash": "005df2f4ee20b80bb5f8e3d4585fee2aa9e36e831b337be23b6e37eeb6ca5caf",
|
|
"extract_dir": "chronograf-1.8.0-1"
|
|
}
|
|
},
|
|
"bin": [
|
|
"chronoctl.exe",
|
|
"chronograf.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://portal.influxdata.com/downloads",
|
|
"re": ">Chronograf v([\\d.]+)<"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.influxdata.com/chronograf/releases/chronograf-$version_windows_amd64.zip",
|
|
"hash": {
|
|
"url": "https://portal.influxdata.com/downloads/",
|
|
"regex": "$sha256.*\\s.*$basename"
|
|
},
|
|
"extract_dir": "chronograf-$version-1"
|
|
}
|
|
}
|
|
}
|
|
}
|