network/iperf3: Updated for version 3.16.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastian Arcus 2024-02-07 06:31:47 +07:00 committed by Willy Sudiarto Raharjo
parent b61b1d27ef
commit 883fcd4643
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="iperf3"
VERSION="3.12"
VERSION="3.16"
HOMEPAGE="https://github.com/esnet/iperf"
DOWNLOAD="https://github.com/esnet/iperf/archive/3.12/iperf-3.12.tar.gz"
MD5SUM="a3b579b32845968c9c5235ac19f9ba17"
DOWNLOAD="https://github.com/esnet/iperf/archive/3.16/iperf-3.16.tar.gz"
MD5SUM="f084f221e829c5b9abee96c8f819de97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""