[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Thu Dec 17 04:24:38 PST 2015
check.php | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
New commits:
commit 79a6a70666e49b4a510060f5fd122922431c254a
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Thu Dec 17 13:24:25 2015 +0100
enable update to 4.4.7
diff --git a/check.php b/check.php
index da2c58a..3ff8ed4 100644
--- a/check.php
+++ b/check.php
@@ -360,6 +360,9 @@ $build_hash_to_version = array(
'86eeaa3ce8281ef4034ee1f97d7fa699482d04d2' => '4.4.6.1',
'008d5d0ddffba0b82de2a2c36a65b9cba0a6b328' => '4.4.6.2',
'e8938fd3328e95dcf59dd64e7facd2c7d67c704d' => '4.4.6.3', # Final
+ # 4.4.7
+ 'ff36774456acc538223589597da53fd987db12e9' => '4.4.7.1',
+ 'f3153a8b245191196a4b6b9abd1d0da16eead600' => '4.4.7.2', # Final
##################
# 5.0.0 versions
@@ -396,11 +399,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' => 'e8938fd3328e95dcf59dd64e7facd2c7d67c704d',
- 'id' => 'LibreOffice 4.4.6',
- 'version' => '4.4.6',
+ 'stable' => array('gitid' => 'f3153a8b245191196a4b6b9abd1d0da16eead600',
+ 'id' => 'LibreOffice 4.4.7',
+ 'version' => '4.4.7',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.4.6',
+ 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=4.4.7',
'substitute' => true ),
'latest' => array('gitid' => 'e5f16313668ac592c1bfb310f4390624e3dbfb75',
'id' => 'LibreOffice 5.0.3',
More information about the Libreoffice-commits
mailing list