X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..6efac4baaba38c63dcb06c1d9b8ac8731ee37907:/packages/iperf3/build.sh diff --git a/packages/iperf3/build.sh b/packages/iperf3/build.sh index 317cd53f..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.0.11 +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"