From 320e42d27b0d9d73901f2bd5583c7628f98385bc Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:00:08 +0530 Subject: [PATCH] influxdb@2.3.0: Update extract_dir Closes #3838 --- bucket/influxdb.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bucket/influxdb.json b/bucket/influxdb.json index ca467e58e8..e448bfea7c 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -11,7 +11,7 @@ "64bit": { "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.3.0-windows-amd64.zip", "hash": "c8edf601922cc2f7134cdfbf36f0b95bfedf385c17a166d164e7bb212ba1e4a9", - "extract_dir": "influxdb2-2.3.0-windows-amd64" + "extract_dir": "influxdb2_windows_amd64" } }, "bin": "influxd.exe", @@ -27,8 +27,7 @@ "hash": { "url": "https://portal.influxdata.com/versions.json", "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256" - }, - "extract_dir": "influxdb2-$version-windows-amd64" + } } } }