From 5947087876e7d49221ad0b3293e56bf8402e64d6 Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 19 Apr 2024 11:38:26 +0100 Subject: [PATCH] kapacitor: Update to version 1.7.3 Fixed autoupdate v$version --> $version --- bucket/kapacitor.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/kapacitor.json b/bucket/kapacitor.json index 4e58083bb2..c83be88cc3 100644 --- a/bucket/kapacitor.json +++ b/bucket/kapacitor.json @@ -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.", "homepage": "https://www.influxdata.com/time-series-platform/kapacitor/", "license": "MIT", "architecture": { "64bit": { - "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v1.7.2_windows_amd64.zip", - "hash": "726d091599f09451dde80d656fb298a023fefbfd7d4107b9820c01aeeca6ff95", - "extract_dir": "kapacitor-v1.7.2-1" + "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.3_windows_amd64.zip", + "hash": "29805b8f2b2545ca6cc6bd804b55e1fbedf38b73feca4b7cdea04904352d1093", + "extract_dir": "kapacitor-1.7.3-1" } }, "bin": [ @@ -22,12 +22,12 @@ "autoupdate": { "architecture": { "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": { "url": "https://portal.influxdata.com/downloads/", "regex": "$sha256.*\\s.*\\s.*$basename" }, - "extract_dir": "kapacitor-v$version-1" + "extract_dir": "kapacitor-$version-1" } } }