diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2022-11-21 14:21:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-21 14:21:45 +0700 |
commit | 3f07a334aa180fa1a56adfd8e9deaec3d3100a2c (patch) | |
tree | 872a2106b92d3812d917ec79a9127e7375fa677f /network/iperf3 | |
parent | b0eb73e11a955abf482ce3b0382d21e13101524b (diff) |
network/iperf3: Updated for version 3.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/iperf3')
-rw-r--r-- | network/iperf3/iperf3.SlackBuild | 2 | ||||
-rw-r--r-- | network/iperf3/iperf3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/iperf3/iperf3.SlackBuild b/network/iperf3/iperf3.SlackBuild index 2f604c7273dc6..12c06016e582d 100644 --- a/network/iperf3/iperf3.SlackBuild +++ b/network/iperf3/iperf3.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=iperf3 SRCNAM=iperf -VERSION=${VERSION:-3.7} +VERSION=${VERSION:-3.12} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/iperf3/iperf3.info b/network/iperf3/iperf3.info index 548a371dd6e9c..aa9aaefc35429 100644 --- a/network/iperf3/iperf3.info +++ b/network/iperf3/iperf3.info @@ -1,8 +1,8 @@ PRGNAM="iperf3" -VERSION="3.7" +VERSION="3.12" HOMEPAGE="https://github.com/esnet/iperf" -DOWNLOAD="https://github.com/esnet/iperf/archive/3.7/iperf-3.7.tar.gz" -MD5SUM="9534aae7430791b46d8cb8fc44afb6f8" +DOWNLOAD="https://github.com/esnet/iperf/archive/3.12/iperf-3.12.tar.gz" +MD5SUM="a3b579b32845968c9c5235ac19f9ba17" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |