mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
influxdb: Update to version 3.7.0 (#7439)
This commit is contained in:
parent
cff2511bc3
commit
f9dfaa73dd
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user