[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
cloph at kemper.freedesktop.org
Sun Sep 8 10:43:04 UTC 2019
check.php | 34 ++++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 deletions(-)
New commits:
commit f421858f7e0693e32cfd1f218cee2a3f20198b3d
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Sun Sep 8 00:14:44 2019 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Sun Sep 8 00:14:44 2019 +0200
enable update for 6.2.7 and 6.3.1
diff --git a/check.php b/check.php
index 1e44101..ce03f44 100644
--- a/check.php
+++ b/check.php
@@ -606,6 +606,24 @@ $build_hash_to_version = array(
# 6.2.5
'9a940173fab1747f02322bc89779759d52b3a086' => '6.2.5.1',
'1ec314fa52f458adc18c4f025c545a4e8b22c159' => '6.2.5.2', # Final
+ # 6.2.6
+ '1f09ad467b449704e317fb11998b9a2ad7184670' => '6.2.6.1',
+ '684e730861356e74889dfe6dbddd3562aae2e6ad' => '6.2.6.2', # Final
+ # 6.2.7
+ '23edc44b61b830b7d749943e020e96f5a7df63bf' => '6.2.7.1', # Final, additional release
+
+ ##################
+ # 6.3.0 versions
+ '547edd20e527fb02900f6174973770d26306e2e7' => '6.3.0.0.a1', # alpha1
+ 'a187af327633f5f00363be5131bd21a13e0f1a7b' => '6.3.0.0.b1', # beta1
+ '6c6edded7133daf2d8d0b2ea7ae25b8109c5c064' => '6.3.0.0.b2', # beta2
+ '41ac97386aba908b6db860cfb4cfe2da871886ae' => '6.3.0.1', # rc1
+ '728469fa359ba8c83d812146293a0b0aa53945ba' => '6.3.0.2', # rc2
+ 'c75130c129d9c5e43b76e4f26881b3db8bdb5c91' => '6.3.0.3', # rc3
+ '057fc023c990d676a43019934386b85b21a9ee99' => '6.3.0.4', # Final
+ # 6.3.1
+ 'e979878b49a48dab15ebe528f238b88125e32c65' => '6.3.1.1',
+ 'b79626edf0065ac373bd1df5c28bd630b4424273' => '6.3.1.2', # Final
);
# Descriptions of the target versions
@@ -618,17 +636,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' => '1ec314fa52f458adc18c4f025c545a4e8b22c159',
- 'id' => 'LibreOffice 6.2.5',
- 'version' => '6.2.5',
+ 'stable' => array('gitid' => '23edc44b61b830b7d749943e020e96f5a7df63bf',
+ 'id' => 'LibreOffice 6.2.7',
+ 'version' => '6.2.7',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.5',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.7',
'substitute' => true ),
- 'latest' => array('gitid' => '1ec314fa52f458adc18c4f025c545a4e8b22c159',
- 'id' => 'LibreOffice 6.2.5',
- 'version' => '6.2.5',
+ 'latest' => array('gitid' => 'b79626edf0065ac373bd1df5c28bd630b4424273',
+ 'id' => 'LibreOffice 6.3.1',
+ 'version' => '6.3.1',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.5',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.3.1',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list