summaryrefslogtreecommitdiffstats
path: root/network/iperf3/iperf3.SlackBuild
diff options
context:
space:
mode:
author Sebastian Arcus <s.arcus@open-t.co.uk>2024-02-07 06:31:47 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:09:44 +0700
commit883fcd46436b86fad7bfc32c920edc3f29f50bb1 (patch)
tree8d02814db2ffc2e1efe8a41ab416500512a86335 /network/iperf3/iperf3.SlackBuild
parentb61b1d27ef4534b92bf41c7352d66ea2861ecfca (diff)
downloadslackbuilds-883fcd46436b86fad7bfc32c920edc3f29f50bb1.tar.gz
slackbuilds-883fcd46436b86fad7bfc32c920edc3f29f50bb1.tar.xz
network/iperf3: Updated for version 3.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/iperf3/iperf3.SlackBuild')
-rw-r--r--network/iperf3/iperf3.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/network/iperf3/iperf3.SlackBuild b/network/iperf3/iperf3.SlackBuild
index 12c06016e5..c1d2d993d9 100644
--- a/network/iperf3/iperf3.SlackBuild
+++ b/network/iperf3/iperf3.SlackBuild
@@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=iperf3
SRCNAM=iperf
-VERSION=${VERSION:-3.12}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.16}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -112,4 +109,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
-