[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
cloph at kemper.freedesktop.org
Tue Oct 15 10:32:06 UTC 2019
check.php | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
New commits:
commit 6b4542f2bab76f55dc1469f1adebdd55547928dd
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Tue Oct 15 12:31:34 2019 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Tue Oct 15 12:31:34 2019 +0200
update to 6.3.2
diff --git a/check.php b/check.php
index ce03f44..725388a 100644
--- a/check.php
+++ b/check.php
@@ -624,6 +624,9 @@ $build_hash_to_version = array(
# 6.3.1
'e979878b49a48dab15ebe528f238b88125e32c65' => '6.3.1.1',
'b79626edf0065ac373bd1df5c28bd630b4424273' => '6.3.1.2', # Final
+ # 6.3.2
+ 'db810050ff08fd4774137f693d5a01d22f324dfd' => '6.3.2.1',
+ '98b30e735bda24bc04ab42594c85f7fd8be07b9c' => '6.3.2.2', # Final
);
# Descriptions of the target versions
@@ -642,11 +645,11 @@ $update_map = array(
'update_type' => 'text/html',
'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.2.7',
'substitute' => true ),
- 'latest' => array('gitid' => 'b79626edf0065ac373bd1df5c28bd630b4424273',
- 'id' => 'LibreOffice 6.3.1',
- 'version' => '6.3.1',
+ 'latest' => array('gitid' => '98b30e735bda24bc04ab42594c85f7fd8be07b9c',
+ 'id' => 'LibreOffice 6.3.2',
+ 'version' => '6.3.2',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.3.1',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.3.2',
'substitute' => true ),
);
More information about the Libreoffice-commits
mailing list