X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/14e7b6ecfea408aaf0138ee6b1da08e781b5c52d..6efac4baaba38c63dcb06c1d9b8ac8731ee37907:/packages/iperf3/build.sh diff --git a/packages/iperf3/build.sh b/packages/iperf3/build.sh index cc0e2558..2cb6b744 100644 --- a/packages/iperf3/build.sh +++ b/packages/iperf3/build.sh @@ -1,4 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://github.com/esnet/iperf TERMUX_PKG_DESCRIPTION="TCP, UDP, and SCTP network bandwidth measurement tool" -TERMUX_PKG_VERSION=3.1 +TERMUX_PKG_VERSION=3.4 +TERMUX_PKG_SHA256=71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111 TERMUX_PKG_SRCURL=http://downloads.es.net/pub/iperf/iperf-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_DEPENDS="openssl"