summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2dcc5312c66..5a4bd55d3048 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.50
+ pkgver = 0.09.54
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.50.tar.xz
- sha256sums = b07290495794092cdf2f8d51ac631f28b8cec9455a16552d8ca48bc1f376c634
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.54.tar.xz
+ sha256sums = 8bea8f73b24ee209f190a7ce39e86358a79d4faca5b8b78c2252a1daf3526f61
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 7a45855ad2a7..a87e4715c74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.09.50
+pkgver=0.09.54
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=('b07290495794092cdf2f8d51ac631f28b8cec9455a16552d8ca48bc1f376c634')
+sha256sums=('8bea8f73b24ee209f190a7ce39e86358a79d4faca5b8b78c2252a1daf3526f61')
build() {
cd "${pkgname}-${pkgver}"