mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
kapacitor: Update to version 1.7.0
Fix autoupdate: $version to v$version
This commit is contained in:
parent
da407ec405
commit
2a5a5008c1
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
|
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
|
||||||
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
|
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.6_windows_amd64.zip",
|
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v1.7.0_windows_amd64.zip",
|
||||||
"hash": "db23a558c8204395343fd04b5d0b503b5f27bb6d9938a29d53c8a9b5291409b6",
|
"hash": "0aa4a011b6f625b00b27369db49c65ff385252dcd56512da8eda20976fdbda0c",
|
||||||
"extract_dir": "kapacitor-1.6.6-1"
|
"extract_dir": "kapacitor-v1.7.0-1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -22,12 +22,12 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$version_windows_amd64.zip",
|
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v$version_windows_amd64.zip",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://portal.influxdata.com/downloads/",
|
"url": "https://portal.influxdata.com/downloads/",
|
||||||
"regex": "$sha256.*\\s.*\\s.*$basename"
|
"regex": "$sha256.*\\s.*\\s.*$basename"
|
||||||
},
|
},
|
||||||
"extract_dir": "kapacitor-$version-1"
|
"extract_dir": "kapacitor-v$version-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user