diff options
author | Lucas Ramage <ramage.lucas@openmailbox.org> | 2018-06-06 17:56:51 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-06-07 10:40:06 +0300 |
commit | 3ae7da2d35482dfd83eac51ad405359ad2208139 (patch) | |
tree | cf32476e2be7956a99fb4b404ae9d42519002677 /testing/phoronix-test-suite | |
parent | 1bdd30d22d011e2c72ef411c0b976a7df6fc789f (diff) | |
download | aports-3ae7da2d35482dfd83eac51ad405359ad2208139.tar.bz2 aports-3ae7da2d35482dfd83eac51ad405359ad2208139.tar.xz |
testing/phoronix-test-suite: upgrade to 8.0.0
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 abd1d814b9..c8bc88fdf1 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=7.8.0 +pkgver=8.0.0 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="ebcfac4e6b79b3efb1122952c67ac23d6de87786515ffd0ee70e1f253bedc6045bd5a798510bcd6a0c8b7eccd950805778b522742953e2e699164e65f2a8a985 phoronix-test-suite-7.8.0.tar.gz" +sha512sums="f97219360cf456cdd73c1c41bcf09ecce3a1d1385778b861226a4980d5599a6845e27c1f06d2164654d038bab02599a4e526b12fff9fe3a2b7f89dcfeb4c914f phoronix-test-suite-8.0.0.tar.gz" |