diff options
-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" |