influxdb@2.7.3: Fix URL (#5232)

This commit is contained in:
Hsiao-nan Cheung 2023-11-01 21:43:28 -05:00 committed by GitHub
parent 9778d8f217
commit 424bc5320e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-windows-amd64.zip", "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-windows.zip",
"hash": "94c468dffe84f7399e14e000ffc18372d74e1fa8956020b2c975edbdec03c58b", "hash": "94c468dffe84f7399e14e000ffc18372d74e1fa8956020b2c975edbdec03c58b"
"extract_dir": "influxdb2_windows_amd64"
} }
}, },
"bin": "influxd.exe", "bin": "influxd.exe",
@ -23,7 +22,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows-amd64.zip", "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows.zip",
"hash": { "hash": {
"url": "https://portal.influxdata.com/versions.json", "url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256" "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"