mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
iperf3: Update to version 3.16
Removes 32bit which is no longer available. (Added the last 32bit version to Versions, see https://github.com/ScoopInstaller/Versions/pull/1728) Updated checkver as iperf.fr no longer serve binaries, using linked site instead.
This commit is contained in:
parent
8b75a4dbc8
commit
9228f65043
@ -1,38 +1,32 @@
|
||||
{
|
||||
"version": "3.1.3",
|
||||
"version": "3.16",
|
||||
"description": "Tool for measuring the maximum achievable bandwidth on IP networks",
|
||||
"homepage": "https://iperf.fr/",
|
||||
"license": "BSD-3-Clause",
|
||||
"notes": "The last 32bit version was 3.5 which is available in the Versions bucket",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://iperf.fr/download/windows/iperf-3.1.3-win64.zip",
|
||||
"hash": "3c3db693c1bdcc902ca9198fc716339373658233b3392ffe3d467f7695762cd1",
|
||||
"extract_dir": "iperf-3.1.3-win64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://iperf.fr/download/windows/iperf-3.1.3-win32.zip",
|
||||
"hash": "b3f8e262c17a000a30bf4f2135dfed644587cf2ec649f878aea8e9de51ffc8f2",
|
||||
"extract_dir": "iperf-3.1.3-win32"
|
||||
"url": "https://files.budman.pw/iperf3.16_64.zip",
|
||||
"hash": "52063ff7cc8570a86a0aaaef8221370afb4a4ee93aca2029b7df4baad7032b15",
|
||||
"extract_dir": "iperf3.16_64"
|
||||
}
|
||||
},
|
||||
"bin": "iperf3.exe",
|
||||
"checkver": {
|
||||
"url": "https://iperf.fr/iperf-download.php",
|
||||
"regex": "iPerf ([\\d.]+)<\\/a>"
|
||||
"url": "https://files.budman.pw/",
|
||||
"regex": "iperf([\\d.]+)",
|
||||
"reverse": "true"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://iperf.fr/download/windows/iperf-$version-win64.zip",
|
||||
"extract_dir": "iperf-$version-win64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://iperf.fr/download/windows/iperf-$version-win32.zip",
|
||||
"extract_dir": "iperf-$version-win32"
|
||||
"url": "https://files.budman.pw/iperf$version_64.zip",
|
||||
"extract_dir": "iperf$version_64"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/sha256sum.txt"
|
||||
"url": "https://files.budman.pw/?info=$basename",
|
||||
"regex": "sha256\":\"$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user