diff options
author | Lucas Ramage <ramage.lucas@openmailbox.org> | 2018-06-29 11:47:39 -0400 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-11 13:23:16 +0000 |
commit | 50daa76498f55b959fde874891df13bed10dcb9b (patch) | |
tree | a1b9135a08bea1bef39c902c470dbcf4f900fb43 /testing/phoronix-test-suite | |
parent | 09b4edbb298df683761eaa13f3b7a0c7c6a69ee0 (diff) | |
download | aports-50daa76498f55b959fde874891df13bed10dcb9b.tar.bz2 aports-50daa76498f55b959fde874891df13bed10dcb9b.tar.xz |
testing/phoronix-test-suite: upgrade to 8.0.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 c8bc88fdf1..41e29e35ac 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=8.0.0 +pkgver=8.0.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="f97219360cf456cdd73c1c41bcf09ecce3a1d1385778b861226a4980d5599a6845e27c1f06d2164654d038bab02599a4e526b12fff9fe3a2b7f89dcfeb4c914f phoronix-test-suite-8.0.0.tar.gz" +sha512sums="86382de74c36e5638bff7f7649a2c387c90434aa57a88d52afb533f28f452b793764923cf851017175c9cc6ba30afd67e77d4ede8dd496a9e826bcd4d3307456 phoronix-test-suite-8.0.1.tar.gz" |