summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-04-23 21:30:29 +0200
committerThomas Wucher2020-04-23 21:30:29 +0200
commit599bb4cf4cf366530eebc8391eb4295f5c37345f (patch)
tree8f72db8b21fdbb6d7a37709e09cb0b2932f5dd41
parent4c37d8ec88a3d2ae267f36688aa976e90f2fdc3e (diff)
downloadaur-599bb4cf4cf366530eebc8391eb4295f5c37345f.tar.gz
stress-ng 0.11.08-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f51cbe19ef8e..34bcb236650f 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.11.07
+ pkgver = 0.11.08
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.11.07.tar.xz
- sha256sums = 705b9061e7d9e4babfbd8f580d8eb8947fda538383f7ed7d308178142c9fddcf
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.08.tar.xz
+ sha256sums = 07090ed5aef4e8d406f9c1927fc816db1068ab02d3aa53120481b14872a9c5f7
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index fb2d39532240..796f8dc88cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.11.07
+pkgver=0.11.08
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=('705b9061e7d9e4babfbd8f580d8eb8947fda538383f7ed7d308178142c9fddcf')
+sha256sums=('07090ed5aef4e8d406f9c1927fc816db1068ab02d3aa53120481b14872a9c5f7')
build() {
cd "${pkgname}-${pkgver}"