diff options
author | Lucas Ramage <lramage@star2star.com> | 2017-12-12 13:01:57 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-15 14:05:31 +0000 |
commit | fc0db237a0a28ef8d787757b08b8656bdc77fdfb (patch) | |
tree | 6da6d0f288217d092085ee9d62bd6758bf945851 /testing/phoronix-test-suite | |
parent | b423b2c0499a69dab662003e81e0f8dcdf7050fe (diff) | |
download | aports-fc0db237a0a28ef8d787757b08b8656bdc77fdfb.tar.bz2 aports-fc0db237a0a28ef8d787757b08b8656bdc77fdfb.tar.xz |
testing/phoronix-test-suite: upgrade to 7.6.0
https://www.phoronix-test-suite.com
The most comprehensive testing and benchmarking platform available for Linux
Diffstat (limited to 'testing/phoronix-test-suite')
-rw-r--r-- | testing/phoronix-test-suite/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD index b25d71310b..ceab81b01f 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.4.0 +pkgver=7.6.0 pkgrel=0 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux" url="https://www.phoronix-test-suite.com" @@ -17,5 +17,4 @@ package() { cd $builddir DESTDIR="${pkgdir}" ./install-sh } - -sha512sums="cccf4cbba87de0768640cc79e30200200a0cbbf90ab55ee43bd2493a188714cf3d979fd82990066477aae6de815baa153a2a7df9937595c9c42c0915e4e4920f phoronix-test-suite-7.4.0.tar.gz" +sha512sums="d424ce586bdc20e9c68e429fafb2a1239f86e8e4a8c6b57740221609b698a657af24440581d7c59ae024d3591b094dbab57c8ff3a13f8575f49e7291289f1722 phoronix-test-suite-7.6.0.tar.gz" |