summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2015-09-16 20:38:13 +0200
committerThomas Wucher2015-09-16 20:38:13 +0200
commit483c5df86d35702cbaf6f572341d4ab2a024fdce (patch)
tree31c81fdf35210ad0897bf7c228f60d0beee387da
parent4f129edf4b05644da925c6f191ec84838a23c31d (diff)
downloadaur-483c5df86d35702cbaf6f572341d4ab2a024fdce.tar.gz
stress-ng 0.04.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e91eb0fee80..e3f533bfe192 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.18
+ pkgver = 0.04.19
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.18.tar.gz
- md5sums = 5eb3da5aee5468db7fbdf2ef1c86978e
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.04.19.tar.gz
+ md5sums = 68431c74438b8c54dc81a1b347780442
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 976a9f1b3a63..f5c856e5235f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.04.18
+pkgver=0.04.19
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=('5eb3da5aee5468db7fbdf2ef1c86978e')
+md5sums=('68431c74438b8c54dc81a1b347780442')
build() {
cd "${pkgname}-${pkgver}"