iperf3: update to 3.1.2.
This commit is contained in:
parent
8698436721
commit
e4c64ab1ce
1 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iperf3'
|
# Template file for 'iperf3'
|
||||||
pkgname=iperf3
|
pkgname=iperf3
|
||||||
version=3.1.1
|
version=3.1.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="iperf-${version}"
|
wrksrc="iperf-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Active measurements of the maximum achievable bandwidth on IP networ
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://software.es.net/iperf/"
|
homepage="http://software.es.net/iperf/"
|
||||||
distfiles="http://downloads.es.net/pub/iperf/iperf-3.1.1.tar.gz"
|
distfiles="http://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
||||||
checksum=62f7c64eafe19046ba974b3ef2d962a5597194d6fbbddde328a15a5e74110564
|
checksum=f9dbdb99f869c077d14bc1de78675f5e4b8d1bf78dc92381e96c3eb5b1fd7d86
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '1i#include <stdint.h>' src/timer.h src/cjson.h
|
sed -i '1i#include <stdint.h>' src/timer.h src/cjson.h
|
||||||
|
|
Loading…
Reference in a new issue