mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.2.1",
|
|
"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.2.1-windows-amd64.zip",
|
|
"hash": "a80eba591b0b7439bf943b8c245a0026f97e46aff1531ebbd83de40c5eeea91f",
|
|
"extract_dir": "influxdb2-client-2.2.1-windows-amd64"
|
|
}
|
|
},
|
|
"bin": "influx.exe",
|
|
"checkver": {
|
|
"url": "https://portal.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://portal.influxdata.com/versions.json",
|
|
"jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256"
|
|
},
|
|
"extract_dir": "influxdb2-client-$version-windows-amd64"
|
|
}
|
|
}
|
|
}
|
|
}
|