summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-08-15 17:09:54 +0200
committerThomas Wucher2020-08-15 17:09:54 +0200
commit00e90be84604ea56184b6170dfe5e19d43f4ff21 (patch)
tree81ce0bbb121206864c71fb7829bd7b9e681a9503
parent454aa4ae35a1e4104ffc6003f6fc745879c9ce55 (diff)
downloadaur-00e90be84604ea56184b6170dfe5e19d43f4ff21.tar.gz
stress-ng 0.11.18-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d6b4f479d31..96b22556e2ce 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.11.15
+ pkgver = 0.11.18
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.11.15.tar.xz
- sha256sums = 6a333650fb5c85c5221f10d2cf890e9fc56530696e118d975fbbe96126c06963
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.18.tar.xz
+ sha256sums = 07c82a5c89538b5b696a79192faa70d0232352004c9e532946f7f3613d0adf23
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 54de5395a476..8a8a0d353953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.11.15
+pkgver=0.11.18
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=('6a333650fb5c85c5221f10d2cf890e9fc56530696e118d975fbbe96126c06963')
+sha256sums=('07c82a5c89538b5b696a79192faa70d0232352004c9e532946f7f3613d0adf23')
build() {
cd "${pkgname}-${pkgver}"