diff options
-rw-r--r-- | testing/phoronix-test-suite/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD index c8bc88fdf1..41e29e35ac 100644 --- a/testing/phoronix-test-suite/APKBUILD +++ b/testing/phoronix-test-suite/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Lucas Ramage <ramage.lucas@openmailbox.org> # Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org> pkgname=phoronix-test-suite -pkgver=8.0.0 +pkgver=8.0.1 pkgrel=0 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux" url="https://www.phoronix-test-suite.com" @@ -17,4 +17,4 @@ package() { cd $builddir DESTDIR="${pkgdir}" ./install-sh } -sha512sums="f97219360cf456cdd73c1c41bcf09ecce3a1d1385778b861226a4980d5599a6845e27c1f06d2164654d038bab02599a4e526b12fff9fe3a2b7f89dcfeb4c914f phoronix-test-suite-8.0.0.tar.gz" +sha512sums="86382de74c36e5638bff7f7649a2c387c90434aa57a88d52afb533f28f452b793764923cf851017175c9cc6ba30afd67e77d4ede8dd496a9e826bcd4d3307456 phoronix-test-suite-8.0.1.tar.gz" |