Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / stress-ng
Commits: aa4f3b04 by Robin Candau at 2025-07-01T18:34:16+02:00 upgpkg: 0.19.02-1: New upstream release https://github.com/ColinIanKing/stress-ng/releases/tag/V0.19.02 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = stress-ng pkgdesc = Software to stress test a computer system in various selectable ways - pkgver = 0.19.01 + pkgver = 0.19.02 pkgrel = 1 url = https://github.com/ColinIanKing/stress-ng arch = x86_64 @@ -28,7 +28,7 @@ pkgbase = stress-ng optdepends = linux-lts-headers: include some headers from the LTS kernel optdepends = linux-zen-headers: include some headers from the ZEN kernel optdepends = linux-hardened-headers: include some headers from the HARDENED kernel - source = stress-ng-0.19.01.tar.gz::https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.19.01.tar.gz - b2sums = 2df0d631f02a5775608b90b49318df4e5c94a8c5b67342ec7f2820163bab7649f7468c371b3f5865c88eb9e42f2b92a24ad1dcb238dc146fb72c008ebdba83d3 + source = stress-ng-0.19.02.tar.gz::https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.19.02.tar.gz + b2sums = 75a016dc7221de2bd9659969f9f5ab699eaa420432de247976731470ab115c413e289029c628823347a65d8a0998fc3ee436c174176910579407479c088f9615 pkgname = stress-ng ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.19.01 +pkgver=0.19.02 pkgrel=1 pkgdesc="Software to stress test a computer system in various selectable ways" url="https://github.com/ColinIanKing/stress-ng" @@ -17,7 +17,7 @@ optdepends=('intel-ipsec-mb: support for IPsec tests' 'linux-hardened-headers: include some headers from the HARDENED kernel') makedepends=('attr' 'eigen' 'keyutils' 'libaio' 'libcap' 'libgcrypt' 'libglvnd' 'libmd') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/V${pkgver}.tar.gz") -b2sums=('2df0d631f02a5775608b90b49318df4e5c94a8c5b67342ec7f2820163bab7649f7468c371b3f5865c88eb9e42f2b92a24ad1dcb238dc146fb72c008ebdba83d3') +b2sums=('75a016dc7221de2bd9659969f9f5ab699eaa420432de247976731470ab115c413e289029c628823347a65d8a0998fc3ee436c174176910579407479c088f9615') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stress-ng/-/commit/aa4f3b04a34029da05bc2ea7a64920fb48f697e9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stress-ng/-/commit/aa4f3b04a34029da05bc2ea7a64920fb48f697e9 You're receiving this email because of your account on gitlab.archlinux.org.
