summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-01-30 18:06:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-01-30 18:06:27 +0100
commitc5a129ad4bff92bc47429bcf424ce18fac8215f9 (patch)
treecb0c9f0a443ba804e9c8192e2d552abb5901ddfa
parentaa58fd4a9ad94ced25696a554d3721c8aa3dfe37 (diff)
enable update to 5.2.5
-rw-r--r--check.php22
1 files changed, 14 insertions, 8 deletions
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 &amp;
$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>&amp;lang=<lang>&amp;version=5.2.3',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&amp;lang=<lang>&amp;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>&amp;lang=<lang>&amp;version=5.2.3',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&amp;lang=<lang>&amp;version=5.2.5',
'substitute' => true ),
);