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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu Jun 29 13:57:12 UTC 2017


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

New commits:
commit c6e89f733f65e8d5cd53b79741df54ae80fc63d1
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Thu Jun 29 15:56:58 2017 +0200

    enable update to 5.3.4

diff --git a/check.php b/check.php
index 8b770fd..8780e9b 100644
--- a/check.php
+++ b/check.php
@@ -479,6 +479,9 @@ $build_hash_to_version = array(
     # 5.3.3
     '46360c72c4823cefeaa85af537fba22bd568da7e' => '5.3.3.1',
     '3d9a8b4b4e538a85e0782bd6c2d430bafe583448' => '5.3.3.2', # Final
+    # 5.3.4
+    '1b1606c6e1203cdc3fd5ffbc16e74ecea300241a' => '5.3.4.1',
+    'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3' => '5.3.4.2', # Final
 );
 
 # Descriptions of the target versions
@@ -497,11 +500,11 @@ $update_map = array(
                       'update_type' => 'text/html',
                       'update_src'  => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.7',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '3d9a8b4b4e538a85e0782bd6c2d430bafe583448',
-                      'id'          => 'LibreOffice 5.3.3',
-                      'version'     => '5.3.3',
+    'latest' => array('gitid'       => 'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
+                      'id'          => 'LibreOffice 5.3.4',
+                      'version'     => '5.3.4',
                       'update_type' => 'text/html',
-                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.3.3',
+                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.3.4',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list