ScoopInstaller_Main/influxdb.json
2018-08-27 22:00:19 +00:00

38 lines
1.0 KiB
JSON

{
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"version": "1.6.2",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.6.2_windows_amd64.zip#/influxdb.zip",
"hash": "c4f62c13da6625e958fee6903ab5cff709d7b8a559514784c41de13273d8941c"
}
},
"extract_dir": "influxdb-1.6.2-1",
"persist": [
"influxdb.conf"
],
"bin": [
"influx.exe",
"influx_inspect.exe",
"influx_stress.exe",
"influx_tsm.exe",
"influxd.exe"
],
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"re": "releases/influxdb-(\\d+\\.\\d+\\.\\d+)_windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip#/influxdb.zip"
}
},
"extract_dir": "influxdb-$version-1",
"hash": {
"url": "$url.sha256"
}
}
}