summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-05-31 13:21:02 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-05-31 13:22:57 +0200
commitf728944b830d4b96b185b609dde597e457ad3433 (patch)
tree506668c6f7583faf899268c49c2b326832974883
parent7cd37cbc23c4d5e5754cda3c2abb5341067c8785 (diff)
enable update for 6.2.4
-rw-r--r--check.php23
1 files changed, 15 insertions, 8 deletions
diff --git a/check.php b/check.php
index a5b95ab..f131352 100644
--- a/check.php
+++ b/check.php
@@ -579,6 +579,10 @@ $build_hash_to_version = array(
# 6.1.5
'f18954c1ba9116b85c32b6bdbc0188d3e0fd24c7' => '6.1.5.1',
'90f8dcf33c87b3705e78202e3df5142b201bd805' => '6.1.5.2', # Final
+ # 6.1.6
+ '6008c19e488329dfd81fea1b4444c29eddaac14f' => '6.1.6.1',
+ '104be1be28d1c5200e1c50b0a00747fe8c907aa8' => '6.1.6.2',
+ '5896ab1714085361c45cf540f76f60673dd96a72' => '6.1.6.3', # Final
##################
# 6.2.0 versions
@@ -596,6 +600,9 @@ $build_hash_to_version = array(
# 6.2.3
'9ba025bafb03b962c34687cf87806cc03a3a7436' => '6.2.3.1',
'aecc05fe267cc68dde00352a451aa867b3b546ac' => '6.2.3.2', # Final
+ # 6.2.4
+ '170a9c04e0ad25cd937fc7a913bb06bf8c75c11d' => '6.2.4.1',
+ '2412653d852ce75f65fbfa83fb7e7b669a126d64' => '6.2.4.2', # Final
);
# Descriptions of the target versions
@@ -608,17 +615,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 &amp;
$update_map = array(
- 'stable' => array('gitid' => '90f8dcf33c87b3705e78202e3df5142b201bd805',
- 'id' => 'LibreOffice 6.1.5',
- 'version' => '6.1.5',
+ 'stable' => array('gitid' => '5896ab1714085361c45cf540f76f60673dd96a72',
+ 'id' => 'LibreOffice 6.1.6',
+ 'version' => '6.1.6',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.1.5',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.1.6',
'substitute' => true ),
- 'latest' => array('gitid' => 'aecc05fe267cc68dde00352a451aa867b3b546ac',
- 'id' => 'LibreOffice 6.2.3',
- 'version' => '6.2.3',
+ 'latest' => array('gitid' => '2412653d852ce75f65fbfa83fb7e7b669a126d64',
+ 'id' => 'LibreOffice 6.2.4',
+ 'version' => '6.2.4',
'update_type' => 'text/html',
- 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.2.3',
+ 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&amp;version=6.2.4',
'substitute' => true ),
);