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];