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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Sep 29 23:59:35 PDT 2015


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

New commits:
commit f68b0580f266d6f5b1c00e984ef16ca7819bfd14
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Sep 30 08:59:30 2015 +0200

    enable update to 5.0.2

diff --git a/check.php b/check.php
index 3277cb7..1c1bec1 100644
--- a/check.php
+++ b/check.php
@@ -373,6 +373,9 @@ $build_hash_to_version = array(
     # 5.0.1
     '13f702ca819ea5b9f8605782c852d5bb513b3891' => '5.0.1.1',
     '81898c9f5c0d43f3473ba111d7b351050be20261' => '5.0.1.2', # Final
+    # 5.0.2
+    '9a18d52abbdfbdc2ac9acebec2b92e7859eb73b7' => '5.0.2.1',
+    '37b43f919e4de5eeaca9b9755ed688758a8251fe' => '5.0.2.2', # Final
 );
 
 # Descriptions of the target versions
@@ -391,11 +394,11 @@ $update_map = array(
                       'update_type' => 'text/html',
                       'update_src'  => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.4.5',
                       'substitute'  => true ),
-    'latest' => array('gitid'       => '81898c9f5c0d43f3473ba111d7b351050be20261',
-                      'id'          => 'LibreOffice 5.0.1',
-                      'version'     => '5.0.1',
+    'latest' => array('gitid'       => '37b43f919e4de5eeaca9b9755ed688758a8251fe',
+                      'id'          => 'LibreOffice 5.0.2',
+                      'version'     => '5.0.2',
                       'update_type' => 'text/html',
-                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.0.1',
+                      'update_src'  => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.0.2',
                       'substitute'  => true ),
 );
 


More information about the Libreoffice-commits mailing list