From 5744d1847447317caec390b61db4252ab245d71c Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 26 Sep 2014 14:15:32 -0400 Subject: [PATCH] Updated scripts for TB31 --- Scripts/updates.php | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/Scripts/updates.php b/Scripts/updates.php index 057d74353..8711c6414 100755 --- a/Scripts/updates.php +++ b/Scripts/updates.php @@ -1,10 +1,7 @@ - * Francis Lachapelle + * Copyright (C) 2006-2014 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,22 +25,22 @@ $plugins = array( "sogo-connector@inverse.ca" => array( "application" => "thunderbird", - "version" => "24.0.4", - "filename" => "sogo-connector-24.0.4.xpi" ), + "version" => "31.0.0", + "filename" => "sogo-connector-31.0.0.xpi" ), "sogo-integrator@inverse.ca" => array( "application" => "thunderbird", - "version" => "24.0.4", - "filename" => "sogo-integrator-24.0.4.xpi" ), + "version" => "31.0.0", + "filename" => "sogo-integrator-31.0.0.xpi" ), "{e2fda1a4-762b-4020-b5ad-a41df1933103}" => array( "application" => "thunderbird", - "version" => "2.6.4", - "filename" => "lightning-2.6.4.xpi" ) + "version" => "3.3.1", + "filename" => "lightning-3.3.1.xpi" ) ); $applications = array( "thunderbird" => "{3550f703-e582-4d05-9a08-453d09bdfdc6} - 24.0 - 24.*" ); + 31.0 + 31.*" ); $pluginname = $_GET["plugin"]; $plugin =& $plugins[$pluginname];