mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/insync: Updated for version 1.3.12.36116.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
bde387d18a
commit
0bf73ea140
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="insync"
|
||||
VERSION="1.3.8.36087"
|
||||
VERSION="1.3.12.36116"
|
||||
HOMEPAGE="http://www.insynchq.com/"
|
||||
DOWNLOAD="http://s.insynchq.com/builds/insync_1.3.8.36087-wheezy_i386.deb"
|
||||
MD5SUM="bd7ad07a463e6ddab070c25ac1e939bf"
|
||||
DOWNLOAD_x86_64="http://s.insynchq.com/builds/insync_1.3.8.36087-wheezy_amd64.deb"
|
||||
MD5SUM_x86_64="b49af1734205a0ee38a4939f5bb94298"
|
||||
DOWNLOAD="http://s.insynchq.com/builds/insync_1.3.12.36116-wheezy_i386.deb"
|
||||
MD5SUM="4001dcaaba0c798bc414a79a8cd8e1db"
|
||||
DOWNLOAD_x86_64="http://s.insynchq.com/builds/insync_1.3.12.36116-wheezy_amd64.deb"
|
||||
MD5SUM_x86_64="eda34fa865bf7ea4bc16eb83881200ad"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Marcel Saegebarth"
|
||||
EMAIL="marc@mos6581.de"
|
||||
|
|
Loading…
Reference in a new issue