summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2018-06-24 11:44:03 +0200
committerThomas Wucher2018-06-24 11:44:03 +0200
commit3ce93147022e9796f6079604feffa86a8771b801 (patch)
tree7b972c9720a796454c61f3f049943f3f50a530f2
parentcd0d52bc67fe9f30ce404fcdf53503c64b23221d (diff)
downloadaur-3ce93147022e9796f6079604feffa86a8771b801.tar.gz
stress-ng 0.09.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37978108898b..83dcee4fbdb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Tue Apr 4 19:31:23 UTC 2017
pkgbase = stress-ng
pkgdesc = stress-ng will stress test a computer system in various selectable ways
- pkgver = 0.07.28
+ pkgver = 0.09.31
pkgrel = 1
url = http://kernel.ubuntu.com/~cking/stress-ng/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = stress-ng
arch = armv6h
arch = aarch64
license = GPL
- source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.07.28.tar.gz
- md5sums = bf2fef1445fa248b9a55d91f492d2309
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.31.tar.xz
+ sha256sums = a6e4287449b2694c4498a6b3836b911059392d263594ade1f6d224cb68b1c04c
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index ac78b554ee8d..dc3e910bd4f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.07.28
+pkgver=0.09.31
pkgrel=1
pkgdesc="stress-ng will stress test a computer system in various selectable ways"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -8,8 +8,8 @@ url="http://kernel.ubuntu.com/~cking/${pkgname}/"
license=('GPL')
depends=()
makedepends=('')
-source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('bf2fef1445fa248b9a55d91f492d2309')
+source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a6e4287449b2694c4498a6b3836b911059392d263594ade1f6d224cb68b1c04c')
build() {
cd "${pkgname}-${pkgver}"