diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-10-31 14:19:51 -0600 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-10-31 14:19:51 -0600 |
commit | e03dcf494e42f85395d299769953b3c37618f0c4 (patch) | |
tree | 63afb669a7c65aaaa9923cf1e70af1f009b09880 /package/network/utils/iperf3/Makefile | |
parent | bd60c9063d1cc80631101f65a905ba6d397029f8 (diff) | |
download | upstream-e03dcf494e42f85395d299769953b3c37618f0c4.tar.gz upstream-e03dcf494e42f85395d299769953b3c37618f0c4.tar.bz2 upstream-e03dcf494e42f85395d299769953b3c37618f0c4.zip |
iperf3: update to 3.3 and refresh patches
Taking the same patchset I've submitted upstream for inclusion.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'package/network/utils/iperf3/Makefile')
-rw-r--r-- | package/network/utils/iperf3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iperf3/Makefile b/package/network/utils/iperf3/Makefile index 1b94ce70fa..a64d7396a2 100644 --- a/package/network/utils/iperf3/Makefile +++ b/package/network/utils/iperf3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=3.2 +PKG_VERSION:=3.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.es.net/pub/iperf -PKG_HASH:=f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d +PKG_HASH:=6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=BSD-3-Clause |