From 80c30513f77df6b5f286c6b7706a7f063360bf06 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Fri, 7 Oct 2022 10:25:06 +0200 Subject: [PATCH] iperf3: update to 3.12 Release Notes: https://groups.google.com/g/iperf-dev/c/_DgSWrpl9Gk?pli=1 Signed-off-by: Nick Hainke (cherry picked from commit 431016a23d55469c2028ca74d6c44f0026abcdfc) --- net/iperf3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index abc691e409..5f9e96cd16 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=3.11 -PKG_RELEASE:=2 +PKG_VERSION:=3.12 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf -PKG_HASH:=de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f +PKG_HASH:=72034ecfb6a7d6d67e384e19fb6efff3236ca4f7ed4c518d7db649c447e1ffd6 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=BSD-3-Clause -- 2.30.2