From 8a4037dd04f8d7dbdb632ef99f3cc83be3be2b4d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 May 2025 09:27:31 +0200 Subject: [PATCH] iperf: Update version from 3.15 to 3.18 https://github.com/esnet/iperf/releases --- iperf.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iperf.be0 b/iperf.be0 index 47e1b24fd..36185c39e 100755 --- a/iperf.be0 +++ b/iperf.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION iperf-3.15-0 +# BEE_VERSION iperf-3.18-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. # SRCURL[0]="https://downloads.es.net/pub/iperf/iperf-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/63d4ceef1768c13af563ce92cfdd41fa/iperf-3.15.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/585d4392667f1a9ae6c2106fbfb64667/iperf-3.18.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.