summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34d4e71d125..741b15988d6b 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.09
+ pkgver = 0.13.10
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.09.tar.gz
- sha256sums = 1b57f2864f562358cb75807c2dca7c13ddee3c94803282b22f75009311967c6c
+ source = https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.13.10.tar.gz
+ sha256sums = 972b429f9eb0afbceabf7f3babab8599d8224b5d146e244c2cfe65129befb973
optdepends_x86_64 = intel-ipsec-mb
pkgname = stress-ng
diff --git a/PKGBUILD b/PKGBUILD
index c2b98feb38f5..fc5e7bb6f167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=stress-ng
-pkgver=0.13.09
+pkgver=0.13.10
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=()
optdepends_x86_64=(intel-ipsec-mb)
source=("https://github.com/ColinIanKing/${pkgname}/archive/refs/tags/V${pkgver}.tar.gz")
-sha256sums=('1b57f2864f562358cb75807c2dca7c13ddee3c94803282b22f75009311967c6c')
+sha256sums=('972b429f9eb0afbceabf7f3babab8599d8224b5d146e244c2cfe65129befb973')
build() {
cd "${pkgname}-${pkgver}"