mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/insync: Updated for version 3.1.3.40790.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
62b3f6bd58
commit
1b46e55ab6
3 changed files with 4 additions and 16 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue