Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
iperf3
Commits:
cd449fb8 by Antonio Rojas at 2023-12-26T11:47:03+01:00
upgpkg: 3.16-1: Update to 3.16
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = iperf3
pkgdesc = TCP, UDP, and SCTP network bandwidth measurement tool
- pkgver = 3.15
+ pkgver = 3.16
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://downloads.es.net/pub/iperf/iperf-3.15.tar.gz
- sha512sums =
988bc558f40a16c3d94df3956705712829c1c529efd577db16213783846c84bc3edbad19a4d7890b7aba08fbc4e1c6807105df29931e9b45981066b609d87aa2
- b2sums =
f086d506d1de8e8b333a7ad46a94279aa5b42800ded7cc6724c3400e479a6523b336c74b5956d07117a178b5f89934553535824a05daafcdb2eb8d31754680e1
+ source = https://downloads.es.net/pub/iperf/iperf-3.16.tar.gz
+ sha512sums =
9ba97e03f17f3b939343b07ed3d508fbf57489e2b984b77a3dc3ada535f981350e56495154bdd108a83b3c507ccbed599b2b7b25de0d1778912d2c01b4ad4e7c
+ b2sums =
4ca930b58c54d5ae5b0c8b14aca2556224ff2c7b943d32e65486dc2a7e1abd2d26b229e9f759358c326be8754e88a203e11a3ab0f029daa982375a880c3f1cbd
pkgname = iperf3
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: goll <adrian.goll+aur[at]gmail>
pkgname=iperf3
-pkgver=3.15
+pkgver=3.16
pkgrel=1
pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
url='https://github.com/esnet/iperf'
@@ -14,8 +14,8 @@ license=('BSD')
depends=('glibc' 'openssl' 'lksctp-tools')
provides=('libiperf.so')
source=(https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha512sums=('988bc558f40a16c3d94df3956705712829c1c529efd577db16213783846c84bc3edbad19a4d7890b7aba08fbc4e1c6807105df29931e9b45981066b609d87aa2')
-b2sums=('f086d506d1de8e8b333a7ad46a94279aa5b42800ded7cc6724c3400e479a6523b336c74b5956d07117a178b5f89934553535824a05daafcdb2eb8d31754680e1')
+sha512sums=('9ba97e03f17f3b939343b07ed3d508fbf57489e2b984b77a3dc3ada535f981350e56495154bdd108a83b3c507ccbed599b2b7b25de0d1778912d2c01b4ad4e7c')
+b2sums=('4ca930b58c54d5ae5b0c8b14aca2556224ff2c7b943d32e65486dc2a7e1abd2d26b229e9f759358c326be8754e88a203e11a3ab0f029daa982375a880c3f1cbd')
build() {
cd iperf-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iperf3/-/commit/cd449fb8a297116e2bc61a2bf0896ed80d226df1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iperf3/-/commit/cd449fb8a297116e2bc61a2bf0896ed80d226df1
You're receiving this email because of your account on gitlab.archlinux.org.