From 770311143454404815a0e6f8a0842b2d429e68e8 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:56:41 +0800 Subject: [PATCH] influxdb: Update to version 2.7.12, fix checkver & autoupdate --- bucket/influxdb.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/influxdb.json b/bucket/influxdb.json index ddd1a76e6d..5d8753159c 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -1,5 +1,5 @@ { - "version": "2.7.11", + "version": "2.7.12", "description": "Scalable datastore for metrics, events, and real-time analytics.", "homepage": "https://www.influxdata.com/", "license": "MIT", @@ -9,22 +9,22 @@ ], "architecture": { "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.11-windows.zip", - "hash": "9946db1ac5f2bd34a416dcc49beabd60079a71aef6728a071afb17f659abd0ab" + "url": "https://download.influxdata.com/influxdb/releases/v2.7.12/influxdb2-2.7.12-windows.zip", + "hash": "adb952c67eaeea742d81899367ec95defa26b47a0fa99dc773ab4de822e9072d" } }, "bin": "influxd.exe", "checkver": { - "url": "https://portal.influxdata.com/versions.json", + "url": "https://www.influxdata.com/versions.json", "jsonpath": "$.influxdb2.version", "regex": "([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows.zip", + "url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb2-$version-windows.zip", "hash": { - "url": "https://portal.influxdata.com/versions.json", + "url": "https://www.influxdata.com/versions.json", "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256" } }