diff options
author | Thomas Wucher | 2019-10-06 19:04:02 +0200 |
---|---|---|
committer | Thomas Wucher | 2019-10-06 19:04:02 +0200 |
commit | d57578b9a48ce7e4210a7534d531220ec1287632 (patch) | |
tree | a6756dae93b83ee98cff1872cff8ba0547dc900e /PKGBUILD | |
parent | 617d0d7f7086abf64ea04cd58192a9081132a8a4 (diff) | |
download | aur-d57578b9a48ce7e4210a7534d531220ec1287632.tar.gz |
stress-ng 0.10.07
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.09.59 +pkgver=0.10.07 pkgrel=1 pkgdesc="stress-ng will stress test a computer system in various selectable ways" arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') @@ -9,7 +9,7 @@ license=('GPL') depends=() makedepends=('') source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('c6fc82fa0f16fcdc90d1ea725af62f130d3fa8501b74800afec0432db81fae95') +sha256sums=('85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6') build() { cd "${pkgname}-${pkgver}" |