diff options
author | lramage94 <ramage.lucas@openmailbox.org> | 2018-02-14 17:36:01 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 20:48:31 +0000 |
commit | 27f745096f932378c69ecbbe8844370f0c5cbd1c (patch) | |
tree | 4784acc77815e01f74d0801421e73e302b93b2cf | |
parent | d1a49cc92081f82ba9a12dc03a6fc63dc31616cf (diff) | |
download | aports-27f745096f932378c69ecbbe8844370f0c5cbd1c.tar.bz2 aports-27f745096f932378c69ecbbe8844370f0c5cbd1c.tar.xz |
testing/phoronix-test-suite: upgrade to v7.8.0
-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 ceab81b01f..abd1d814b9 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.6.0 +pkgver=7.8.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="d424ce586bdc20e9c68e429fafb2a1239f86e8e4a8c6b57740221609b698a657af24440581d7c59ae024d3591b094dbab57c8ff3a13f8575f49e7291289f1722 phoronix-test-suite-7.6.0.tar.gz" +sha512sums="ebcfac4e6b79b3efb1122952c67ac23d6de87786515ffd0ee70e1f253bedc6045bd5a798510bcd6a0c8b7eccd950805778b522742953e2e699164e65f2a8a985 phoronix-test-suite-7.8.0.tar.gz" |