mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
influxdb@2.7.3: Fix URL (#5232)
This commit is contained in:
parent
9778d8f217
commit
424bc5320e
@ -9,9 +9,8 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-windows-amd64.zip",
|
||||
"hash": "94c468dffe84f7399e14e000ffc18372d74e1fa8956020b2c975edbdec03c58b",
|
||||
"extract_dir": "influxdb2_windows_amd64"
|
||||
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-windows.zip",
|
||||
"hash": "94c468dffe84f7399e14e000ffc18372d74e1fa8956020b2c975edbdec03c58b"
|
||||
}
|
||||
},
|
||||
"bin": "influxd.exe",
|
||||
@ -23,7 +22,7 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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": {
|
||||
"url": "https://portal.influxdata.com/versions.json",
|
||||
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user