[Libreoffice-commits] website.git: Branch 'update' - check.php
Thorsten Behrens
tbehrens at suse.com
Thu Jul 25 12:39:00 PDT 2013
check.php | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
New commits:
commit a564a411a05fe10c8027677530c690d7aefc307e
Author: Thorsten Behrens <tbehrens at suse.com>
Date: Thu Jul 25 21:37:22 2013 +0200
Update 3.6.6 users to 3.6.7, 4.0 series no longer latest.
diff --git a/check.php b/check.php
index 9cd27de..b428ec4 100644
--- a/check.php
+++ b/check.php
@@ -179,8 +179,12 @@ $build_hash_to_version = array(
# 3.6.6 versions
'a61ad19-949f691-349cf55-3bea8d1-2c85eb' => '3.6.6.1',
- # To be uncommented when 3.6.7 Final is out
- #'f969faf-c24b504-8c77064-174276e-40b382' => '3.6.6.2', # Final
+ 'f969faf-c24b504-8c77064-174276e-40b382' => '3.6.6.2', # Final
+
+ # 3.6.7 versions
+ 'a61ad19-949f691-349cf55-3bea8d1-2c85eb' => '3.6.7.1',
+ # to be uncommented when the 3.6 series is retired
+ #'e183d5b-f8ccaf6-3804794-95b4be8-895629' => '3.6.7.2', # Final
##################
# 4.0.0 versions
@@ -220,18 +224,19 @@ $build_hash_to_version = array(
# where '<type>' and '<lang>' will be substitued with the right value
# NOTE: '&' in the URL has to be escaped as &
$update_map = array(
- 'stable' => array('gitid' => 'f969faf-c24b504-8c77064-174276e-40b382',
- 'id' => 'LibreOffice 3.6.6',
- 'version' => '3.6.6',
+ 'stable' => array('gitid' => 'e183d5b-f8ccaf6-3804794-95b4be8-895629',
+ 'id' => 'LibreOffice 3.6.7',
+ 'version' => '3.6.7',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=3.6.6',
+ 'update_src' => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=3.6.7',
'substitute' => true ),
'latest' => array('gitid' => '9e9821abd0ffdbc09cd8c52eaa574fa09eb08f2',
'id' => 'LibreOffice 4.0.4',
'version' => '4.0.4',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/'),
+ 'update_src' => 'http://www.libreoffice.org/download/?type=<type>&lang=<lang>&version=4.0.4',
+ 'substitute' => true ),
);
# Print the update xml
More information about the Libreoffice-commits
mailing list