summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-12-06 12:20:09 +0100
committerThomas Wucher2020-12-06 12:20:09 +0100
commit3022bd83cb3120b3a14dab2aaa4e8ae964f48579 (patch)
treeb5707fdd679a2fff41bf9f0acc66b66902aba67a
parent00e90be84604ea56184b6170dfe5e19d43f4ff21 (diff)
downloadaur-3022bd83cb3120b3a14dab2aaa4e8ae964f48579.tar.gz
stress-ng 0.12.00-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b22556e2ce..6c7abab6939f 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.18
+ pkgver = 0.12.00
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.18.tar.xz
- sha256sums = 07c82a5c89538b5b696a79192faa70d0232352004c9e532946f7f3613d0adf23
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.12.00.tar.xz
+ sha256sums = b2b738f574671926654b1623103a7aa58ee6911894ac78760ee188c4bfa96fe2
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 8a8a0d353953..1c0edc27cae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.11.18
+pkgver=0.12.00
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=('07c82a5c89538b5b696a79192faa70d0232352004c9e532946f7f3613d0adf23')
+sha256sums=('b2b738f574671926654b1623103a7aa58ee6911894ac78760ee188c4bfa96fe2')
build() {
cd "${pkgname}-${pkgver}"