[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Sat Oct 14 08:37:54 UTC 2017
check.php | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
New commits:
commit 61f72d9aa7617b6b1d3113e4068af86f39820d5c
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Sat Oct 14 10:35:35 2017 +0200
enable update to 5.4.2
diff --git a/check.php b/check.php
index bbc69c5..f0390bc 100644
--- a/check.php
+++ b/check.php
@@ -500,6 +500,9 @@ $build_hash_to_version = array(
# 5.4.1
'a5be49f0c45fe24a575c7f41559aa8fc79a781a2' => '5.4.1.1',
'ea7cb86e6eeb2bf3a5af73a8f7777ac570321527' => '5.4.1.2', # Final
+ # 5.4.2
+ 'dfa67a98bede79c671438308dc9036d50465d2cb' => '5.4.2.1',
+ '22b09f6418e8c2d508a9eaf86b2399209b0990f4' => '5.4.2.2', # Final
);
# Descriptions of the target versions
@@ -518,11 +521,11 @@ $update_map = array(
'update_type' => 'text/html',
'update_src' => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.3.6',
'substitute' => true ),
- 'latest' => array('gitid' => 'ea7cb86e6eeb2bf3a5af73a8f7777ac570321527',
- 'id' => 'LibreOffice 5.4.1',
- 'version' => '5.4.1',
+ 'latest' => array('gitid' => '22b09f6418e8c2d508a9eaf86b2399209b0990f4',
+ 'id' => 'LibreOffice 5.4.2',
+ 'version' => '5.4.2',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.4.1',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.4.2',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list