mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
influxdb@2.7.3: Fix URL (#5232)
This commit is contained in:
parent
9778d8f217
commit
424bc5320e
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user