diff options
author | Thomas Wucher | 2018-11-14 21:01:25 +0100 |
---|---|---|
committer | Thomas Wucher | 2018-11-14 21:01:48 +0100 |
commit | df35582830b3703303ef901dc9aaf0391130a6cd (patch) | |
tree | a67f39db2dec152324ec64cdf67542782cc98ee3 /PKGBUILD | |
parent | 78062609eca1727fc8f0b1f7de13872ab46732c5 (diff) | |
download | aur-df35582830b3703303ef901dc9aaf0391130a6cd.tar.gz |
stress-ng 0.09.46
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.44 +pkgver=0.09.46 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=('d32df87086bd792054bbd74941ad499bc62178f05ba6deca32c53f8ef92441f6') +sha256sums=('55e2547c4a2fd9391f5bd924af53b2a7c59638a293cbdcf0aba2f788b7212e54') build() { cd "${pkgname}-${pkgver}" |