summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2018-10-18 18:59:45 +0200
committerThomas Wucher2018-10-18 19:00:04 +0200
commit2137f21c780fa4a587bcebd1adc1dbfa3a4e8e55 (patch)
tree25b2b29b6feb6975d2ce8e3b18c2247848ca1e07
parent77298ed354c5a1398aebd2ed701896a210fb2aad (diff)
downloadaur-2137f21c780fa4a587bcebd1adc1dbfa3a4e8e55.tar.gz
stress-ng 0.09.43
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 529b6281a428..d2f38c69ec9c 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.42
+ pkgver = 0.09.43
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.42.tar.xz
- sha256sums = 6d3f2ab1715bbad98bd0f0e8a10744c0d11b7848b29b0b082f3394bdf7edf848
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.43.tar.xz
+ sha256sums = 6341af96855c19570249f4c6b62ad5491910deb76980f6abe2f5f5b420fa8f45
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 5a35c4f7faed..a2d55ea7bf7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.09.42
+pkgver=0.09.43
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=('6d3f2ab1715bbad98bd0f0e8a10744c0d11b7848b29b0b082f3394bdf7edf848')
+sha256sums=('6341af96855c19570249f4c6b62ad5491910deb76980f6abe2f5f5b420fa8f45')
build() {
cd "${pkgname}-${pkgver}"