diff options
author | John Audia <therealgraysky@proton.me> | 2023-07-10 06:17:44 -0400 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-07-10 19:46:59 -0700 |
commit | 8c0afc4cabdba316835706e06919271bd7f13a62 (patch) | |
tree | 076daf89bfb9ddec73cda924111cb1425061df63 /net/iperf3/Makefile | |
parent | fcccb7724a01603db452f42c978303f3f435d0c5 (diff) |
iperf3: update to 3.14
Release Notes:
https://github.com/esnet/iperf/blob/master/RELNOTES.md
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'net/iperf3/Makefile')
-rw-r--r-- | net/iperf3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index c7133bd56..136e29f0f 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.14 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:=723fcc430a027bc6952628fa2a3ac77584a1d0bd328275e573fc9b206c155004 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=BSD-3-Clause |