mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
kapacitor: Update to version 1.7.3
Fixed autoupdate v$version --> $version
This commit is contained in:
parent
de374f7d73
commit
5947087876
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"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-v1.7.2_windows_amd64.zip",
|
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.3_windows_amd64.zip",
|
||||||
"hash": "726d091599f09451dde80d656fb298a023fefbfd7d4107b9820c01aeeca6ff95",
|
"hash": "29805b8f2b2545ca6cc6bd804b55e1fbedf38b73feca4b7cdea04904352d1093",
|
||||||
"extract_dir": "kapacitor-v1.7.2-1"
|
"extract_dir": "kapacitor-1.7.3-1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -22,12 +22,12 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v$version_windows_amd64.zip",
|
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$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-v$version-1"
|
"extract_dir": "kapacitor-$version-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user