ScoopInstaller_Main/bucket/kapacitor.json
2019-06-30 19:02:57 +08:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
"license": "MIT",
"version": "1.5.3",
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.3_windows_amd64.zip",
"hash": "md5:608c4991473c07dc5d3132eb92d03c7e",
"extract_dir": "kapacitor-1.5.3-1"
}
},
"persist": "kapacitor.conf",
"bin": [
"kapacitor.exe",
"kapacitord.exe"
],
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"re": ">Kapacitor v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$version_windows_amd64.zip",
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "$md5.*\\s.*$basename"
},
"extract_dir": "kapacitor-$version-1"
}
}
}
}