Skip to content

Commit

Permalink
add influxdb (ScoopInstaller#2330)
Browse files Browse the repository at this point in the history
* add influxdb

* influxdb: fix license
  • Loading branch information
rrelmy authored and rasa committed Jun 24, 2018
1 parent 1bdbb9d commit 4681d74
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bucket/influxdb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"version": "1.5.4",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.5.4_windows_amd64.zip#/influxdb.zip",
"hash": "8c7b1d8585c11ca19cafe65633be7e27a01d188c5039ee13142c4b3fa1d45527"
}
},
"extract_dir": "influxdb-1.5.4-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"
}
}
}

0 comments on commit 4681d74

Please sign in to comment.