From 8e42511a4bb7cf8fa818277f2c67bb349ca1fbfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:31:41 +0000 Subject: [PATCH] iperf3: Update to version 3.19.1 --- bucket/iperf3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/iperf3.json b/bucket/iperf3.json index 6a23e9bf67..3e222e2166 100644 --- a/bucket/iperf3.json +++ b/bucket/iperf3.json @@ -1,14 +1,14 @@ { - "version": "3.19", + "version": "3.19.1", "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.19_64.zip", - "hash": "6d2861bc02139244871f07ba474c7cce448d5581f409ffc694c0e1ad190d5aac", - "extract_dir": "iperf3.19_64" + "url": "https://files.budman.pw/iperf3.19.1_64.zip", + "hash": "9a84118cd8eabb14a0fda4ffa782dd5668e4461031d8ab119480bf9b09e3dc04", + "extract_dir": "iperf3.19.1_64" } }, "bin": "iperf3.exe",