From 99424e78aa04d56c6ba861cf719663b6663a3a9c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 6 May 2022 17:01:20 +0200 Subject: [PATCH] iperf: Download source archive from beehive.molgen.mpg.de --- iperf.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iperf.be0 b/iperf.be0 index 29e62920f..9547f231a 100755 --- a/iperf.be0 +++ b/iperf.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## 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://downloads.es.net/pub/iperf/iperf-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/cb38738a9d5ae3f235ce8cba9dd8fe08/iperf-3.11.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.