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 c93a3ffba6c9..83085c03174e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phoronix-test-suite
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
- pkgver = 8.4.0
+ pkgver = 8.4.1
pkgrel = 1
url = http://www.phoronix-test-suite.com/
install = phoronix-test-suite.install
@@ -16,8 +16,8 @@ pkgbase = phoronix-test-suite
optdepends = unzip: required for universe-cli test suite
optdepends = mesa-demos: required for universe-cli test suite
optdepends = openmpi: required for universe-cli test suite
- source = phoronix-test-suite-8.4.0.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.4.0.tar.gz
- sha256sums = 10d8a7e37b41719b81ae5c24c15762d0080cfb2abf34bbd079096d6194a53285
+ source = phoronix-test-suite-8.4.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.4.1.tar.gz
+ sha256sums = 29e2221ce0db9d11f98cbdab3f45c60e87868b366b00ad698e1a45fee8a96764
pkgname = phoronix-test-suite
diff --git a/PKGBUILD b/PKGBUILD
index 87a74775639f..8b1dfba0342d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=8.4.0
+pkgver=8.4.1
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=(any)
@@ -23,7 +23,7 @@ optdepends=('php-gd'
'openmpi: required for universe-cli test suite')
install=${pkgname}.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v${pkgver}.tar.gz")
-sha256sums=('10d8a7e37b41719b81ae5c24c15762d0080cfb2abf34bbd079096d6194a53285')
+sha256sums=('29e2221ce0db9d11f98cbdab3f45c60e87868b366b00ad698e1a45fee8a96764')
package() {
cd "$srcdir/$pkgname-$pkgver"