summaryrefslogtreecommitdiffstats
path: root/development/ioncube-loader/ioncube-loader.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ioncube-loader/ioncube-loader.SlackBuild')
-rw-r--r--development/ioncube-loader/ioncube-loader.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ioncube-loader/ioncube-loader.SlackBuild b/development/ioncube-loader/ioncube-loader.SlackBuild
index f837089f6e..114db39182 100644
--- a/development/ioncube-loader/ioncube-loader.SlackBuild
+++ b/development/ioncube-loader/ioncube-loader.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for "ioncube-loader".
-# Copyright 2015-2016 Eugene Wissner Germany, Dachau
+# Copyright 2015-2017 Eugene Wissner Germany, Dachau
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -26,13 +26,13 @@
PRGNAM=ioncube-loader
SRCNAM=ioncube
-VERSION=${VERSION:-6.0.7}
+VERSION=${VERSION:-6.0.8}
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
@@ -43,7 +43,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ]; then
TARGET="x86"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then