diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2019-09-21 06:22:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-21 06:22:13 +0700 |
commit | 6b7de8f4d9bb85cff1dd4d9540725a1310b57ef5 (patch) | |
tree | 9132139af248bbacef0f23ff11d4ccee8c7fe489 /network/iperf3 | |
parent | 7c0cbc14ecc39c44894a4310af02fa777184b2eb (diff) |
network/iperf3: Updated for version 3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/iperf3')
-rw-r--r-- | network/iperf3/iperf3.SlackBuild | 4 | ||||
-rw-r--r-- | network/iperf3/iperf3.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/iperf3/iperf3.SlackBuild b/network/iperf3/iperf3.SlackBuild index 29ef140380d9..d1021979d466 100644 --- a/network/iperf3/iperf3.SlackBuild +++ b/network/iperf3/iperf3.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=iperf3 SRCNAM=iperf -VERSION=${VERSION:-3.1.3} +VERSION=${VERSION:-3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,7 +92,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a INSTALL LICENSE README.md RELEASE_NOTES contrib $PKG/usr/doc/$PRGNAM-$VERSION +cp -a INSTALL LICENSE README.md RELNOTES.md contrib $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/iperf3/iperf3.info b/network/iperf3/iperf3.info index b8739102caa5..548a371dd6e9 100644 --- a/network/iperf3/iperf3.info +++ b/network/iperf3/iperf3.info @@ -1,8 +1,8 @@ PRGNAM="iperf3" -VERSION="3.1.3" -HOMEPAGE="https://iperf.fr" -DOWNLOAD="https://github.com/esnet/iperf/archive/3.1.3/iperf-3.1.3.tar.gz" -MD5SUM="7d9e550129d1ba68d4f49ea9dd412ada" +VERSION="3.7" +HOMEPAGE="https://github.com/esnet/iperf" +DOWNLOAD="https://github.com/esnet/iperf/archive/3.7/iperf-3.7.tar.gz" +MD5SUM="9534aae7430791b46d8cb8fc44afb6f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |