summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ),
);