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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Mon Jul 6 06:26:10 PDT 2015


 check.php |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit ba1293dd49f425bf63e3bd5cadfc9646eefb840c
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Jul 6 15:26:03 2015 +0200

    enable update to 4.4.4

diff --git a/check.php b/check.php
index 062f5e5..acf2e2b 100644
--- a/check.php
+++ b/check.php
@@ -347,6 +347,11 @@ $build_hash_to_version = array(
     # 4.4.3
     'b2f347f2ac68821efc00b6f1793cda90af748118' => '4.4.3.1',
     '88805f81e9fe61362df02b9941de8e38a9b5fd16' => '4.4.3.2', # Final
+    # 4.4.4
+    '0396d3e8a6d28185695c6422dbdf78aa24ba67d1' => '4.4.4.1',
+    '24c5f9979e61fde7b098af60756a4890e5713390' => '4.4.4.1', # buildfix1
+    'f784c932ccfd756d01b70b6bb5e09ff62e1b3285' => '4.4.4.2',
+    '2c39ebcf046445232b798108aa8a7e7d89552ea8' => '4.4.4.3', # Final
 );
 
 # Descriptions of the target versions
@@ -366,11 +371,11 @@ $update_map = array(
                       'update_src'  => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.3.7',
                       'substitute'  => true ),
 
-    'latest' => array('gitid'       => '88805f81e9fe61362df02b9941de8e38a9b5fd16',
-                      'id'          => 'LibreOffice 4.4.3',
-                      'version'     => '4.4.3',
+    'latest' => array('gitid'       => '2c39ebcf046445232b798108aa8a7e7d89552ea8',
+                      'id'          => 'LibreOffice 4.4.4',
+                      'version'     => '4.4.4',
                       'update_type' => 'text/html',
-                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=4.4.3',
+                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=4.4.4',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list