summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ff72ee132d2..1dee6a7b6ab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phoronix-test-suite
pkgdesc = The most comprehensive testing and benchmarking platform available for Linux
- pkgver = 8.0.0
- pkgrel = 2
+ pkgver = 8.0.1
+ pkgrel = 1
url = http://www.phoronix-test-suite.com/
install = phoronix-test-suite.install
arch = any
@@ -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.0.0.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.0.0.tar.gz
- sha256sums = 1a2352f3dfe37c1201553431bc41a5d8f0839712fe2c6dfc84aa31837ce0656a
+ source = phoronix-test-suite-8.0.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.0.1.tar.gz
+ sha256sums = 8bfe972c601884f2bbbf4d5069c7691637e8a30af55d2a9597dbe53911b49081
pkgname = phoronix-test-suite
diff --git a/PKGBUILD b/PKGBUILD
index 792b289ab498..4ec71378c918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.0.1
+pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=('any')
license=('GPL3')
@@ -22,7 +22,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=('1a2352f3dfe37c1201553431bc41a5d8f0839712fe2c6dfc84aa31837ce0656a')
+sha256sums=('8bfe972c601884f2bbbf4d5069c7691637e8a30af55d2a9597dbe53911b49081')
package() {
cd "$srcdir/$pkgname-$pkgver"