[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon Jan 30 17:06:51 UTC 2017
check.php | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
New commits:
commit c5a129ad4bff92bc47429bcf424ce18fac8215f9
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon Jan 30 18:06:27 2017 +0100
enable update to 5.2.5
diff --git a/check.php b/check.php
index deeb9b6..c2bd31d 100644
--- a/check.php
+++ b/check.php
@@ -449,6 +449,12 @@ $build_hash_to_version = array(
'01ec8f357e651ca9656837b783cf7e6a32ee4d92' => '5.2.3.1',
'c019706a50de7fcb07d0d528b09b46a887562beb' => '5.2.3.2',
'd54a8868f08a7b39642414cf2c8ef2f228f780cf' => '5.2.3.3', # Final
+ # 5.2.4
+ '9b50003582f07ac674d6451e411e9b77cccd2b22' => '5.2.4.1',
+ '8783ba61dfea562444cb6390e69aa8b3c5e91156' => '5.2.4.2',
+ '3d5603e1122f0f102b62521720ab13a38a4e0eb0' => '5.2.4.2', # buildfix1, Final
+ # 5.2.5
+ '0312e1a284a7d50ca85a365c316c7abbf20a4d22' => '5.2.5.1', # Final
);
# Descriptions of the target versions
@@ -461,17 +467,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' => 'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
- 'id' => 'LibreOffice 5.2.3',
- 'version' => '5.2.3',
+ 'stable' => array('gitid' => '0312e1a284a7d50ca85a365c316c7abbf20a4d22',
+ 'id' => 'LibreOffice 5.2.5',
+ 'version' => '5.2.5',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.3',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.5',
'substitute' => true ),
- 'latest' => array('gitid' => 'd54a8868f08a7b39642414cf2c8ef2f228f780cf',
- 'id' => 'LibreOffice 5.2.3',
- 'version' => '5.2.3',
+ 'latest' => array('gitid' => '0312e1a284a7d50ca85a365c316c7abbf20a4d22',
+ 'id' => 'LibreOffice 5.2.5',
+ 'version' => '5.2.5',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.2.3',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.2.5',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list