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

Christian Lohmaier cloph at kemper.freedesktop.org
Wed Nov 21 11:06:06 UTC 2018


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

New commits:
commit 55bf3f467ecb8eadb681481e747cbeabce0d6012
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Wed Nov 21 12:06:07 2018 +0100
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Wed Nov 21 12:06:07 2018 +0100

    enable update for 6.0.7/6.1.3

diff --git a/check.php b/check.php
index 721099b..ccd6d9e 100644
--- a/check.php
+++ b/check.php
@@ -551,6 +551,10 @@ $build_hash_to_version = array(
     # 6.0.6
     'dc68ad6c5cde3c62874b96422f2e5e8252499bad' => '6.0.6.1',
     '0c292870b25a325b5ed35f6b45599d2ea4458e77' => '6.0.6.2', # Final
+    # 6.0.7
+    '5d2cb2a5dd04fe174b336488731eb50bbb5faed3' => '6.0.7.1',
+    '78c12ce5f2b8960f18b204a7ea82f971769f1679' => '6.0.7.2',
+    'dc89aa7a9eabfd848af146d5086077aeed2ae4a5' => '6.0.7.3', # Final
 
     ##################
     # 6.1.0 versions
@@ -564,6 +568,11 @@ $build_hash_to_version = array(
     # 6.1.1
     '2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c' => '6.1.1.1', # unreleased, testbuild for crashfix
     '5d19a1bfa650b796764388cd8b33a5af1f5baa1b' => '6.1.1.2', # unscheduled, due to  unresponsible secfix
+    # 6.1.2
+    '65905a128db06ba48db947242809d14d3f9a93fe' => '6.1.2.1', # Final, shortened cycle due to secfix
+    # 6.1.3
+    'a9670562c26181ec3afbe381c9ff499ae88c98b7' => '6.1.3.1',
+    '86daf60bf00efa86ad547e59e09d6bb77c699acb' => '6.1.3.2', # Final
 );
 
 # Descriptions of the target versions
@@ -576,17 +585,17 @@ $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'       => '0c292870b25a325b5ed35f6b45599d2ea4458e77',
-                      'id'          => 'LibreOffice 6.0.6',
-                      'version'     => '6.0.6',
+    'stable' => array('gitid'       => 'dc89aa7a9eabfd848af146d5086077aeed2ae4a5',
+                      'id'          => 'LibreOffice 6.0.7',
+                      'version'     => '6.0.7',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.6',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.7',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '5d19a1bfa650b796764388cd8b33a5af1f5baa1b',
-                      'id'          => 'LibreOffice 6.1.1',
-                      'version'     => '6.1.1',
+    'latest' => array('gitid'       => '86daf60bf00efa86ad547e59e09d6bb77c699acb',
+                      'id'          => 'LibreOffice 6.1.3',
+                      'version'     => '6.1.3',
                       'update_type' => 'text/html',
-                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.1',
+                      'update_src'  => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.1.3',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list