influxdb: Update to version 2.7.12, fix checkver & autoupdate

This commit is contained in:
z-Fng 2025-09-27 23:56:41 +08:00
parent ee070ace1f
commit 7703111434

View File

@ -1,5 +1,5 @@
{ {
"version": "2.7.11", "version": "2.7.12",
"description": "Scalable datastore for metrics, events, and real-time analytics.", "description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/", "homepage": "https://www.influxdata.com/",
"license": "MIT", "license": "MIT",
@ -9,22 +9,22 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.11-windows.zip", "url": "https://download.influxdata.com/influxdb/releases/v2.7.12/influxdb2-2.7.12-windows.zip",
"hash": "9946db1ac5f2bd34a416dcc49beabd60079a71aef6728a071afb17f659abd0ab" "hash": "adb952c67eaeea742d81899367ec95defa26b47a0fa99dc773ab4de822e9072d"
} }
}, },
"bin": "influxd.exe", "bin": "influxd.exe",
"checkver": { "checkver": {
"url": "https://portal.influxdata.com/versions.json", "url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.version", "jsonpath": "$.influxdb2.version",
"regex": "([\\d.]+)" "regex": "([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "hash": {
"url": "https://portal.influxdata.com/versions.json", "url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256" "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
} }
} }