From 25b848e5a92454de4c999b4f9856fc74ce516f9e Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 21 Sep 2010 17:49:26 +0000 Subject: [PATCH] updated the updates.php script Monotone-Parent: 595f922ff0d07669c998389a631ab6ba36fe8fe7 Monotone-Revision: 0003bd90fb1070c884af826f67b63c41fca97554 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-21T17:49:26 Monotone-Branch: ca.inverse.sogo --- Scripts/updates.php | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/Scripts/updates.php b/Scripts/updates.php index 12692a936..50c5f548f 100755 --- a/Scripts/updates.php +++ b/Scripts/updates.php @@ -1,7 +1,7 @@ * @@ -24,28 +24,24 @@ /* This script handles the automatic propagation of extensions pertaining to a SOGo site. It requires PHP 4.1.0 or later. */ $plugins -= array( "sogo-connector@inverse.ca" += array( + "sogo-connector@inverse.ca" => array( "application" => "thunderbird", - "version" => "0.92", - "filename" => "sogo-connector-0.92.xpi" ), - "sogo-integrator@inverse.ca" + "version" => "3.102", + "filename" => "sogo-connector-3.102.xpi" ), + "sogo-integrator@inverse.ca" + => array( "application" => "thunderbird", + "version" => "3.102", + "filename" => "sogo-integrator-3.102.xpi" ), => array( "application" => "thunderbird", - "version" => "0.92", - "filename" => "sogo-integrator-0.92-sogo-demo.xpi" ), - "{e2fda1a4-762b-4020-b5ad-a41df1933103}" - => array( "application" => "thunderbird", - "version" => "0.9.2", - "filename" => "lightning-0.9.2.xpi" )); - -{3550f703-e582-4d05-9a08-453d09bdfdc6} + "version" => "1.0b2.102i", + "filename" => "lightning-1.0b2.102i.xpi" ) +); $applications = array( "thunderbird" => "{3550f703-e582-4d05-9a08-453d09bdfdc6} - 1.5 - 2.0.*", - "firefox" => "{ec8030f7-c20a-464f-9b0e-13a3a9e97384} - 1.5 - 2.0.*" ); + 3.1.0 + 3.1.*" ); $pluginname = $_GET["plugin"]; $plugin =& $plugins[$pluginname]; @@ -91,4 +87,4 @@ if ( $plugin ) { header("Content-type: text/plain; charset=utf-8", true, 404); echo( 'Plugin not found' ); } -?> +?> \ No newline at end of file