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

Christian Lohmaier cloph at kemper.freedesktop.org
Fri May 31 11:22:56 UTC 2019


 check.php |   23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

New commits:
commit f728944b830d4b96b185b609dde597e457ad3433
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Fri May 31 13:21:02 2019 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Fri May 31 13:22:57 2019 +0200

    enable update for 6.2.4

diff --git a/check.php b/check.php
index a5b95ab..f131352 100644
--- a/check.php
+++ b/check.php
@@ -579,6 +579,10 @@ $build_hash_to_version = array(
     # 6.1.5
     'f18954c1ba9116b85c32b6bdbc0188d3e0fd24c7' => '6.1.5.1',
     '90f8dcf33c87b3705e78202e3df5142b201bd805' => '6.1.5.2', # Final
+    # 6.1.6
+    '6008c19e488329dfd81fea1b4444c29eddaac14f' => '6.1.6.1',
+    '104be1be28d1c5200e1c50b0a00747fe8c907aa8' => '6.1.6.2',
+    '5896ab1714085361c45cf540f76f60673dd96a72' => '6.1.6.3', # Final
 
     ##################
     # 6.2.0 versions
@@ -596,6 +600,9 @@ $build_hash_to_version = array(
     # 6.2.3
     '9ba025bafb03b962c34687cf87806cc03a3a7436' => '6.2.3.1',
     'aecc05fe267cc68dde00352a451aa867b3b546ac' => '6.2.3.2', # Final
+    # 6.2.4
+    '170a9c04e0ad25cd937fc7a913bb06bf8c75c11d' => '6.2.4.1',
+    '2412653d852ce75f65fbfa83fb7e7b669a126d64' => '6.2.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -608,17 +615,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'       => '90f8dcf33c87b3705e78202e3df5142b201bd805',
-                      'id'          => 'LibreOffice 6.1.5',
-                      'version'     => '6.1.5',
+    'stable' => array('gitid'       => '5896ab1714085361c45cf540f76f60673dd96a72',
+                      'id'          => 'LibreOffice 6.1.6',
+                      'version'     => '6.1.6',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.5',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.6',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => 'aecc05fe267cc68dde00352a451aa867b3b546ac',
-                      'id'          => 'LibreOffice 6.2.3',
-                      'version'     => '6.2.3',
+    'latest' => array('gitid'       => '2412653d852ce75f65fbfa83fb7e7b669a126d64',
+                      'id'          => 'LibreOffice 6.2.4',
+                      'version'     => '6.2.4',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.3',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.4',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list