mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/insync: Updated for version 3.0.23.40579.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7f8cd42450
commit
852eb39758
4 changed files with 16 additions and 12 deletions
|
@ -1,3 +1,6 @@
|
|||
Insync extends (Google) Drive's web functionality to your desktop
|
||||
by integrating tightly with Windows, Mac and Linux so you can get
|
||||
work done.
|
||||
|
||||
WARNING: If your are upgrading from version 1.x to this version 3.x,
|
||||
be aware of those moving steps: https://tinyurl.com/y4jqzehj
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for "insync".
|
||||
|
||||
# Copyright 2013-2016 Marcel Saegebarth <marc@mos6581.de>
|
||||
# Copyright 2019 Pedro R.M. Júnior <pedrormjunior@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +27,8 @@
|
|||
# https://github.com/willysr/SlackHacks/tree/master/SlackBuilds/insync-kde
|
||||
|
||||
PRGNAM=insync
|
||||
DEBNAM=wheezy
|
||||
VERSION=${VERSION:-1.3.12.36116}
|
||||
DEBNAM=bionic
|
||||
VERSION=${VERSION:-3.0.23.40579}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +76,7 @@ chmod 0755 $PKG
|
|||
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
sed -i 's/lib/lib64/' $PKG/usr/bin/{insync,insync-headless}
|
||||
sed -i 's/lib/lib64/' $PKG/usr/bin/insync
|
||||
fi
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="insync"
|
||||
VERSION="1.3.12.36116"
|
||||
VERSION="3.0.23.40579"
|
||||
HOMEPAGE="https://www.insynchq.com/"
|
||||
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"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://s.insynchq.com/builds/insync_3.0.23.40579-bionic_amd64.deb"
|
||||
MD5SUM_x86_64="ba08f4d9a7a8b02f3744c68f4578f8c9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Marcel Saegebarth"
|
||||
EMAIL="marc@mos6581.de"
|
||||
MAINTAINER="Pedro R.M. Júnior"
|
||||
EMAIL="pedrormjunior@gmail.com"
|
||||
|
|
|
@ -14,6 +14,6 @@ insync: work done.
|
|||
insync:
|
||||
insync: Homepage: http://www.insynchq.com/
|
||||
insync:
|
||||
insync:
|
||||
insync:
|
||||
insync: WARNING: If your are upgrading from version 1.x to this version 3.x,
|
||||
insync: be aware of those moving steps: https://tinyurl.com/y4jqzehj
|
||||
insync:
|
||||
|
|
Loading…
Reference in a new issue