Skip to content

Commit

Permalink
iperf3: Update to 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 31, 2024
1 parent 742d0fa commit dbac0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iperf3/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Oleg Titov <[email protected]>

pkgname=iperf3
pkgver=3.16
pkgver=3.17.1
pkgrel=1
pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
arch=('i686' 'x86_64')
Expand All @@ -15,7 +15,7 @@ license=('BSD')
depends=('gcc-libs' 'openssl')
makedepends=('openssl-devel' 'autotools' 'gcc')
source=("https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz")
sha256sums=('cc740c6bbea104398cc3e466befc515a25896ec85e44a662d5f4a767b9cf713e')
sha256sums=('84404ca8431b595e86c473d8f23d8bb102810001f15feaf610effd3b318788aa')

build() {
cd ${srcdir}/iperf-${pkgver}
Expand Down

0 comments on commit dbac0fc

Please sign in to comment.