summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2018-11-01 18:17:22 +0100
committerThomas Wucher2018-11-01 18:17:22 +0100
commit78062609eca1727fc8f0b1f7de13872ab46732c5 (patch)
treea615fdde877a7c5c5683dd5d9245e6217be8ecd0
parent2137f21c780fa4a587bcebd1adc1dbfa3a4e8e55 (diff)
downloadaur-78062609eca1727fc8f0b1f7de13872ab46732c5.tar.gz
stress-ng 0.09.44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f38c69ec9c..dea4a90806a2 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.43
+ pkgver = 0.09.44
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.43.tar.xz
- sha256sums = 6341af96855c19570249f4c6b62ad5491910deb76980f6abe2f5f5b420fa8f45
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.44.tar.xz
+ sha256sums = d32df87086bd792054bbd74941ad499bc62178f05ba6deca32c53f8ef92441f6
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index a2d55ea7bf7f..1ec15c07ea4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.09.43
+pkgver=0.09.44
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=('6341af96855c19570249f4c6b62ad5491910deb76980f6abe2f5f5b420fa8f45')
+sha256sums=('d32df87086bd792054bbd74941ad499bc62178f05ba6deca32c53f8ef92441f6')
build() {
cd "${pkgname}-${pkgver}"