From 73e2ab36d9d6e64cc84f0ef0ede9e445b290bb72 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:52:49 +0530 Subject: [PATCH] influx@2.7.1: Remove extract_dir Closes #4635 --- bucket/influx.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bucket/influx.json b/bucket/influx.json index 7baa01b11a..e523f9eb0e 100644 --- a/bucket/influx.json +++ b/bucket/influx.json @@ -6,10 +6,10 @@ "architecture": { "64bit": { "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-windows-amd64.zip", - "hash": "fe275187581d4cc023dc0f2c1c0036f4fb7948ce466251edd6936124fdcabfeb", - "extract_dir": "influxdb2-client-2.7.1-windows-amd64" + "hash": "fe275187581d4cc023dc0f2c1c0036f4fb7948ce466251edd6936124fdcabfeb" } }, + "pre_install": "Rename-Item \"$dir\\influx\" influx.exe", "bin": "influx.exe", "checkver": { "url": "https://portal.influxdata.com/versions.json", @@ -23,8 +23,7 @@ "hash": { "url": "https://portal.influxdata.com/versions.json", "jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256" - }, - "extract_dir": "influxdb2-client-$version-windows-amd64" + } } } }