Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / stress-ng
Commits: 01dd1c00 by Robin Candau at 2025-02-03T13:26:44+01:00 upgpkg: 0.18.10-1: New upstream release https://github.com/ColinIanKing/stress-ng/releases/tag/V0.18.10 - - - - - 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.18.09 + pkgver = 0.18.10 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.18.09.tar.gz::https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.18.09.tar.gz - b2sums = 9b73a783110e116869601ce31c08896470eae13ae03277c60f39e498a6fea4ff6b8784e1561cca772294022540a159a51f438ca117bb6e1ab40371dfe677e1c6 + source = stress-ng-0.18.10.tar.gz::https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.18.10.tar.gz + b2sums = 3f0206aab8f91fe623aeb85a81e52f477038176482b58f8641a25413ace584c93e8c2132bdcdc2b6a9ac231473682079acb2976d9a4669de42ebec4ae7673a3b pkgname = stress-ng ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.18.09 +pkgver=0.18.10 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=('9b73a783110e116869601ce31c08896470eae13ae03277c60f39e498a6fea4ff6b8784e1561cca772294022540a159a51f438ca117bb6e1ab40371dfe677e1c6') +b2sums=('3f0206aab8f91fe623aeb85a81e52f477038176482b58f8641a25413ace584c93e8c2132bdcdc2b6a9ac231473682079acb2976d9a4669de42ebec4ae7673a3b') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stress-ng/-/commit/01dd1c0097f4fddd6203a3dd56576e59e0094395 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stress-ng/-/commit/01dd1c0097f4fddd6203a3dd56576e59e0094395 You're receiving this email because of your account on gitlab.archlinux.org.
