summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2019-11-23 17:55:31 +0100
committerThomas Wucher2019-11-23 17:55:31 +0100
commit7b7e0766ed1f82048d852af86c1afd906c0d84ff (patch)
treedc2f2147d9f272b572c5c3ff419fca9d0af335ac
parentc52bc7523e79afb515d8199204b8ca94503232c3 (diff)
downloadaur-7b7e0766ed1f82048d852af86c1afd906c0d84ff.tar.gz
stress-ng 0.10.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b936f9055f..030aea6ce4f2 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.10.08
+ pkgver = 0.10.11
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.10.08.tar.xz
- sha256sums = 4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.10.11.tar.xz
+ sha256sums = ec41d375d1ae61862b00a939a5263791c8c8fdb262ad14ea204944df4ca140f1
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index cc98d1c623a5..f4a731a9eb18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.10.08
+pkgver=0.10.11
pkgrel=1
pkgdesc="stress-ng will stress test a computer system in various selectable ways"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -8,7 +8,7 @@ url="http://kernel.ubuntu.com/~cking/${pkgname}/"
license=('GPL')
depends=()
source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce')
+sha256sums=('ec41d375d1ae61862b00a939a5263791c8c8fdb262ad14ea204944df4ca140f1')
build() {
cd "${pkgname}-${pkgver}"