summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2015-09-12 18:14:46 +0200
committerThomas Wucher2015-09-12 18:15:25 +0200
commit4f129edf4b05644da925c6f191ec84838a23c31d (patch)
treef96d3400f19801d4b56bc28dff187cda1fa5c4b1
parent53e87bee18bf67140a6dfb15e8efb9737c7bfa07 (diff)
downloadaur-4f129edf4b05644da925c6f191ec84838a23c31d.tar.gz
stress-ng 0.04.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2991b2bef1bf..7e91eb0fee80 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.04.15
+ pkgver = 0.04.18
pkgrel = 1
url = http://kernel.ubuntu.com/~cking/stress-ng/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = stress-ng
arch = armv7h
arch = armv6h
license = GPL
- source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.04.15.tar.gz
- md5sums = 63231146dba7f9e9f2ac817c5efc3263
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.04.18.tar.gz
+ md5sums = 5eb3da5aee5468db7fbdf2ef1c86978e
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 4db9b2d4291c..976a9f1b3a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.04.15
+pkgver=0.04.18
pkgrel=1
pkgdesc="stress-ng will stress test a computer system in various selectable ways"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -9,7 +9,7 @@ license=('GPL')
depends=()
makedepends=('')
source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('63231146dba7f9e9f2ac817c5efc3263')
+md5sums=('5eb3da5aee5468db7fbdf2ef1c86978e')
build() {
cd "${pkgname}-${pkgver}"