From 8a223d4724d996db13bc8077035b27562b5e8fbd 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 --- net/iperf3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index 136e29f0f7..dbe09c1e03 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=3.14 +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:=723fcc430a027bc6952628fa2a3ac77584a1d0bd328275e573fc9b206c155004 +PKG_HASH:=bdb77c11f72bce90214883159577fa24412013e62b2083cf5f54391d79b1d8ff PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=BSD-3-Clause -- 2.30.2