check.php |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

New commits:
commit f46a69e0c71b625f3fa1332ac09391461e0fe2b9
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Mon Apr 8 13:08:30 2019 +0200
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Mon Apr 8 13:08:30 2019 +0200

    enable update to 6.2.2

diff --git a/check.php b/check.php
index ee8ae35..09dfd00 100644
--- a/check.php
+++ b/check.php
@@ -587,6 +587,12 @@ $build_hash_to_version = array(
     '0412ee99e862f384c1106d0841a950c4cfaa9df1' => '6.2.0.1', # rc1
     '2ce5217b30a543f7666022df50f0562f82be0cff' => '6.2.0.2', # rc2
     '98c6a8a1c6c7b144ce3cc729e34964b47ce25d62' => '6.2.0.3', # Final
+    # 6.2.1
+    '757c58e8cb70b2982843211a54750fb3cd79acd5' => '6.2.1.1',
+    '7bcb35dc3024a62dea0caee87020152d1ee96e71' => '6.2.1.2', # Final
+    # 6.2.2
+    'fcd633fb1bf21b0a99c9acb3ad6e526437947b01' => '6.2.2.1',
+    '2b840030fec2aae0fd2658d8d4f9548af4e3518d' => '6.2.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -605,11 +611,11 @@ $update_map = array(
                       'update_type' => 'text/html',
                       'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.1.5',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => 
'98c6a8a1c6c7b144ce3cc729e34964b47ce25d62',
-                      'id'          => 'LibreOffice 6.2.0',
-                      'version'     => '6.2.0',
+    'latest' => array('gitid'       => 
'2b840030fec2aae0fd2658d8d4f9548af4e3518d',
+                      'id'          => 'LibreOffice 6.2.2',
+                      'version'     => '6.2.2',
                       'update_type' => 'text/html',
-                      'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.2.0',
+                      'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.2.2',
                       'substitute'  => true ),
 );
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to