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 7198132c35fd..b929d58bf2f0 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.0.1
+ pkgver = 8.2.0
pkgrel = 2
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.0.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.0.1.tar.gz
- sha256sums = 8bfe972c601884f2bbbf4d5069c7691637e8a30af55d2a9597dbe53911b49081
+ source = phoronix-test-suite-8.2.0.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.2.0.tar.gz
+ sha256sums = cb92231040fd09a98a97d6620bc98758774731372f8a41b58b85357c0449904c
pkgname = phoronix-test-suite
diff --git a/PKGBUILD b/PKGBUILD
index f779895165b5..802d181f401b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=8.0.1
+pkgver=8.2.0
pkgrel=2
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=('8bfe972c601884f2bbbf4d5069c7691637e8a30af55d2a9597dbe53911b49081')
+sha256sums=('cb92231040fd09a98a97d6620bc98758774731372f8a41b58b85357c0449904c')
package() {
cd "$srcdir/$pkgname-$pkgver"