summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2019-10-06 19:04:02 +0200
committerThomas Wucher2019-10-06 19:04:02 +0200
commitd57578b9a48ce7e4210a7534d531220ec1287632 (patch)
treea6756dae93b83ee98cff1872cff8ba0547dc900e
parent617d0d7f7086abf64ea04cd58192a9081132a8a4 (diff)
downloadaur-d57578b9a48ce7e4210a7534d531220ec1287632.tar.gz
stress-ng 0.10.07
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4289ba6426f2..d98d2eb4def5 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.09.59
+ pkgver = 0.10.07
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.09.59.tar.xz
- sha256sums = 5d006097a17ff67abfa11c13a15cf92f380c5f56eac1c69a6410b938432de576
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.10.07.tar.xz
+ sha256sums = 85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index d75bb3fd097d..c5e617cd2a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.09.59
+pkgver=0.10.07
pkgrel=1
pkgdesc="stress-ng will stress test a computer system in various selectable ways"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -9,7 +9,7 @@ license=('GPL')
depends=()
makedepends=('')
source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c6fc82fa0f16fcdc90d1ea725af62f130d3fa8501b74800afec0432db81fae95')
+sha256sums=('85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6')
build() {
cd "${pkgname}-${pkgver}"