check.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
New commits: commit aa5dff596f7c42e71f65b88da85839db132069d2 Author: Christian Lohmaier <[email protected]> Date: Fri Mar 16 17:23:25 2018 +0100 enable update to 6.0.2 diff --git a/check.php b/check.php index 51ef67d..7ef1f58 100644 --- a/check.php +++ b/check.php @@ -529,6 +529,8 @@ $build_hash_to_version = array( # 6.0.1 '1a915a3f2906b005770de982c78bfccb21913273' => '6.0.1.0.0+', # unreleased, testbuild for crashfix '60bfb1526849283ce2491346ed2aa51c465abfe6' => '6.0.1.1', # unscheduled, due to unresponsible secfix + # 6.0.2 + 'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89' => '6.0.2.1', # shortened cylce to to early 6.0.1 ); # Descriptions of the target versions @@ -547,11 +549,11 @@ $update_map = array( 'update_type' => 'text/html', 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=5.4.5', 'substitute' => true ), - 'latest' => array('gitid' => '60bfb1526849283ce2491346ed2aa51c465abfe6', - 'id' => 'LibreOffice 6.0.1', - 'version' => '6.0.1', + 'latest' => array('gitid' => 'f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89', + 'id' => 'LibreOffice 6.0.2', + 'version' => '6.0.2', 'update_type' => 'text/html', - 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.1', + 'update_src' => 'https://www.libreoffice.org/download/download/?lang=<lang>&version=6.0.2', 'substitute' => true ), ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
