mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
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:
parent
3bc26523ec
commit
13bf2ff14f
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user