summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-06-26 07:25:44 +0200
committerThomas Wucher2020-06-26 07:25:44 +0200
commit705be580be6d1c7814d2f09bb19563a740120653 (patch)
treeeae1b628013c184ca6c94771608af992a38f7efd
parent0763190ed68ca254786cc19335678bd739bd779d (diff)
downloadaur-705be580be6d1c7814d2f09bb19563a740120653.tar.gz
stress-ng 0.11.14-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb050cef1171..b3f03260488a 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.10
+ pkgver = 0.11.14
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.10.tar.xz
- sha256sums = 110519ac10cc46cd99a29909543e74f6f58a95903bc8beae9d6553ca2dd48674
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.14.tar.xz
+ sha256sums = b21436fdbd9dc482a3fd95ae27cccf0097d0f226361ea3785215f7a4ad50136b
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index b8e6b96a968e..ed0f6e4e10b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.11.10
+pkgver=0.11.14
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=('110519ac10cc46cd99a29909543e74f6f58a95903bc8beae9d6553ca2dd48674')
+sha256sums=('b21436fdbd9dc482a3fd95ae27cccf0097d0f226361ea3785215f7a4ad50136b')
build() {
cd "${pkgname}-${pkgver}"