diff options
author | Thomas Wucher | 2018-08-18 10:28:06 +0200 |
---|---|---|
committer | Thomas Wucher | 2018-08-18 10:28:06 +0200 |
commit | 1932036d079e6d6839a8712a48e0d599b81ff822 (patch) | |
tree | 2f02a235fc6102586f0f58d04b6db45fd2b0a4ba | |
parent | 3ce93147022e9796f6079604feffa86a8771b801 (diff) | |
download | aur-1932036d079e6d6839a8712a48e0d599b81ff822.tar.gz |
stress-ng 0.09.37
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 7 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Tue Apr 4 19:31:23 UTC 2017 pkgbase = stress-ng pkgdesc = stress-ng will stress test a computer system in various selectable ways - pkgver = 0.09.31 + pkgver = 0.09.37 pkgrel = 1 url = http://kernel.ubuntu.com/~cking/stress-ng/ arch = i686 @@ -11,8 +9,8 @@ pkgbase = stress-ng arch = armv6h arch = aarch64 license = GPL - source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.31.tar.xz - sha256sums = a6e4287449b2694c4498a6b3836b911059392d263594ade1f6d224cb68b1c04c + source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.37.tar.xz + sha256sums = 8494afb2f2e2cf7e79ec9c6c3129308b098e530141ba2b07d6547708fd63af3d pkgname = stress-ng @@ -1,6 +1,6 @@ # Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.09.31 +pkgver=0.09.37 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=('a6e4287449b2694c4498a6b3836b911059392d263594ade1f6d224cb68b1c04c') +sha256sums=('8494afb2f2e2cf7e79ec9c6c3129308b098e530141ba2b07d6547708fd63af3d') build() { cd "${pkgname}-${pkgver}" |