Skip to content

Commit 42aa5f7

Browse files
authored
[email protected]: Fix url, bin & autoupdate, remove extract_dir (#2448)
1 parent fca427b commit 42aa5f7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

bucket/influxdb1.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.11.8_windows_amd64.zip",
9-
"hash": "8cc0d67a92a72da19f408e432208ee3ec76cc618a8ae2fb235578e985db45909",
10-
"extract_dir": "influxdb-1.11.8-1"
8+
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.11.8-windows-amd64.zip",
9+
"hash": "8cc0d67a92a72da19f408e432208ee3ec76cc618a8ae2fb235578e985db45909"
1110
}
1211
},
1312
"persist": "influxdb.conf",
1413
"bin": [
1514
"influx.exe",
1615
"influx_inspect.exe",
17-
"influx_stress.exe",
1816
"influxd.exe"
1917
],
2018
"checkver": {
@@ -25,12 +23,11 @@
2523
"autoupdate": {
2624
"architecture": {
2725
"64bit": {
28-
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip",
26+
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version-windows-amd64.zip",
2927
"hash": {
3028
"url": "https://portal.influxdata.com/versions.json",
3129
"jsonpath": "$.influxdb_stable.downloads[?(@.platform =~ /^Windows/)].sha256"
32-
},
33-
"extract_dir": "influxdb-$version-1"
30+
}
3431
}
3532
}
3633
}

0 commit comments

Comments
 (0)