mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://www.influxdata.com/",
|
|
"license": "MIT",
|
|
"version": "1.6.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.6.1_windows_amd64.zip#/influxdb.zip",
|
|
"hash": "7358b9380389d89bd5dead37f54e74c58ae1db3b4f2d5ec43694af815a4b8c42"
|
|
}
|
|
},
|
|
"extract_dir": "influxdb-1.6.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"
|
|
}
|
|
}
|
|
}
|