diff options
author | Lucas Ramage <ramage.lucas@protonmail.com> | 2018-12-10 19:45:21 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-18 07:05:25 +0000 |
commit | 54b9e8796ba1735e254cf860ba8dd36f74d548eb (patch) | |
tree | 1be2dfe462efc3e1d418db6490dc47b11e832c60 /testing/phoronix-test-suite | |
parent | 479ed7b5e60e3be1adf3b2db3c775b0915097696 (diff) | |
download | aports-54b9e8796ba1735e254cf860ba8dd36f74d548eb.tar.bz2 aports-54b9e8796ba1735e254cf860ba8dd36f74d548eb.tar.xz |
testing/phoronix-test-suite: bump to 8.4.1
Diffstat (limited to 'testing/phoronix-test-suite')
-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 8e319d8aa1..019b7b7279 100644 --- a/testing/phoronix-test-suite/APKBUILD +++ b/testing/phoronix-test-suite/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Lucas Ramage <ramage.lucas@protonmail.com> # Maintainer: Lucas Ramage <ramage.lucas@protonmail.com> pkgname=phoronix-test-suite -pkgver=8.4.0 +pkgver=8.4.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="c5fcdc177960e10fead05368f0a09dedee2f4bd1335eb8e44441236ba9ffa87f967f0277ceef0adc21e587fc3c1e17289534c48f69ca7ccfa8bcc14c5cc242e7 phoronix-test-suite-8.4.0.tar.gz" +sha512sums="f3eb28cbf9daef353ef129aaee1354e0b532e0bc5148a6b0c85397b3de663e1efc17a0ca8001a86868fb07471aab28870a8177f0f1362a0704e84ef1c768342f phoronix-test-suite-8.4.1.tar.gz" |