diff --git a/Scripts/updates.php b/Scripts/updates.php index 36c8c6506..28b6829ac 100755 --- a/Scripts/updates.php +++ b/Scripts/updates.php @@ -1,9 +1,10 @@ + * Francis Lachapelle * * 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 @@ -27,22 +28,22 @@ $plugins = array( "sogo-connector@inverse.ca" => array( "application" => "thunderbird", - "version" => "3.102", - "filename" => "sogo-connector-3.102.xpi" ), + "version" => "10.0.0", + "filename" => "sogo-connector-10.0.0.xpi" ), "sogo-integrator@inverse.ca" => array( "application" => "thunderbird", - "version" => "3.102", - "filename" => "sogo-integrator-3.102.xpi" ), + "version" => "10.0.0", + "filename" => "sogo-integrator-10.0.0.xpi" ) "{e2fda1a4-762b-4020-b5ad-a41df1933103}" => array( "application" => "thunderbird", - "version" => "1.0b2.102i", - "filename" => "lightning-1.0b2.102i.xpi" ) + "version" => "1.2.1", + "filename" => "lightning.xpi" ) ); $applications = array( "thunderbird" => "{3550f703-e582-4d05-9a08-453d09bdfdc6} - 3.1.0 - 3.1.*" ); + 10.0 + 10.*" ); $pluginname = $_GET["plugin"]; $plugin =& $plugins[$pluginname];