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