Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
iperf3
Commits:
91540a58 by Christian Heusel at 2025-05-17T07:45:52+02:00
upgpkg: 3.19-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = iperf3
pkgdesc = TCP, UDP, and SCTP network bandwidth measurement tool
- pkgver = 3.18
+ pkgver = 3.19
pkgrel = 1
url = https://github.com/esnet/iperf
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = iperf3
depends = openssl
depends = lksctp-tools
provides = libiperf.so
- source =
https://github.com/esnet/iperf/archive/refs/tags/3.18/iperf3-3.18.tar.gz
- sha512sums =
468bbb040e8dc43c664854c823b7d79d9836da774a53f080fdd2258c836874247ca1f876dff490021e0ad3d38a00f972ffeea10eb149fb1fc75bf18e8fd9e974
- b2sums =
d1d32423950310b12c74dc92f899f97754a49ea7d2b8ded412b7307297de90957c54a813506073fee3697b34f6e3a8859d222f9cd2a2373d4901edbb326605f1
+ source =
https://github.com/esnet/iperf/archive/refs/tags/3.19/iperf3-3.19.tar.gz
+ sha512sums =
f0631cd1158a90dc402fa30563e6f26dbdbc5d5b0665bed25248f9153118f55296913abeb89bf0b1db760ca2c68f60e0c9cf2df82aa096318ca618ca09176388
+ b2sums =
b6f5e9bdef5ee3fc38bef893144bc6ad003ccbc7b3db4793dbd2aec5998faa55cac215a0db06ab37729dc1c05787ebacbf09db8a6e6517f82492a6c67ec3d9e6
pkgname = iperf3
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,12 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Christian Heusel <[email protected]>
# Contributor: Timothy Redaelli <[email protected]>
# Contributor: Jim Ferguson <[email protected]>
# Contributor: Xi0N <[email protected]>
# Contributor: goll <adrian.goll+aur[at]gmail>
pkgname=iperf3
-pkgver=3.18
+pkgver=3.19
pkgrel=1
pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
url='https://github.com/esnet/iperf'
@@ -20,8 +21,8 @@ provides=(
libiperf.so
)
source=("${url}/archive/refs/tags/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('468bbb040e8dc43c664854c823b7d79d9836da774a53f080fdd2258c836874247ca1f876dff490021e0ad3d38a00f972ffeea10eb149fb1fc75bf18e8fd9e974')
-b2sums=('d1d32423950310b12c74dc92f899f97754a49ea7d2b8ded412b7307297de90957c54a813506073fee3697b34f6e3a8859d222f9cd2a2373d4901edbb326605f1')
+sha512sums=('f0631cd1158a90dc402fa30563e6f26dbdbc5d5b0665bed25248f9153118f55296913abeb89bf0b1db760ca2c68f60e0c9cf2df82aa096318ca618ca09176388')
+b2sums=('b6f5e9bdef5ee3fc38bef893144bc6ad003ccbc7b3db4793dbd2aec5998faa55cac215a0db06ab37729dc1c05787ebacbf09db8a6e6517f82492a6c67ec3d9e6')
build() {
cd iperf-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iperf3/-/commit/91540a587e8b8874a24718764cbc39fad76b03b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iperf3/-/commit/91540a587e8b8874a24718764cbc39fad76b03b6
You're receiving this email because of your account on gitlab.archlinux.org.