summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-03-15 16:38:31 +0100
committerThomas Wucher2020-03-15 16:38:31 +0100
commit8c37f08996fb392cae149eba9c18d6632d60e446 (patch)
tree7c96df2b4e14158edb5db456280100c55ea3a5cb
parent00a2a45ce9621b753f6a3cbcea164747539542e6 (diff)
downloadaur-8c37f08996fb392cae149eba9c18d6632d60e446.tar.gz
stress-ng 0.11.02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2013c7dbe9c0..73a35900946b 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.19
+ pkgver = 0.11.02
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.19.tar.xz
- sha256sums = 0f0db52513df9c49a39af87195d27ec9db7472e641279319323d07c874c1056d
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.02.tar.xz
+ sha256sums = ad1a6fca8f90f67a4364aa6ff0c406995960dc4f8689e9d5289fc083e1d8986f
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 552b88d6f58e..30b3274e057f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.10.19
+pkgver=0.11.02
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=('0f0db52513df9c49a39af87195d27ec9db7472e641279319323d07c874c1056d')
+sha256sums=('ad1a6fca8f90f67a4364aa6ff0c406995960dc4f8689e9d5289fc083e1d8986f')
build() {
cd "${pkgname}-${pkgver}"