iperf3: fix 32bit extract_dir name (#2110)

* iperf3: fix 32bit extract_dir name

* iperf3: fix 32bit autoupdate extract_dir name
This commit is contained in:
Kangyi Cui 2021-10-25 15:23:20 +08:00 committed by GitHub
parent 3bc26523ec
commit 13bf2ff14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {