summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2021-12-11 19:33:56 +0100
committerThomas Wucher2021-12-11 19:33:56 +0100
commited8e750c116cc25ab8db5272da70b36bbe8cbec6 (patch)
treeaed3d2569149896b1183efda88fb2b0d382dbb92
parenta494867ef92a4acb2b3b7df3dc003fa871a27829 (diff)
downloadaur-ed8e750c116cc25ab8db5272da70b36bbe8cbec6.tar.gz
stress-ng 0.13.08-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17b854613136..eaa612585f10 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.13.06
+ pkgver = 0.13.08
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 = https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.13.06.tar.gz
- sha256sums = 5b11df6495831e2e6a7eebf06aa83cc895cf013e08a9dc706ed1fdfba9a3052f
+ source = https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.13.08.tar.gz
+ sha256sums = 5dbb886f3926ef6c88e18cfd83c750f9fc11fb658f83b6eafcf22fd3a456cc8f
depends_x86_64 = intel-ipsec-mb
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index 75183d28ed21..25720bb817cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.13.06
+pkgver=0.13.08
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=()
depends_x86_64=(intel-ipsec-mb)
source=("https://github.com/ColinIanKing/${pkgname}/archive/refs/tags/V${pkgver}.tar.gz")
-sha256sums=('5b11df6495831e2e6a7eebf06aa83cc895cf013e08a9dc706ed1fdfba9a3052f')
+sha256sums=('5dbb886f3926ef6c88e18cfd83c750f9fc11fb658f83b6eafcf22fd3a456cc8f')
build() {
cd "${pkgname}-${pkgver}"