diff options
-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" |