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

Christian Lohmaier cloph at kemper.freedesktop.org
Sat May 4 14:53:04 UTC 2019


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

New commits:
commit 7cd37cbc23c4d5e5754cda3c2abb5341067c8785
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Sat May 4 16:52:44 2019 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Sat May 4 16:52:52 2019 +0200

    enable update for 6.2.3

diff --git a/check.php b/check.php
index 09dfd00..a5b95ab 100644
--- a/check.php
+++ b/check.php
@@ -593,6 +593,9 @@ $build_hash_to_version = array(
     # 6.2.2
     'fcd633fb1bf21b0a99c9acb3ad6e526437947b01' => '6.2.2.1',
     '2b840030fec2aae0fd2658d8d4f9548af4e3518d' => '6.2.2.2', # Final
+    # 6.2.3
+    '9ba025bafb03b962c34687cf87806cc03a3a7436' => '6.2.3.1',
+    'aecc05fe267cc68dde00352a451aa867b3b546ac' => '6.2.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -611,11 +614,11 @@ $update_map = array(
                       'update_type' => 'text/html',
                       'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.5',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '2b840030fec2aae0fd2658d8d4f9548af4e3518d',
-                      'id'          => 'LibreOffice 6.2.2',
-                      'version'     => '6.2.2',
+    'latest' => array('gitid'       => 'aecc05fe267cc68dde00352a451aa867b3b546ac',
+                      'id'          => 'LibreOffice 6.2.3',
+                      'version'     => '6.2.3',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.2',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.3',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list