summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2019-11-27 21:21:57 +0100
committerThomas Wucher2019-11-27 21:21:57 +0100
commit49ac478d4374e5c4568894e97f1a252e0131c4bb (patch)
tree7825ec3a1cb9707568b83b147c9d549560e4e735
parent7b7e0766ed1f82048d852af86c1afd906c0d84ff (diff)
downloadaur-49ac478d4374e5c4568894e97f1a252e0131c4bb.tar.gz
stress-ng 0.10.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030aea6ce4f2..cb246967fe2b 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.11
+ pkgver = 0.10.12
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.11.tar.xz
- sha256sums = ec41d375d1ae61862b00a939a5263791c8c8fdb262ad14ea204944df4ca140f1
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.10.12.tar.xz
+ sha256sums = 0813ab7efb32ed56acb305e3843158e98f01f996da0b371da8829f502b5e6fa8
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index f4a731a9eb18..af52ddda9da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.10.11
+pkgver=0.10.12
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=('ec41d375d1ae61862b00a939a5263791c8c8fdb262ad14ea204944df4ca140f1')
+sha256sums=('0813ab7efb32ed56acb305e3843158e98f01f996da0b371da8829f502b5e6fa8')
build() {
cd "${pkgname}-${pkgver}"