summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-10-15 12:31:34 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-10-15 12:31:34 +0200
commit6b4542f2bab76f55dc1469f1adebdd55547928dd (patch)
tree1d15833f848bae48fc83a404fd704d9d8a737a98
parentf421858f7e0693e32cfd1f218cee2a3f20198b3d (diff)
update to 6.3.2update
-rw-r--r--check.php11
1 files changed, 7 insertions, 4 deletions
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>&amp;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>&amp;version=6.3.1',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.3.2',
'substitute' => true ),
);