ScoopInstaller_Main/bucket/chronograf.json
2020-10-08 01:01:50 +00:00

34 lines
1.1 KiB
JSON

{
"homepage": "https://www.influxdata.com/time-series-platform/chronograf/",
"license": "MIT",
"version": "1.8.7",
"description": "Open source monitoring and visualization UI for the TICK stack.",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/chronograf/releases/chronograf-1.8.7_windows_amd64.zip",
"hash": "86f35cd5e0c17bb0001cec099e7edd97c9f0f6019cc7e0b10f6d78eca1b52913",
"extract_dir": "chronograf-1.8.7-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"
}
}
}
}