[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Thu Apr 19 07:47:37 UTC 2018
check.php | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
New commits:
commit fc0dc130b049786bef21a42c69c41524b3b27d5f
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Thu Apr 19 09:46:18 2018 +0200
enable update for 6.0.3 and 5.4.6
diff --git a/check.php b/check.php
index 7ef1f58..1fc42ce 100644
--- a/check.php
+++ b/check.php
@@ -515,6 +515,9 @@ $build_hash_to_version = array(
'2524958677847fb3bb44820e40380acbe820f960' => '5.4.4.2', # Final
# 5.4.5
'79c9829dd5d8054ec39a82dc51cd9eff340dbee8' => '5.4.5.1', # unscheduled, due to unresponsible secfix
+ # 5.4.6
+ '7d6c666f03cf1f0a0c2c51a17c0f67a8d5a8012b' => '5.4.6.1',
+ '4014ce260a04f1026ba855d3b8d91541c224eab8' => '5.4.6.2', # Final
##################
# 6.0.0 versions
@@ -531,6 +534,11 @@ $build_hash_to_version = array(
'60bfb1526849283ce2491346ed2aa51c465abfe6' => '6.0.1.1', # unscheduled, due to unresponsible secfix
# 6.0.2
'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89' => '6.0.2.1', # shortened cylce to to early 6.0.1
+ # 6.0.3
+ '2c0e9fedbe970b30beb17ba5e8acc8d1679471b4' => '6.0.3.1',
+ 'e2c9f5e42b90771faa7eee1c4fc77191de3067e6' => '6.0.3.1', # rc1-buildfix1
+ '62abb169b0efa1520d7bee1f586865354060b989' => '6.0.3.1', # rc1-buildfix1
+ '8f48d515416608e3a835360314dac7e47fd0b821' => '6.0.3.2', # Final
);
# Descriptions of the target versions
@@ -543,17 +551,17 @@ $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' => '79c9829dd5d8054ec39a82dc51cd9eff340dbee8',
- 'id' => 'LibreOffice 5.4.5',
- 'version' => '5.4.5',
+ 'stable' => array('gitid' => '4014ce260a04f1026ba855d3b8d91541c224eab8',
+ 'id' => 'LibreOffice 5.4.6',
+ 'version' => '5.4.6',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.5',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.6',
'substitute' => true ),
- 'latest' => array('gitid' => 'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89',
- 'id' => 'LibreOffice 6.0.2',
- 'version' => '6.0.2',
+ 'latest' => array('gitid' => '8f48d515416608e3a835360314dac7e47fd0b821',
+ 'id' => 'LibreOffice 6.0.3',
+ 'version' => '6.0.3',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.2',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.3',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list