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

Christian Lohmaier cloph at kemper.freedesktop.org
Sun Feb 24 18:16:32 UTC 2019


 check.php |   30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 deletions(-)

New commits:
commit 79a7e40a337918a2ffa00172af7d419dd315e991
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Sun Feb 24 19:16:21 2019 +0100
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Sun Feb 24 19:16:21 2019 +0100

    enable update for 6.2.0 & 6.1.5

diff --git a/check.php b/check.php
index ccd6d9e..ee8ae35 100644
--- a/check.php
+++ b/check.php
@@ -573,6 +573,20 @@ $build_hash_to_version = array(
     # 6.1.3
     'a9670562c26181ec3afbe381c9ff499ae88c98b7' => '6.1.3.1',
     '86daf60bf00efa86ad547e59e09d6bb77c699acb' => '6.1.3.2', # Final
+    # 6.1.4
+    '25073d18caee244880112e52c4a7e71f6081b3a9' => '6.1.4.1',
+    '9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3' => '6.1.4.2', # Final
+    # 6.1.5
+    'f18954c1ba9116b85c32b6bdbc0188d3e0fd24c7' => '6.1.5.1',
+    '90f8dcf33c87b3705e78202e3df5142b201bd805' => '6.1.5.2', # Final
+
+    ##################
+    # 6.2.0 versions
+    'ff46ad24d1d3cbcea45895520483ed1fd4ff488b' => '6.2.0.0.a1', # alpha1
+    'd1b41307be3f8c19fe6f1938cf056e7ff1eb1d18' => '6.2.0.0.b1', # beta1
+    '0412ee99e862f384c1106d0841a950c4cfaa9df1' => '6.2.0.1', # rc1
+    '2ce5217b30a543f7666022df50f0562f82be0cff' => '6.2.0.2', # rc2
+    '98c6a8a1c6c7b144ce3cc729e34964b47ce25d62' => '6.2.0.3', # Final
 );
 
 # Descriptions of the target versions
@@ -585,17 +599,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'       => 'dc89aa7a9eabfd848af146d5086077aeed2ae4a5',
-                      'id'          => 'LibreOffice 6.0.7',
-                      'version'     => '6.0.7',
+    'stable' => array('gitid'       => '90f8dcf33c87b3705e78202e3df5142b201bd805',
+                      'id'          => 'LibreOffice 6.1.5',
+                      'version'     => '6.1.5',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.7',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.5',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '86daf60bf00efa86ad547e59e09d6bb77c699acb',
-                      'id'          => 'LibreOffice 6.1.3',
-                      'version'     => '6.1.3',
+    'latest' => array('gitid'       => '98c6a8a1c6c7b144ce3cc729e34964b47ce25d62',
+                      'id'          => 'LibreOffice 6.2.0',
+                      'version'     => '6.2.0',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.3',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.0',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list