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 eff1229384c7..4da5782e6396 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 = 9.6.0
+ pkgver = 9.6.1
pkgrel = 1
url = http://www.phoronix-test-suite.com/
arch = any
@@ -16,9 +16,9 @@ pkgbase = phoronix-test-suite
optdepends = mesa-demos: required for universe-cli test suite
optdepends = openmpi: required for universe-cli test suite
options = !strip
- source = phoronix-test-suite-9.6.0.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v9.6.0.tar.gz
+ source = phoronix-test-suite-9.6.1.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v9.6.1.tar.gz
source = https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/phoronix-test-suite-launcher.patch
- sha256sums = e486c0aa217673d525f2b2ffe0c9baf8a13b3451c9389f424d1170d884103ce0
+ sha256sums = 088a8c4f4ab9e22bdd4a8bc2626c257233bd5d07b3ee34fc4c6fedd5bac61207
sha256sums = 577326343d0303a59fd469c3f9c9740e756dd59c0660c54363b62d6fd1cee26d
pkgname = phoronix-test-suite
diff --git a/PKGBUILD b/PKGBUILD
index fe71a1832b66..555003663a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=phoronix-test-suite
-pkgver=9.6.0
+pkgver=9.6.1
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=(any)
@@ -22,7 +22,7 @@ optdepends=('php-gd'
'openmpi: required for universe-cli test suite')
source=("$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/phoronix-test-suite-launcher.patch")
-sha256sums=('e486c0aa217673d525f2b2ffe0c9baf8a13b3451c9389f424d1170d884103ce0'
+sha256sums=('088a8c4f4ab9e22bdd4a8bc2626c257233bd5d07b3ee34fc4c6fedd5bac61207'
'577326343d0303a59fd469c3f9c9740e756dd59c0660c54363b62d6fd1cee26d')
options=(!strip)