network/insync: Updated for version 1.3.12.36116.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-11-15 20:31:19 +01:00 committed by Willy Sudiarto Raharjo
parent bde387d18a
commit 0bf73ea140
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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"