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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed Jun 27 10:30:27 UTC 2018


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

New commits:
commit f36158695ba415099497151e7ec6fcf33ac31fd6
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Jun 27 12:29:26 2018 +0200

    enable update for 6.0.5

diff --git a/check.php b/check.php
index 7258688..b1dce8a 100644
--- a/check.php
+++ b/check.php
@@ -545,6 +545,9 @@ $build_hash_to_version = array(
     # 6.0.4
     'a63363f6506b8bdc5222481ce79ef33b2d13c741' => '6.0.4.1',
     '9b0d9b32d5dcda91d2f1a96dc04c645c450872bf' => '6.0.4.2', # Final
+    # 6.0.5
+    '0588a1cb9a40c4a6a029e1d442a2b9767d612751' => '6.0.5.1',
+    '54c8cbb85f300ac59db32fe8a675ff7683cd5a16' => '6.0.5.2', # Final
 );
 
 # Descriptions of the target versions
@@ -563,11 +566,11 @@ $update_map = array(
                       'update_type' => 'text/html',
                       'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.7',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '9b0d9b32d5dcda91d2f1a96dc04c645c450872bf',
-                      'id'          => 'LibreOffice 6.0.4',
-                      'version'     => '6.0.4',
+    'latest' => array('gitid'       => '54c8cbb85f300ac59db32fe8a675ff7683cd5a16',
+                      'id'          => 'LibreOffice 6.0.5',
+                      'version'     => '6.0.5',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.4',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.5',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list