diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-25 05:59:23 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-25 07:42:34 +0300 |
commit | 2ad649d134ff85b478aa0962aaf86bf9efd52ce6 (patch) | |
tree | 095f4a61e9d53f002e9d7939e83be41d3a18b1fe /package | |
parent | 31e9445b7e614f54daa0caf3148e223d088311ab (diff) | |
download | upstream-2ad649d134ff85b478aa0962aaf86bf9efd52ce6.tar.gz upstream-2ad649d134ff85b478aa0962aaf86bf9efd52ce6.tar.bz2 upstream-2ad649d134ff85b478aa0962aaf86bf9efd52ce6.zip |
iperf: bump to 2.0.10
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iperf/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/package/network/utils/iperf/Makefile b/package/network/utils/iperf/Makefile index ea8f026315..2f420a2e26 100644 --- a/package/network/utils/iperf/Makefile +++ b/package/network/utils/iperf/Makefile @@ -8,17 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=2.0.9 -PKG_VERSION_SUFFIX:=a +PKG_VERSION:=2.0.10 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_VERSION_SUFFIX).tar.gz -# Temporary URL change - iperf upstream altered the already released target -# without bumping the version number. The new tarball is renamed to avoid -# conflicts with existing mirrored files. -# PKG_SOURCE_URL:=@SF/iperf2 -PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources -PKG_HASH:=db02911f35686e808ed247160dfa766e08ae3f59d1e7dcedef0ffb2a6643f0bf +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_HASH:=7fe4348dcca313b74e0aa9c34a8ccd713b84a5615b8578f4aa94cedce9891ef2 +PKG_SOURCE_URL:=@SF/iperf2 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=BSD-3-Clause |