From 3aacfd1491856e77c3555ec41a7f82d97f566871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 00:34:06 +0000 Subject: [PATCH] iperf3: Update to version 3.17 --- bucket/iperf3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/iperf3.json b/bucket/iperf3.json index 2f0f65d32a..d04df760cd 100644 --- a/bucket/iperf3.json +++ b/bucket/iperf3.json @@ -1,14 +1,14 @@ { - "version": "3.16", + "version": "3.17", "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://files.budman.pw/iperf3.16_64.zip", - "hash": "52063ff7cc8570a86a0aaaef8221370afb4a4ee93aca2029b7df4baad7032b15", - "extract_dir": "iperf3.16_64" + "url": "https://files.budman.pw/iperf3.17_64.zip", + "hash": "c1ab63de610d73779d1003753f8dcd3faae0b6ac5be1eaf31bbf4a1d3d2e3356", + "extract_dir": "iperf3.17_64" } }, "bin": "iperf3.exe",