diff options
author | Lucas Ramage <ramage.lucas@protonmail.com> | 2018-11-29 23:17:59 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-17 12:39:51 +0000 |
commit | bf3dc4292450ac9795bb5904877137ff21e5e088 (patch) | |
tree | d58dcb90a85222faa914837badaa7f7f41204c96 | |
parent | edf49b3c212805653af6b320bea43448fcbe2813 (diff) | |
download | aports-bf3dc4292450ac9795bb5904877137ff21e5e088.tar.bz2 aports-bf3dc4292450ac9795bb5904877137ff21e5e088.tar.xz |
testing/phoronix-test-suite: bump to 8.4.0
-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" |