iperf: update to 2.0.13

This commit is contained in:
Juergen Daubert 2020-08-12 16:37:55 +02:00
parent b0ed892a0c
commit 7df8ed0b1e
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/afiaUoT2jAffqMcrnvxicF+E0qaqMuwjNCM8ubQDd2NOauy6gMEpDzcFvrhpqo//vKqwktaZU8RiHVdGKq61AI=
SHA256 (Pkgfile) = 14a1eb24878d6b245544cca3341bc6abdaaaa7c5b91b711bc9861a43d0e78163
RWSE3ohX2g5d/UKIjw47FgFkl9KFUrE1bY3fh7Qgtw4m1PvmvOOTb2ahBSXKmjKvifyu+79BeY02SsJKcnfbbEf8X6B6AnwsUQw=
SHA256 (Pkgfile) = 91e4cc4210c1b1f507c35fc79702264dd0fa49969d9dc365012988bb7e6596ed
SHA256 (.footprint) = 81231b029011101874440f7e4115ef5d60f91f5803fd943438ccebce9d7a6a28
SHA256 (iperf-2.0.10.tar.gz) = 7fe4348dcca313b74e0aa9c34a8ccd713b84a5615b8578f4aa94cedce9891ef2
SHA256 (iperf-2.0.13.tar.gz) = c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad

View File

@ -4,14 +4,13 @@
# Depends on:
name=iperf
version=2.0.10
version=2.0.13
release=1
source=(https://downloads.sourceforge.net/sourceforge/iperf2/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}