ScoopInstaller_Main/influxdb.json
2018-11-15 19:00:23 +00:00

36 lines
1.0 KiB
JSON

{
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"version": "1.7.1",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.7.1_windows_amd64.zip#/influxdb.zip",
"hash": "619909e53c2f51e99a1e3957cb8b511eed79b9332307ab39f45fc5dcf9a2feba"
}
},
"extract_dir": "influxdb-1.7.1-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"
}
}
}