influx@2.7.1: Remove extract_dir

Closes #4635
This commit is contained in:
Rashil Gandhi 2023-04-06 10:52:49 +05:30 committed by GitHub
parent 835213e436
commit 73e2ab36d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,10 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-windows-amd64.zip", "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-windows-amd64.zip",
"hash": "fe275187581d4cc023dc0f2c1c0036f4fb7948ce466251edd6936124fdcabfeb", "hash": "fe275187581d4cc023dc0f2c1c0036f4fb7948ce466251edd6936124fdcabfeb"
"extract_dir": "influxdb2-client-2.7.1-windows-amd64"
} }
}, },
"pre_install": "Rename-Item \"$dir\\influx\" influx.exe",
"bin": "influx.exe", "bin": "influx.exe",
"checkver": { "checkver": {
"url": "https://portal.influxdata.com/versions.json", "url": "https://portal.influxdata.com/versions.json",
@ -23,8 +23,7 @@
"hash": { "hash": {
"url": "https://portal.influxdata.com/versions.json", "url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256" "jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256"
}, }
"extract_dir": "influxdb2-client-$version-windows-amd64"
} }
} }
} }