iperf: update to 2.0.10.
This commit is contained in:
parent
f7517b5c05
commit
ba67176bae
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'iperf'
|
||||
pkgname=iperf
|
||||
version=2.0.9
|
||||
version=2.0.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-multicast --enable-threads
|
||||
|
@ -9,8 +9,8 @@ short_desc="Perform network throughput tests"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="NCSA"
|
||||
homepage="https://iperf.fr/"
|
||||
distfiles="https://iperf.fr/download/source/${pkgname}-${version}-source.tar.gz"
|
||||
checksum=a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
|
||||
checksum=7fe4348dcca313b74e0aa9c34a8ccd713b84a5615b8578f4aa94cedce9891ef2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
site='https://iperf.fr/iperf-download.php'
|
||||
pattern='iperf-\K2[\d.]+\d+'
|
||||
site="https://sourceforge.net/projects/iperf2/files/"
|
||||
|
|
Loading…
Reference in New Issue