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

Christian Lohmaier cloph at kemper.freedesktop.org
Fri Aug 2 18:13:07 UTC 2019


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

New commits:
commit df8f54e8e4d0af2ddd778eb3b6209ffa540c6eeb
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Fri Aug 2 20:12:55 2019 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Fri Aug 2 20:12:55 2019 +0200

    migrate 6.1 users to 6.2

diff --git a/check.php b/check.php
index c24b3ca..1e44101 100644
--- a/check.php
+++ b/check.php
@@ -618,11 +618,11 @@ $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'       => '5896ab1714085361c45cf540f76f60673dd96a72',
-                      'id'          => 'LibreOffice 6.1.6',
-                      'version'     => '6.1.6',
+    'stable' => 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>&version=6.1.6',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.5',
                       'substitute'  => true ),
     'latest' => array('gitid'       => '1ec314fa52f458adc18c4f025c545a4e8b22c159',
                       'id'          => 'LibreOffice 6.2.5',


More information about the Libreoffice-commits mailing list