summaryrefslogtreecommitdiffstats
path: root/system/phoronix-test-suite
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-07 06:25:54 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-07 06:25:54 +0700
commitbcfc94e097dde782d6a540925e2387d7d46ea043 (patch)
treeaeb8ea8f08538a13d9d14dbeb2504508209ff9b5 /system/phoronix-test-suite
parentc690caf6cc504f1461c543ca2394bdf33a170453 (diff)
downloadslackbuilds-bcfc94e097dde782d6a540925e2387d7d46ea043.tar.gz
slackbuilds-bcfc94e097dde782d6a540925e2387d7d46ea043.tar.xz
system/phoronix-test-suite: Updated for version 6.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/phoronix-test-suite')
-rw-r--r--system/phoronix-test-suite/phoronix-test-suite.SlackBuild8
-rw-r--r--system/phoronix-test-suite/phoronix-test-suite.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild
index 5632c632c0..b69ddfd1bb 100644
--- a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild
+++ b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=phoronix-test-suite
-VERSION=${VERSION:-6.4.0}
+VERSION=${VERSION:-6.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/system/phoronix-test-suite/phoronix-test-suite.info b/system/phoronix-test-suite/phoronix-test-suite.info
index 7d43d1010c..eda1292d33 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="6.4.0"
+VERSION="6.6.0"
HOMEPAGE="http://phoronix-test-suite.com/"
-DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-6.4.0.tar.gz"
-MD5SUM="5c745b8dbf0b6732993f800ce6b20a17"
+DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-6.6.0.tar.gz"
+MD5SUM="a201ad26a3e64ab3edbcc13274a51328"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""