diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-06-25 22:34:49 -0600 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-26 08:57:25 +0200 |
commit | d375d5fafefb4de453ee36108b64f8df49aa2bec (patch) | |
tree | c55ec7a40aadbdc5faec82691ccf55f20b8cdc0b | |
parent | ab07ae2f27dd920cb7ba186d9f7ad2ccb1c980c4 (diff) | |
download | upstream-d375d5fafefb4de453ee36108b64f8df49aa2bec.tar.gz upstream-d375d5fafefb4de453ee36108b64f8df49aa2bec.tar.bz2 upstream-d375d5fafefb4de453ee36108b64f8df49aa2bec.zip |
iperf3: update to 3.6
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-rw-r--r-- | package/network/utils/iperf3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iperf3/Makefile b/package/network/utils/iperf3/Makefile index 2635d59596..55be8169e3 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.5 +PKG_VERSION:=3.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.es.net/pub/iperf -PKG_HASH:=539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5 +PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf +PKG_HASH:=de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=BSD-3-Clause |