influxdb@2.3.0: Update extract_dir

Closes #3838
This commit is contained in:
Rashil Gandhi 2022-08-18 14:00:08 +05:30 committed by GitHub
parent 4b2e34168d
commit 320e42d27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.3.0-windows-amd64.zip", "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.3.0-windows-amd64.zip",
"hash": "c8edf601922cc2f7134cdfbf36f0b95bfedf385c17a166d164e7bb212ba1e4a9", "hash": "c8edf601922cc2f7134cdfbf36f0b95bfedf385c17a166d164e7bb212ba1e4a9",
"extract_dir": "influxdb2-2.3.0-windows-amd64" "extract_dir": "influxdb2_windows_amd64"
} }
}, },
"bin": "influxd.exe", "bin": "influxd.exe",
@ -27,8 +27,7 @@
"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"
}, }
"extract_dir": "influxdb2-$version-windows-amd64"
} }
} }
} }