summaryrefslogtreecommitdiff
path: root/package/iperf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:33:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:38:22 +0200
commitd499718f33eabbf9b248bed51cacf7ad286c84b2 (patch)
treedc634edd3f942f8ce99fc937a24e9c4c7238fc0a /package/iperf
parent873d09443e7a65f77ce712a77d94a056af242550 (diff)
iperf: update to 2.0.9
Diffstat (limited to 'package/iperf')
-rw-r--r--package/iperf/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile
index 8521f1390..bb535740e 100644
--- a/package/iperf/Makefile
+++ b/package/iperf/Makefile
@@ -4,16 +4,16 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= iperf
-PKG_VERSION:= 2.0.5
+PKG_VERSION:= 2.0.9
PKG_RELEASE:= 1
-PKG_HASH:= 636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b
+PKG_HASH:= a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6
PKG_DESCR:= internet protocol bandwidth measuring tool
PKG_SECTION:= net/perf
PKG_NEEDS:= threads c++
-PKG_URL:= http://sourceforge.net/projects/iperf
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=iperf/}
+PKG_URL:= http://iperf.fr
+PKG_SITES:= https://iperf.fr/download/source/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-source.tar.gz
include ${ADK_TOPDIR}/mk/package.mk