summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-05-16 20:13:17 +0200
committerThomas Wucher2020-05-16 20:13:17 +0200
commit0763190ed68ca254786cc19335678bd739bd779d (patch)
tree25e92c5f8bfbf67bd9b88574942cec37345ffedd
parent599bb4cf4cf366530eebc8391eb4295f5c37345f (diff)
downloadaur-0763190ed68ca254786cc19335678bd739bd779d.tar.gz
stress-ng 0.11.10-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34bcb236650f..fb050cef1171 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.08
+ pkgver = 0.11.10
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.08.tar.xz
- sha256sums = 07090ed5aef4e8d406f9c1927fc816db1068ab02d3aa53120481b14872a9c5f7
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.10.tar.xz
+ sha256sums = 110519ac10cc46cd99a29909543e74f6f58a95903bc8beae9d6553ca2dd48674
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 796f8dc88cc2..b8e6b96a968e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.11.08
+pkgver=0.11.10
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=('07090ed5aef4e8d406f9c1927fc816db1068ab02d3aa53120481b14872a9c5f7')
+sha256sums=('110519ac10cc46cd99a29909543e74f6f58a95903bc8beae9d6553ca2dd48674')
build() {
cd "${pkgname}-${pkgver}"