From 13bf2ff14f4c9554b78e72070889fad5d5e34a02 Mon Sep 17 00:00:00 2001 From: Kangyi Cui Date: Mon, 25 Oct 2021 15:23:20 +0800 Subject: [PATCH] iperf3: fix 32bit extract_dir name (#2110) * iperf3: fix 32bit extract_dir name * iperf3: fix 32bit autoupdate extract_dir name --- bucket/iperf3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/iperf3.json b/bucket/iperf3.json index 801122732e..fde7d2d686 100644 --- a/bucket/iperf3.json +++ b/bucket/iperf3.json @@ -12,7 +12,7 @@ "32bit": { "url": "https://iperf.fr/download/windows/iperf-3.1.3-win32.zip", "hash": "b3f8e262c17a000a30bf4f2135dfed644587cf2ec649f878aea8e9de51ffc8f2", - "extract_dir": "iperf-3.1.3-win64" + "extract_dir": "iperf-3.1.3-win32" } }, "bin": "iperf3.exe", @@ -28,7 +28,7 @@ }, "32bit": { "url": "https://iperf.fr/download/windows/iperf-$version-win32.zip", - "extract_dir": "iperf-$version-win64" + "extract_dir": "iperf-$version-win32" } }, "hash": {