[arch-commits] Commit in iperf3/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 6 20:02:28 UTC 2017


    Date: Wednesday, September 6, 2017 @ 20:02:27
  Author: arojas
Revision: 256071

Update to 3.2

Modified:
  iperf3/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-06 19:59:40 UTC (rev 256070)
+++ PKGBUILD	2017-09-06 20:02:27 UTC (rev 256071)
@@ -5,15 +5,15 @@
 # Contributor: goll <adrian.goll+aur[at]gmail>
 
 pkgname=iperf3
-pkgver=3.1.7
+pkgver=3.2
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
 url="https://github.com/esnet/iperf" 
 license=('BSD')
-depends=('glibc') 
+depends=('openssl') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+sha256sums=('f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d')
 
 build() { 
   cd "iperf-$pkgver"



More information about the arch-commits mailing list