From 1834ed6ebe7d6978240086623334c7d4785be57b Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 9 Feb 2012 00:51:38 +0000 Subject: [PATCH] Updated updates.php for Thunderbird 10 ESR. Monotone-Parent: e18b5ae2235fde5d7f7f569ead8452a2217d9b5c Monotone-Revision: 99a21f22aaef25992c4ef5afd7e525c0b3aca3cd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-09T00:51:38 Monotone-Branch: ca.inverse.sogo --- Scripts/updates.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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];