diff --git a/bucket/influx.json b/bucket/influx.json deleted file mode 100644 index 69a337d125..0000000000 --- a/bucket/influx.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "version": "2.7.5", - "description": "CLI for InfluxDB 2.1+", - "homepage": "https://www.influxdata.com/", - "license": "MIT", - "architecture": { - "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.5-windows-amd64.zip", - "hash": "7b965ea00514fc329a9b09d277445629f3bb5394e500ef4ae2c3dddd296de699" - } - }, - "bin": "influx.exe", - "checkver": { - "url": "https://www.influxdata.com/versions.json", - "jsonpath": "$.influxdb2_cloud_cli.version", - "regex": "([\\d.]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-$version-windows-amd64.zip", - "hash": { - "url": "https://www.influxdata.com/versions.json", - "jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256" - } - } - } - } -} diff --git a/bucket/influxdb.json b/bucket/influxdb.json index b7addc3237..f493ff7bc8 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -1,31 +1,26 @@ { - "version": "2.8.0", + "version": "3.7.0", "description": "Scalable datastore for metrics, events, and real-time analytics.", "homepage": "https://www.influxdata.com/", "license": "MIT", - "notes": [ - "InfluxDB v1 has been moved to 'Versions' bucket, use 'scoop install versions/influxdb1' to install it.", - "For CLI, please install 'influx'." - ], + "notes": "InfluxDB v2 has been moved to 'Versions' bucket, use 'scoop install versions/influxdb2' to install it.", "architecture": { "64bit": { - "url": "https://download.influxdata.com/influxdb/releases/v2.8.0/influxdb2-2.8.0-windows.zip", - "hash": "464d1240a7764c1c024021b5c5ac4a9943570929d615beec83a12f5e793becae" + "url": "https://dl.influxdata.com/influxdb/releases/influxdb3-core-3.7.0-windows_amd64.zip", + "hash": "7782fafaa6da7de7b40c35117a3706eea5c40f107dc89e936cb90a1217887144" } }, - "bin": "influxd.exe", + "bin": "influxdb3.exe", "checkver": { - "url": "https://www.influxdata.com/versions.json", - "jsonpath": "$.influxdb2.version", - "regex": "([\\d.]+)" + "url": "https://docs.influxdata.com/influxdb3/core/release-notes/", + "regex": ">v([\\d.]+)<" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb2-$version-windows.zip", + "url": "https://dl.influxdata.com/influxdb/releases/influxdb3-core-3.7.0-windows_amd64.zip", "hash": { - "url": "https://www.influxdata.com/versions.json", - "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256" + "url": "$url.sha256" } } }