summaryrefslogtreecommitdiffstats
path: root/network/insync/insync.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2016-11-15 20:31:19 +0100
committer Willy Sudiarto Raharjo2016-11-19 01:31:41 +0100
commit0bf73ea140b9fa9e143c149bf8cfa4e80d861b35 (patch)
tree69f8cf3b6dcb71bf2eafa78a0645259a7c790e07 /network/insync/insync.SlackBuild
parentbde387d18ac741db07520251647a35efed947374 (diff)
downloadslackbuilds-0bf73ea140b9fa9e143c149bf8cfa4e80d861b35.tar.gz
network/insync: Updated for version 1.3.12.36116.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'network/insync/insync.SlackBuild')
-rw-r--r--network/insync/insync.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/insync/insync.SlackBuild b/network/insync/insync.SlackBuild
index c5d5ff40ba..b54b3d3e72 100644
--- a/network/insync/insync.SlackBuild
+++ b/network/insync/insync.SlackBuild
@@ -27,19 +27,19 @@
PRGNAM=insync
DEBNAM=wheezy
-VERSION=${VERSION:-1.3.8.36087}
+VERSION=${VERSION:-1.3.12.36116}
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
fi
-if [ "$ARCH" = "i486" ]; then
+if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
DEBARCH="i386"
elif [ "$ARCH" = "i686" ]; then