summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2018-09-26 21:52:59 +0200
committerThomas Wucher2018-09-26 21:52:59 +0200
commitbcbdbb53abae2ab17061810857b9370da3fc996c (patch)
tree28e6aa9e8bb088172a189014c211d52099a404f4
parentc924ea77e754d1d520444b722f2b3b798e1a26f1 (diff)
downloadaur-bcbdbb53abae2ab17061810857b9370da3fc996c.tar.gz
stress-ng 0.09.41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77119f281a9c..99d26393cee2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stress-ng
pkgdesc = stress-ng will stress test a computer system in various selectable ways
- pkgver = 0.09.40
+ pkgver = 0.09.41
pkgrel = 1
url = http://kernel.ubuntu.com/~cking/stress-ng/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = stress-ng
arch = armv6h
arch = aarch64
license = GPL
- source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.40.tar.xz
- sha256sums = f27e3678c40f3e4ee7ccc4bf3b7c628f8acab2c3d6cbdc259c65d6a647983143
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.41.tar.xz
+ sha256sums = b9c5a3040b9563feecf0139d747fc422486d966a921aabf93a7a2b680e0ac382
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 796056de9fd9..cf2fd1c24a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.09.40
+pkgver=0.09.41
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=('f27e3678c40f3e4ee7ccc4bf3b7c628f8acab2c3d6cbdc259c65d6a647983143')
+sha256sums=('b9c5a3040b9563feecf0139d747fc422486d966a921aabf93a7a2b680e0ac382')
build() {
cd "${pkgname}-${pkgver}"