summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2015-09-28 15:22:09 +0200
committerThomas Wucher2015-09-28 15:22:09 +0200
commit9e874d4dc45d3609b8d40e899aabb72f7e76c39d (patch)
tree8c9c06e36ccf11297b1bd3d161f864048d114c42
parent483c5df86d35702cbaf6f572341d4ab2a024fdce (diff)
downloadaur-9e874d4dc45d3609b8d40e899aabb72f7e76c39d.tar.gz
stress-ng 0.04.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f533bfe192..4fe5e6eb69e9 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.19
+ pkgver = 0.04.20
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.19.tar.gz
- md5sums = 68431c74438b8c54dc81a1b347780442
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.04.20.tar.gz
+ md5sums = e93a6d430716e44f96a6f12117556853
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index f5c856e5235f..2315a3e092bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.04.19
+pkgver=0.04.20
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=('68431c74438b8c54dc81a1b347780442')
+md5sums=('e93a6d430716e44f96a6f12117556853')
build() {
cd "${pkgname}-${pkgver}"