diff options
author | John Audia <graysky@archlinux.us> | 2022-03-08 18:03:37 -0500 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-08 16:46:10 -0800 |
commit | 9e5e23737e2cfd4beee21dc5ccd62c6e778abc39 (patch) | |
tree | 1676f437321ba6b4b241892c49f14d861d652d68 /net/iperf3 | |
parent | 3623e50e1e5cc3487a055aa08a24e1192916fe70 (diff) |
iperf3: bump to 3.11
Update to latest upstream version
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'net/iperf3')
-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 1d0d891ef..de17f81c2 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=3.10.1 +PKG_VERSION:=3.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf -PKG_HASH:=03bc9760cc54a245191d46bfc8edaf8a4750f0e87abca6764486972044d6715a +PKG_HASH:=de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=BSD-3-Clause |