network/insync: Updated for version 3.1.3.40790.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pedro R.M. Júnior 2020-04-18 12:48:54 +07:00 committed by Willy Sudiarto Raharjo
parent 62b3f6bd58
commit 1b46e55ab6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 4 additions and 16 deletions

View file

@ -1,12 +0,0 @@
--- src/swamigui/SwamiguiMenu.c (revision 370)
+++ src/swamigui/SwamiguiMenu.c (working copy)
@@ -373,7 +373,7 @@
menu = gtk_menu_new ();
types = swami_util_get_child_types (IPATCH_TYPE_BASE, &n_types);
- qsort (types, sizeof (GType), n_types, sort_by_type_name);
+ qsort (types, n_types, sizeof (GType), sort_by_type_name);
for (ptype = types; *ptype; ptype++)
{

View file

@ -28,7 +28,7 @@
PRGNAM=insync
DEBNAM=bionic
VERSION=${VERSION:-3.1.2.40785}
VERSION=${VERSION:-3.1.3.40790}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="insync"
VERSION="3.1.2.40785"
VERSION="3.1.3.40790"
HOMEPAGE="https://www.insynchq.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://s.insynchq.com/builds/insync_3.1.2.40785-bionic_amd64.deb"
MD5SUM_x86_64="60061d24674741fac776322539feede6"
DOWNLOAD_x86_64="http://s.insynchq.com/builds/insync_3.1.3.40790-bionic_amd64.deb"
MD5SUM_x86_64="132f416415b0983c4276462d29e15201"
REQUIRES=""
MAINTAINER="Pedro R.M. Júnior"
EMAIL="pedrormjunior@gmail.com"