check.php |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit c0c4940e998a0f5fbeb57910b1dfe6778226c51b
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Mon Jul 22 08:53:18 2019 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Mon Jul 22 08:53:18 2019 +0200

    enable update for 6.2.5

diff --git a/check.php b/check.php
index 9fd07ff..c24b3ca 100644
--- a/check.php
+++ b/check.php
@@ -603,6 +603,9 @@ $build_hash_to_version = array(
     # 6.2.4
     '170a9c04e0ad25cd937fc7a913bb06bf8c75c11d' => '6.2.4.1',
     '2412653d852ce75f65fbfa83fb7e7b669a126d64' => '6.2.4.2', # Final
+    # 6.2.5
+    '9a940173fab1747f02322bc89779759d52b3a086' => '6.2.5.1',
+    '1ec314fa52f458adc18c4f025c545a4e8b22c159' => '6.2.5.2', # Final
 );
 
 # Descriptions of the target versions
@@ -621,11 +624,11 @@ $update_map = array(
                       'update_type' => 'text/html',
                       'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.1.6',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => 
'2412653d852ce75f65fbfa83fb7e7b669a126d64',
-                      'id'          => 'LibreOffice 6.2.4',
-                      'version'     => '6.2.4',
+    'latest' => array('gitid'       => 
'1ec314fa52f458adc18c4f025c545a4e8b22c159',
+                      'id'          => 'LibreOffice 6.2.5',
+                      'version'     => '6.2.5',
                       'update_type' => 'text/html',
-                      'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.2.4',
+                      'update_src'  => 
'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.2.5',
                       'substitute'  => true ),
 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to