summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eugene Wissner2017-01-25 00:02:13 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:04 +0100
commit910c63d8e1e042f521d4db3b50976743ebcf27e8 (patch)
treee3a07447dd30875f6c56d705e1eb625d455aca76
parent85bb4f347d4446ae152575d711b110d4d8e6f3c5 (diff)
downloadslackbuilds-910c63d8e1e042f521d4db3b50976743ebcf27e8.tar.gz
development/ioncube-loader: Updated for version 6.0.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/ioncube-loader/ioncube-loader.SlackBuild8
-rw-r--r--development/ioncube-loader/ioncube-loader.info10
2 files changed, 9 insertions, 9 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
diff --git a/development/ioncube-loader/ioncube-loader.info b/development/ioncube-loader/ioncube-loader.info
index 053415bfb2..e03b04936e 100644
--- a/development/ioncube-loader/ioncube-loader.info
+++ b/development/ioncube-loader/ioncube-loader.info
@@ -1,10 +1,10 @@
PRGNAM="ioncube-loader"
-VERSION="6.0.7"
+VERSION="6.0.8"
HOMEPAGE="https://www.ioncube.com"
-DOWNLOAD="http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86_6.0.7.tar.gz"
-MD5SUM="28085ca357481abaa291b7b5b00afe77"
-DOWNLOAD_x86_64="http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64_6.0.7.tar.gz"
-MD5SUM_x86_64="ed709d4a4f4bf5f85caeb26f0a73ddd6"
+DOWNLOAD="http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86_6.0.8.tar.gz"
+MD5SUM="bd1b53ea61df2641b2632261646fd81b"
+DOWNLOAD_x86_64="http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64_6.0.8.tar.gz"
+MD5SUM_x86_64="49851554b1e448142b8576e399ae3b19"
REQUIRES=""
MAINTAINER="Eugene Wissner"
EMAIL="belka@caraus.de"