diff options
author | prspkt <prspkt@protonmail.com> | 2019-09-24 14:05:43 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 16:46:27 -0300 |
commit | dcbab5a0af6934621e5ea40391800dfcb7844c12 (patch) | |
tree | 8647c1cf99c11a24b33b8226d7bf17b4a07df402 | |
parent | 46ecca97e9e72e1a0228912666c9278226be53b9 (diff) | |
download | aports-dcbab5a0af6934621e5ea40391800dfcb7844c12.tar.bz2 aports-dcbab5a0af6934621e5ea40391800dfcb7844c12.tar.xz |
community/stress-ng: upgrade to 0.10.06
Signed-off-by: prspkt <prspkt@protonmail.com>
-rw-r--r-- | community/stress-ng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stress-ng/APKBUILD b/community/stress-ng/APKBUILD index 7e4ab54fb5..aa682452e3 100644 --- a/community/stress-ng/APKBUILD +++ b/community/stress-ng/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Olliver Schinagl <oliver@schinagl.nl> # Maintainer: Olliver Schinagl <oliver@schinagl.nl> pkgname=stress-ng -pkgver=0.10.04 +pkgver=0.10.06 pkgrel=0 pkgdesc="stress-ng will stress test a computer system in various selectable ways" url="https://kernel.ubuntu.com/~cking/stress-ng/" @@ -27,4 +27,4 @@ package() { JOBDIR="/usr/share/doc/$pkgname/example-jobs/" install } -sha512sums="44097bd5a26b7c84ea69b47fc23be3a43369ad8325af375cfc51e45e51d8caabb84ea1af25aff00f042cc564980d7b3fc4b997cfb6246ab562a2f6e11d94ee5e stress-ng-0.10.04.tar.xz" +sha512sums="97da711511d006ae309817b8a0d350069f5f70e453b6cd5f2be4f1b828e513758e3a891ac02358c9729e62c7be6497170599ef3474bb295f98c73a2fb12e66af stress-ng-0.10.06.tar.xz" |