summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2019-01-02 18:57:05 +0100
committerThomas Wucher2019-01-02 18:57:25 +0100
commitf55ac1fd11b244a6e170e0cef5aa5773c83709f9 (patch)
tree092b8ea57522cc9d01a9e7b119c29c146a78209a
parent0db9c69c2ed555ddbcf84950b2231401a579cf08 (diff)
downloadaur-f55ac1fd11b244a6e170e0cef5aa5773c83709f9.tar.gz
stress-ng 0.09.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38591e4aa855..f2dcc5312c66 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.47
+ pkgver = 0.09.50
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.47.tar.xz
- sha256sums = ed888f5192297855f3ce39b4591b1decc9c580c9753f2cc9c86449f50d23aeb0
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.50.tar.xz
+ sha256sums = b07290495794092cdf2f8d51ac631f28b8cec9455a16552d8ca48bc1f376c634
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 255fd4b933e2..7a45855ad2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.09.47
+pkgver=0.09.50
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=('ed888f5192297855f3ce39b4591b1decc9c580c9753f2cc9c86449f50d23aeb0')
+sha256sums=('b07290495794092cdf2f8d51ac631f28b8cec9455a16552d8ca48bc1f376c634')
build() {
cd "${pkgname}-${pkgver}"