[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Thu Jul 6 13:54:16 UTC 2017
check.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 553819f80240e5a97e274c232b5758957441fa24
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Thu Jul 6 15:52:27 2017 +0200
5.2.7 is EOL/last of branch, so switch users over to 5.3.4
also use https and redesigned downloadpage
diff --git a/check.php b/check.php
index 8780e9b..bbb6a88 100644
--- a/check.php
+++ b/check.php
@@ -494,17 +494,17 @@ $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' => '2b7f1e640c46ceb28adf43ee075a6e8b8439ed10',
- 'id' => 'LibreOffice 5.2.7',
- 'version' => '5.2.7',
+ 'stable' => array('gitid' => 'f82d347ccc0be322489bf7da61d7e4ad13fe2ff3',
+ 'id' => 'LibreOffice 5.3.4',
+ 'version' => '5.3.4',
'update_type' => 'text/html',
- 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.7',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.3.4',
'substitute' => true ),
'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.4',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?type=<type>&lang=<lang>&version=5.3.4',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list