mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://www.influxdata.com/",
|
|
"license": "MIT",
|
|
"version": "1.7.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.7.6_windows_amd64.zip#/influxdb.zip",
|
|
"hash": "64378374336064f3b62ef80a4c51592ec59a871535d91ccfb670fffe1a47da23"
|
|
}
|
|
},
|
|
"extract_dir": "influxdb-1.7.6-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"
|
|
}
|
|
}
|
|
}
|