mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
iperf3: update to 3.9.
Adopted.
This commit is contained in:
parent
8d5952a263
commit
c403825fad
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'iperf3'
|
# Template file for 'iperf3'
|
||||||
pkgname=iperf3
|
pkgname=iperf3
|
||||||
version=3.8.1
|
version=3.9
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="iperf-${version}"
|
wrksrc="iperf-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
|
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
|
||||||
short_desc="Active measurements of the maximum achievable bandwidth on IP networks"
|
short_desc="Active measurements of the maximum achievable bandwidth on IP networks"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://software.es.net/iperf/"
|
homepage="http://software.es.net/iperf/"
|
||||||
changelog="https://raw.githubusercontent.com/esnet/iperf/master/RELEASE_NOTES"
|
changelog="https://raw.githubusercontent.com/esnet/iperf/master/RELEASE_NOTES"
|
||||||
distfiles="https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
distfiles="https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
||||||
checksum=e5b080f3273a8a715a4100f13826ac2ca31cc7b1315925631b2ecf64957ded96
|
checksum=24b63a26382325f759f11d421779a937b63ca1bc17c44587d2fcfedab60ac038
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue