[Libreoffice-commits] website.git: Branch 'update' - check.php

Christian Lohmaier cloph at kemper.freedesktop.org
Thu Sep 20 10:32:44 UTC 2018


 check.php |   32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)

New commits:
commit a8d1e5fcebae8cf35d76337c1cd94cb4c4ef7db6
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Thu Sep 20 12:29:42 2018 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Sep 20 12:29:42 2018 +0200

    enable update to 6.1.1

diff --git a/check.php b/check.php
index b1dce8a..721099b 100644
--- a/check.php
+++ b/check.php
@@ -548,6 +548,22 @@ $build_hash_to_version = array(
     # 6.0.5
     '0588a1cb9a40c4a6a029e1d442a2b9767d612751' => '6.0.5.1',
     '54c8cbb85f300ac59db32fe8a675ff7683cd5a16' => '6.0.5.2', # Final
+    # 6.0.6
+    'dc68ad6c5cde3c62874b96422f2e5e8252499bad' => '6.0.6.1',
+    '0c292870b25a325b5ed35f6b45599d2ea4458e77' => '6.0.6.2', # Final
+
+    ##################
+    # 6.1.0 versions
+    'cb47f0d320994e001bc38dc2ee9b7d957b15e6ab' => '6.1.0.0.a1', # alpha1
+    '8c76dfe1284e211954c30f219b3a38dcdd82f8a0' => '6.1.0.0.b1', # beta1
+    '0f4d2060bc90b4008fbc8e6d9a49ec7eeea60b78' => '6.1.0.0.b2', # beta2
+    '378e26bd4f22a135cef5fa17afd5d4171d8da21a' => '6.1.0.1', # rc1
+    '4f67d5dc17167597fb047841e0bc8e88de758a40' => '6.1.0.2', # rc2
+    'b3972dcf1284967612d5ee04fea9d15bcf0cc106' => '6.1.0.2', # rc2-buildfix2
+    'efb621ed25068d70781dc026f7e9c5187a4decd1' => '6.1.0.3', # Final
+    # 6.1.1
+    '2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c' => '6.1.1.1', # unreleased, testbuild for crashfix
+    '5d19a1bfa650b796764388cd8b33a5af1f5baa1b' => '6.1.1.2', # unscheduled, due to  unresponsible secfix
 );
 
 # Descriptions of the target versions
@@ -560,17 +576,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'       => 'c838ef25c16710f8838b1faec480ebba495259d0',
-                      'id'          => 'LibreOffice 5.4.7',
-                      'version'     => '5.4.7',
+    'stable' => array('gitid'       => '0c292870b25a325b5ed35f6b45599d2ea4458e77',
+                      'id'          => 'LibreOffice 6.0.6',
+                      'version'     => '6.0.6',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.7',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.6',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '54c8cbb85f300ac59db32fe8a675ff7683cd5a16',
-                      'id'          => 'LibreOffice 6.0.5',
-                      'version'     => '6.0.5',
+    'latest' => array('gitid'       => '5d19a1bfa650b796764388cd8b33a5af1f5baa1b',
+                      'id'          => 'LibreOffice 6.1.1',
+                      'version'     => '6.1.1',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.5',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.1',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list