diff options
author | Thomas Wucher | 2019-06-07 19:56:37 +0200 |
---|---|---|
committer | Thomas Wucher | 2019-06-07 19:56:37 +0200 |
commit | 617d0d7f7086abf64ea04cd58192a9081132a8a4 (patch) | |
tree | 3d40c90588389b6bd2329d33df81a5a2461b4d36 | |
parent | b8b6f1c8e2a637ef5ab9ef2e289d1ff255dc1cb6 (diff) | |
download | aur-617d0d7f7086abf64ea04cd58192a9081132a8a4.tar.gz |
stress-ng 0.09.59
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = stress-ng pkgdesc = stress-ng will stress test a computer system in various selectable ways - pkgver = 0.09.57 + pkgver = 0.09.59 pkgrel = 1 url = http://kernel.ubuntu.com/~cking/stress-ng/ arch = i686 @@ -9,7 +9,7 @@ pkgbase = stress-ng arch = armv6h arch = aarch64 license = GPL - source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.57.tar.xz + source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.59.tar.xz sha256sums = 5d006097a17ff67abfa11c13a15cf92f380c5f56eac1c69a6410b938432de576 pkgname = stress-ng @@ -1,6 +1,6 @@ # Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.09.57 +pkgver=0.09.59 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=('5d006097a17ff67abfa11c13a15cf92f380c5f56eac1c69a6410b938432de576') +sha256sums=('c6fc82fa0f16fcdc90d1ea725af62f130d3fa8501b74800afec0432db81fae95') build() { cd "${pkgname}-${pkgver}" |