summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2017-01-18 23:36:39 +0100
committerThomas Wucher2017-01-18 23:38:27 +0100
commit18616d4e959e6eeacb7003f2db6e188745a07d6b (patch)
treed4bbf3481a2377c842426f6c97c0448fb089c82b
parent799462133d671d848e8af6849fa1c0f417c2122f (diff)
downloadaur-18616d4e959e6eeacb7003f2db6e188745a07d6b.tar.gz
stress-ng 0.07.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64abb1a6ba53..5670299970fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 20 16:03:59 UTC 2016
+# Wed Jan 18 22:38:13 UTC 2017
pkgbase = stress-ng
pkgdesc = stress-ng will stress test a computer system in various selectable ways
- pkgver = 0.07.05
+ pkgver = 0.07.15
pkgrel = 1
url = http://kernel.ubuntu.com/~cking/stress-ng/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = stress-ng
arch = armv6h
arch = aarch64
license = GPL
- source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.07.05.tar.gz
- md5sums = 4945acdad9a9c59e47cc02127ff85406
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.07.15.tar.gz
+ md5sums = ae5ef0e99e1a5eb15dc68bbb860393c2
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 8d683d86a41d..a66250cfdf1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.07.05
+pkgver=0.07.15
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.gz")
-md5sums=('4945acdad9a9c59e47cc02127ff85406')
+md5sums=('ae5ef0e99e1a5eb15dc68bbb860393c2')
build() {
cd "${pkgname}-${pkgver}"