[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Thu Mar 16 14:43:16 UTC 2017
check.php | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
New commits:
commit d473a67fdd1c5ed43cefa0246fe5c77a13fac91f
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Thu Mar 16 15:42:59 2017 +0100
enable 5.2.6 and 5.3.1 in update check
diff --git a/check.php b/check.php
index c2bd31d..de5d427 100644
--- a/check.php
+++ b/check.php
@@ -455,6 +455,21 @@ $build_hash_to_version = array(
'3d5603e1122f0f102b62521720ab13a38a4e0eb0' => '5.2.4.2', # buildfix1, Final
# 5.2.5
'0312e1a284a7d50ca85a365c316c7abbf20a4d22' => '5.2.5.1', # Final
+ # 5.2.6
+ 'e37e437cb0cfa0eab9d2e98a23f5074ae118d3df' => '5.2.6.1',
+ 'a3100ed2409ebf1c212f5048fbe377c281438fdc' => '5.2.6.2', # Final
+
+ ##################
+ # 5.3.0 versions
+ 'f4ca1573fcf445164c068c1046ab5d084e1b005f' => '5.3.0.0.a1', # alpha1
+ '690f553ecb3efd19143acbf01f3af4e289e94536' => '5.3.0.0.b1', # beta1
+ 'a7e30712ad6d8bc9286007b37aa581983e0caba3' => '5.3.0.0.b2', # beta2
+ '3b800451b1d0c48045de03b5b3c7bbbac87f20d9' => '5.3.0.1', # rc1
+ '5ad7b2889021c491af62f7930a4b1cb631392f16' => '5.3.0.2', # rc2
+ '7074905676c47b82bbcfbea1aeefc84afe1c50e1' => '5.3.0.3', # Final
+ # 5.3.1
+ '72fee18f394a980128dc111963f2eefb05998eeb' => '5.3.1.1',
+ 'e80a0e0fd1875e1696614d24c32df0f95f03deb2' => '5.3.1.2', # Final
);
# Descriptions of the target versions
@@ -467,17 +482,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' => '0312e1a284a7d50ca85a365c316c7abbf20a4d22',
- 'id' => 'LibreOffice 5.2.5',
- 'version' => '5.2.5',
+ 'stable' => array('gitid' => 'a3100ed2409ebf1c212f5048fbe377c281438fdc',
+ 'id' => 'LibreOffice 5.2.6',
+ 'version' => '5.2.6',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.5',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.6',
'substitute' => true ),
- 'latest' => array('gitid' => '0312e1a284a7d50ca85a365c316c7abbf20a4d22',
- 'id' => 'LibreOffice 5.2.5',
- 'version' => '5.2.5',
+ 'latest' => array('gitid' => 'e80a0e0fd1875e1696614d24c32df0f95f03deb2',
+ 'id' => 'LibreOffice 5.3.1',
+ 'version' => '5.3.1',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.2.5',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.3.1',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list