From fbab6562c3f33f51a38fb2f5ebe08ffe60d885ff Mon Sep 17 00:00:00 2001
From: Oleg Titov <oleg.titov@gmail.com>
Date: Sat, 13 Aug 2022 16:55:42 -0500
Subject: [PATCH] community/iperf: upgrade to 2.1.8

Ref https://sourceforge.net/projects/iperf2/files/
---
 community/iperf/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/iperf/APKBUILD b/community/iperf/APKBUILD
index 1de8c3f34549..f53a0a361c90 100644
--- a/community/iperf/APKBUILD
+++ b/community/iperf/APKBUILD
@@ -2,7 +2,7 @@
 # Contributor: Oleg Titov <oleg.titov@gmail.com>
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=iperf
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=0
 pkgdesc="A tool to measure IP bandwidth using UDP or TCP"
 url="https://sourceforge.net/projects/iperf2/"
@@ -43,7 +43,7 @@ package() {
 }
 
 sha512sums="
-1a4dc2ddea1b48d6c7db053b593dc83269de3220631d115d11f3a9f0552fd5591cffbcec02ee00305f35e39d76dfe6232309b85d263b65611888afa08c7e2a90  iperf-2.1.7.tar.gz
+0b5c3dbb493d6663e7ea8621489aa92d2996c48c19499878b33b5e114a57b2c0184bd56624ab935f259c34ee63842a4a89710a91c249e2f4fb7bb37fb7572df8  iperf-2.1.8.tar.gz
 7dcd51fa77f7e8bd9a14339f61f93f591d74a86c767dbdc1d6035b6f7f4ce6fec34e8880caf68eab301640250b579b495274f2454c48b9601455ec46abab8949  iperf.initd
 fb5e155fff568a72488cc1511d30358835a48bcce309f8f46d040160932b4a4ccb85040c27c60dee477900a25bd34c50eac21d1d0bea984b40faa401be2ba7e8  iperf.confd
 "
-- 
GitLab