diff options
author | Thomas Wucher | 2018-09-07 22:58:15 +0200 |
---|---|---|
committer | Thomas Wucher | 2018-09-07 22:58:15 +0200 |
commit | a08b44b6f8c23af40248f24e5ba6fcf349a2ea85 (patch) | |
tree | 235280c2f7fe6dc4704e5837461936b5e70efb1b | |
parent | 1932036d079e6d6839a8712a48e0d599b81ff822 (diff) | |
download | aur-a08b44b6f8c23af40248f24e5ba6fcf349a2ea85.tar.gz |
stress-ng 0.09.39
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = stress-ng pkgdesc = stress-ng will stress test a computer system in various selectable ways - pkgver = 0.09.37 + pkgver = 0.09.39 pkgrel = 1 url = http://kernel.ubuntu.com/~cking/stress-ng/ arch = i686 @@ -9,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.37.tar.xz - sha256sums = 8494afb2f2e2cf7e79ec9c6c3129308b098e530141ba2b07d6547708fd63af3d + source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.39.tar.xz + sha256sums = 485f6e7384614fd96955bea4d1f79cd75f8be7e8da30cb3a7e8724ff7b75cd9c pkgname = stress-ng @@ -1,6 +1,6 @@ # Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.09.37 +pkgver=0.09.39 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=('8494afb2f2e2cf7e79ec9c6c3129308b098e530141ba2b07d6547708fd63af3d') +sha256sums=('485f6e7384614fd96955bea4d1f79cd75f8be7e8da30cb3a7e8724ff7b75cd9c') build() { cd "${pkgname}-${pkgver}" |