forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchronograf.json
33 lines (33 loc) · 1.12 KB
/
chronograf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"homepage": "https://www.influxdata.com/time-series-platform/chronograf/",
"license": "MIT",
"version": "1.7.16",
"description": "Open source monitoring and visualization UI for the TICK stack.",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/chronograf/releases/chronograf-1.7.16_windows_amd64.zip",
"hash": "98368c9516919411b73ade960493d181dcdb01c45c57b3edaec717b29d887fcf",
"extract_dir": "chronograf-1.7.16-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"
}
}
}
}