[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon May 28 17:29:11 UTC 2018
check.php | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
New commits:
commit e3384226f9f6080838eae6766018364a2c727086
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon May 28 19:26:43 2018 +0200
enable update to 6.0.4 and 5.4.7
diff --git a/check.php b/check.php
index 1fc42ce..7258688 100644
--- a/check.php
+++ b/check.php
@@ -518,6 +518,9 @@ $build_hash_to_version = array(
# 5.4.6
'7d6c666f03cf1f0a0c2c51a17c0f67a8d5a8012b' => '5.4.6.1',
'4014ce260a04f1026ba855d3b8d91541c224eab8' => '5.4.6.2', # Final
+ # 5.4.7
+ 'ef425abf896c652d177000096228d1dbcfe9c7af' => '5.4.7.1',
+ 'c838ef25c16710f8838b1faec480ebba495259d0' => '5.4.7.2', # Final
##################
# 6.0.0 versions
@@ -539,6 +542,9 @@ $build_hash_to_version = array(
'e2c9f5e42b90771faa7eee1c4fc77191de3067e6' => '6.0.3.1', # rc1-buildfix1
'62abb169b0efa1520d7bee1f586865354060b989' => '6.0.3.1', # rc1-buildfix1
'8f48d515416608e3a835360314dac7e47fd0b821' => '6.0.3.2', # Final
+ # 6.0.4
+ 'a63363f6506b8bdc5222481ce79ef33b2d13c741' => '6.0.4.1',
+ '9b0d9b32d5dcda91d2f1a96dc04c645c450872bf' => '6.0.4.2', # Final
);
# Descriptions of the target versions
@@ -551,17 +557,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' => '4014ce260a04f1026ba855d3b8d91541c224eab8',
- 'id' => 'LibreOffice 5.4.6',
- 'version' => '5.4.6',
+ 'stable' => array('gitid' => 'c838ef25c16710f8838b1faec480ebba495259d0',
+ 'id' => 'LibreOffice 5.4.7',
+ 'version' => '5.4.7',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.6',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.7',
'substitute' => true ),
- 'latest' => array('gitid' => '8f48d515416608e3a835360314dac7e47fd0b821',
- 'id' => 'LibreOffice 6.0.3',
- 'version' => '6.0.3',
+ 'latest' => array('gitid' => '9b0d9b32d5dcda91d2f1a96dc04c645c450872bf',
+ 'id' => 'LibreOffice 6.0.4',
+ 'version' => '6.0.4',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.3',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.4',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list