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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Mon Apr 27 07:08:37 PDT 2015


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

New commits:
commit 18395c24fb4d4e171d8ec349c4e817db48f4d428
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Apr 27 16:09:41 2015 +0200

    enable update to 4.3.7

diff --git a/check.php b/check.php
index 35af01a..f9873e4 100644
--- a/check.php
+++ b/check.php
@@ -324,6 +324,9 @@ $build_hash_to_version = array(
     # 4.3.6
     '9629686a67dd1f357477c13325e45a66f3452bb9' => '4.3.6.1',
     'd50a87b2e514536ed401c18000dad4660b6a169e' => '4.3.6.2', # Final
+    # 4.3.7
+    'f08731f5dacd79f6348052311f5b237b002d78da' => '4.3.7.1',
+    '8a35821d8636a03b8bf4e15b48f59794652c68ba' => '4.3.7.2', # Final
 
     ##################
     # 4.4.0 versions
@@ -353,11 +356,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'       => 'd50a87b2e514536ed401c18000dad4660b6a169e',
-                      'id'          => 'LibreOffice 4.3.6',
-                      'version'     => '4.3.6',
+    'stable' => array('gitid'       => '8a35821d8636a03b8bf4e15b48f59794652c68ba',
+                      'id'          => 'LibreOffice 4.3.7',
+                      'version'     => '4.3.7',
                       'update_type' => 'text/html',
-                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.3.6',
+                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.3.7',
                       'substitute'  => true ),
 
     'latest' => array('gitid'       => 'c4c7d32d0d49397cad38d62472b0bc8acff48dd6',


More information about the Libreoffice-commits mailing list