summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-04-01 21:50:24 +0200
committerThomas Wucher2020-04-01 21:50:59 +0200
commit7e4a30008594823c226971811276de37f691b350 (patch)
tree4d615697010e40747a90415f60d8ef4fab0aaefb
parent9e2805f63a9cec4574006fed40cf1c76843637bc (diff)
downloadaur-7e4a30008594823c226971811276de37f691b350.tar.gz
stress-ng 0.11.06
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54a69f78eec8..cc3e3d2bf1f6 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.03
+ pkgver = 0.11.06
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.03.tar.xz
- sha256sums = 3c6d0e8077f5d55251e247cc761eaec527413fba4aa89a02856b432dfb5e9443
+ source = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.06.tar.xz
+ sha256sums = 3026fa1b3437904d2b0ed80031d6c3010d7c40c8c85a60a2fae277dd5341f628
pkgname = stress-ng
diff --git a/.gitignore b/.gitignore
index d5fbbf8c5751..f9c5dde24d0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
*.tar.xz
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 1a9826554b18..1fa32db056e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.11.03
+pkgver=0.11.06
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=('3c6d0e8077f5d55251e247cc761eaec527413fba4aa89a02856b432dfb5e9443')
+sha256sums=('3026fa1b3437904d2b0ed80031d6c3010d7c40c8c85a60a2fae277dd5341f628')
build() {
cd "${pkgname}-${pkgver}"