diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-14 00:03:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-14 00:03:03 +0700 |
commit | c4adc765fabb146b065cf11bedba97d643595ef2 (patch) | |
tree | 9fba8691cfec63ac19ec046aab2e6c4e20fe4202 /system | |
parent | 24ca6e49e5c3170dbc066fe5c41f26720b14df7e (diff) |
system/phoronix-test-suite: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/phoronix-test-suite/phoronix-test-suite.SlackBuild | 4 | ||||
-rw-r--r-- | system/phoronix-test-suite/phoronix-test-suite.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild index 447ec56631ce..89ddd2bdac54 100644 --- a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild +++ b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=phoronix-test-suite -VERSION=${VERSION:-5.6.0} +VERSION=${VERSION:-5.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +87,7 @@ rm -rf $PKG/etc # Fix the docs location mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README.md COPYING AUTHORS CHANGE-LOG $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md COPYING AUTHORS ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/share/doc/phoronix-test-suite/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -rf $PKG/usr/share/doc/ diff --git a/system/phoronix-test-suite/phoronix-test-suite.info b/system/phoronix-test-suite/phoronix-test-suite.info index b78cbf6f608e..3caf505b5c10 100644 --- a/system/phoronix-test-suite/phoronix-test-suite.info +++ b/system/phoronix-test-suite/phoronix-test-suite.info @@ -1,8 +1,8 @@ PRGNAM="phoronix-test-suite" -VERSION="5.6.0" +VERSION="5.8.0" HOMEPAGE="http://phoronix-test-suite.com/" -DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.6.0.tar.gz" -MD5SUM="fc92f0e50342b10ccfafde83a1ae11b0" +DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.8.0.tar.gz" +MD5SUM="14c7e0e6797e0b4211b5436daba886c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |