diff options
author | Thomas Wucher | 2018-10-06 09:49:34 +0200 |
---|---|---|
committer | Thomas Wucher | 2018-10-06 09:49:34 +0200 |
commit | 77298ed354c5a1398aebd2ed701896a210fb2aad (patch) | |
tree | dac1fdb98108c855a85a6325092d061651ab91ca /PKGBUILD | |
parent | bcbdbb53abae2ab17061810857b9370da3fc996c (diff) | |
download | aur-77298ed354c5a1398aebd2ed701896a210fb2aad.tar.gz |
stress-ng 0.09.42
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.41 +pkgver=0.09.42 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=('b9c5a3040b9563feecf0139d747fc422486d966a921aabf93a7a2b680e0ac382') +sha256sums=('6d3f2ab1715bbad98bd0f0e8a10744c0d11b7848b29b0b082f3394bdf7edf848') build() { cd "${pkgname}-${pkgver}" |