diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 04:54:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 13:08:35 -0300 |
commit | 54194fe9e250aabc99651a1bb4a91a3768d98d91 (patch) | |
tree | 192f4fa7b7f20d6bfb394fb688ad80d17351efd6 /community/stress-ng | |
parent | 85a4575beb4e912e49c03f463adc86bc0394f557 (diff) | |
download | aports-54194fe9e250aabc99651a1bb4a91a3768d98d91.tar.bz2 aports-54194fe9e250aabc99651a1bb4a91a3768d98d91.tar.xz |
community/stress-ng: upgrade to 0.11.00
Diffstat (limited to 'community/stress-ng')
-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 6665395bb4..832bd62c24 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.19 +pkgver=0.11.00 pkgrel=0 pkgdesc="stress-ng will stress test a computer system in various selectable ways" url="https://kernel.ubuntu.com/~cking/stress-ng/" @@ -28,5 +28,5 @@ package() { JOBDIR="/usr/share/doc/$pkgname/example-jobs/" install } -sha512sums="a84610541877d3c352be0bdf03d72d0ac496794ecc932db7fffa873fb3a88bd1f9ac8fdc35152638215927077f81a037018054ea9c19abef9e37e4cd7e42540c stress-ng-0.10.19.tar.xz +sha512sums="d10ad50c2acb6ab53926155fd382c409bbf832a944ec1c3f3ba1c0266cc685dae2bb2c3e24f59e039eea438ad79d5efaafe02745e0e08b9d919894461e2bc49a stress-ng-0.11.00.tar.xz d444d2f0bc1969b133f8a915592079efdb049f08a4e13e4cfa078dc856015bbeb499abb47817b088a935096fe28c748d328f6907138eea6ec47f51efcd0d6889 fix-kernel-header-detection.patch" |