check.php | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-)
New commits: commit 1de084ee3622552b3c4ec5e4cbf12b01c2cf4df0 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Date: Thu May 25 20:30:21 2017 +0200 enable update for 5.2.7 and 5.3.3 diff --git a/check.php b/check.php index 6c56e12..8b770fd 100644 --- a/check.php +++ b/check.php @@ -458,6 +458,9 @@ $build_hash_to_version = array( # 5.2.6 'e37e437cb0cfa0eab9d2e98a23f5074ae118d3df' => '5.2.6.1', 'a3100ed2409ebf1c212f5048fbe377c281438fdc' => '5.2.6.2', # Final + # 5.2.7 + 'bf0fa7b86c7c0592941ede29fca6fafff642a948' => '5.2.7.1', + '2b7f1e640c46ceb28adf43ee075a6e8b8439ed10' => '5.2.7.2', # Final ################## # 5.3.0 versions @@ -471,8 +474,11 @@ $build_hash_to_version = array( '72fee18f394a980128dc111963f2eefb05998eeb' => '5.3.1.1', 'e80a0e0fd1875e1696614d24c32df0f95f03deb2' => '5.3.1.2', # Final # 5.3.2 - '7f6693c08cc110b9721245fc4bd4f1712e0c086c' => '5.3.3.1', - '6cd4f1ef626f15116896b1d8e1398b56da0d0ee1' => '5.3.3.2', # Final + '7f6693c08cc110b9721245fc4bd4f1712e0c086c' => '5.3.2.1', + '6cd4f1ef626f15116896b1d8e1398b56da0d0ee1' => '5.3.2.2', # Final + # 5.3.3 + '46360c72c4823cefeaa85af537fba22bd568da7e' => '5.3.3.1', + '3d9a8b4b4e538a85e0782bd6c2d430bafe583448' => '5.3.3.2', # Final ); # Descriptions of the target versions @@ -485,17 +491,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 & $update_map = array( - 'stable' => array('gitid' => 'a3100ed2409ebf1c212f5048fbe377c281438fdc', - 'id' => 'LibreOffice 5.2.6', - 'version' => '5.2.6', + 'stable' => array('gitid' => '2b7f1e640c46ceb28adf43ee075a6e8b8439ed10', + 'id' => 'LibreOffice 5.2.7', + 'version' => '5.2.7', 'update_type' => 'text/html', - 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.6', + 'update_src' => 'http://www.libreoffice.org/download/libreoffice-still/?type=<type>&lang=<lang>&version=5.2.7', 'substitute' => true ), - 'latest' => array('gitid' => '6cd4f1ef626f15116896b1d8e1398b56da0d0ee1', - 'id' => 'LibreOffice 5.3.2', - 'version' => '5.3.2', + 'latest' => array('gitid' => '3d9a8b4b4e538a85e0782bd6c2d430bafe583448', + 'id' => 'LibreOffice 5.3.3', + 'version' => '5.3.3', 'update_type' => 'text/html', - 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.3.2', + 'update_src' => 'http://www.libreoffice.org/download/libreoffice-fresh/?type=<type>&lang=<lang>&version=5.3.3', 'substitute' => true ), ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits