summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-04-06 12:41:11 +0200
committerLolix2019-04-06 12:41:11 +0200
commitf961a5a1061c8281bcc2223d0ab8046486b5e5d8 (patch)
tree4bd2dbd32a1b0272372b9a4eada9cf24676d5ee4
parentc77bef92cbb57d507dd28e8de1f4079c846cd86d (diff)
downloadaur-f961a5a1061c8281bcc2223d0ab8046486b5e5d8.tar.gz
v8.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83085c03174e..eb43177ae287 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.1
+ pkgver = 8.6.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.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.4.1.tar.gz
- sha256sums = 29e2221ce0db9d11f98cbdab3f45c60e87868b366b00ad698e1a45fee8a96764
+ source = phoronix-test-suite-8.6.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.6.1.tar.gz
+ sha256sums = 0e270f019c28d07132e848a29d8876ccf588d17c42639cef52332b8d3d015828
pkgname = phoronix-test-suite
diff --git a/PKGBUILD b/PKGBUILD
index 8b1dfba0342d..d302f3977f77 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.1
+pkgver=8.6.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=('29e2221ce0db9d11f98cbdab3f45c60e87868b366b00ad698e1a45fee8a96764')
+sha256sums=('0e270f019c28d07132e848a29d8876ccf588d17c42639cef52332b8d3d015828')
package() {
cd "$srcdir/$pkgname-$pkgver"