From 6526d607db81feb99bfa58e0be11e9b3a0c00cd9 Mon Sep 17 00:00:00 2001 From: Leo Douglas Date: Fri, 15 Sep 2023 10:32:57 +0800 Subject: [PATCH] iperf3: update to 3.15 see changelog: https://github.com/esnet/iperf/releases/tag/3.15. Signed-off-by: Leo Douglas (cherry picked from commit 8a223d4724d996db13bc8077035b27562b5e8fbd) --- net/iperf3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index c7133bd569..dbe09c1e03 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=3.13 +PKG_VERSION:=3.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf -PKG_HASH:=bee427aeb13d6a2ee22073f23261f63712d82befaa83ac8cb4db5da4c2bdc865 +PKG_HASH:=bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=BSD-3-Clause -- 2.30.2