mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
30 lines
1014 B
JSON
30 lines
1014 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|