summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-02-11 21:50:01 +0100
committerThomas Wucher2020-02-11 21:50:22 +0100
commit00a2a45ce9621b753f6a3cbcea164747539542e6 (patch)
tree63ccf196f2a711248639958822034c0e34411413
parentc7fef4d129ebe1b6e26cc92ea831098707e9477c (diff)
downloadaur-00a2a45ce9621b753f6a3cbcea164747539542e6.tar.gz
stress-ng 0.10.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf256c2ab155..2013c7dbe9c0 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.18
+ pkgver = 0.10.19
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.18.tar.xz
- sha256sums = f069eb8e324de1c2341262e23f1ab55791de8a723dc6456ee113f0fbb71ea753
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.10.19.tar.xz
+ sha256sums = 0f0db52513df9c49a39af87195d27ec9db7472e641279319323d07c874c1056d
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 89971a07deed..552b88d6f58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.10.18
+pkgver=0.10.19
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=('f069eb8e324de1c2341262e23f1ab55791de8a723dc6456ee113f0fbb71ea753')
+sha256sums=('0f0db52513df9c49a39af87195d27ec9db7472e641279319323d07c874c1056d')
build() {
cd "${pkgname}-${pkgver}"