ScoopInstaller_Main/bucket/influxdb.json
2025-12-14 13:14:37 +08:00

29 lines
1007 B
JSON

{
"version": "3.7.0",
"description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"notes": "InfluxDB v2 has been moved to 'Versions' bucket, use 'scoop install versions/influxdb2' to install it.",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb3-core-3.7.0-windows_amd64.zip",
"hash": "7782fafaa6da7de7b40c35117a3706eea5c40f107dc89e936cb90a1217887144"
}
},
"bin": "influxdb3.exe",
"checkver": {
"url": "https://docs.influxdata.com/influxdb3/core/release-notes/",
"regex": ">v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb3-core-3.7.0-windows_amd64.zip",
"hash": {
"url": "$url.sha256"
}
}
}
}
}