ScoopInstaller_Main/bucket/influxdb.json
2025-12-12 20:30:09 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.8.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'."
],
"architecture": {
"64bit": {
"url": "https://download.influxdata.com/influxdb/releases/v2.8.0/influxdb2-2.8.0-windows.zip",
"hash": "464d1240a7764c1c024021b5c5ac4a9943570929d615beec83a12f5e793becae"
}
},
"bin": "influxd.exe",
"checkver": {
"url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.version",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb2-$version-windows.zip",
"hash": {
"url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
}
}
}
}
}