This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_jettyVersions.php
57 lines (57 loc) · 2.03 KB
/
_jettyVersions.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
/**
* Copyright (c) 2020 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Jesse McConnell
*
* SPDX-License-Identifier: EPL-2.0
*/
$jetty = array (
'jetty_9.2' => array (
'version' => '9.2.30.v20200428',
'zip.md5' => 'fb9aa271289360caa00651fc3e348f90',
'zip.sha1' => '195c08bb43362f79c9c0d29c2d80c0c62e5581e0',
'tgz.md5' => 'b2a24a5989cc6c1fd9ad7af630e6e0bb',
'tgz.sha1' => '320737b6594dd6ee17bf4f79cf61b001ba8c3245',
),
'jetty_9.3' => array (
'version' => '9.3.29.v20201019',
'zip.md5' => '44847646d9821d6c8d252d6e761c96a9',
'zip.sha1' => 'acf3118a5cbfb3a6dfe218d3f20ecff09974d921',
'tgz.md5' => 'bdc54c7560d831db88eb4f3491cdc6e2',
'tgz.sha1' => '1f61ece21ad87c9835be9d9440725698b6928baa',
),
'jetty_9.4' => array (
'version' => '9.4.54.v20240208',
'zip.md5' => '18fc09c1713b529b76be0284a6305e06',
'zip.sha1' => 'fc9992dd995d39c754d10ae2b70856fd28f505b1',
'tgz.md5' => '58c70e97680da322384c608a5740b784',
'tgz.sha1' => '207d7747c5a22888975e572c496202e28e09ba08',
),
'jetty_10.0' => array (
'version' => '10.0.20',
'zip.md5' => 'fde76dba0c0a12e4e7492515014be5cc',
'zip.sha1' => 'd465abc8660b1a5dd23acc886ddc871ba6dc08cc',
'tgz.md5' => '6cb60a448ba286bd08d0cf557b960f37',
'tgz.sha1' => '8bca26a47d5c46f1cc95ad16ddf6e001257baa37',
),
'jetty_11.0' => array (
'version' => '11.0.20',
'zip.md5' => 'fc9b7699fb6b7c7ed2b7f9062a979c79',
'zip.sha1' => 'ad6c231cbf68c7894685f8fa8a5e477167186582',
'tgz.md5' => '04a7d1d97c5f7324314018089111c3c9',
'tgz.sha1' => '6448d60144016b97aae0b8445d770241b7416edb',
),
'jetty_12.0' => array (
'version' => '12.0.9',
'zip.md5' => '838e1dd769c8021c6daa431770878e3b',
'zip.sha1' => '00e484e1f7c8030862ac199e2f5771e349b873d0',
'tgz.md5' => 'a59c86cd893e8ff75860a79dd795b63a',
'tgz.sha1' => '651cf088a9588bb6d23c0247ac60f00c7fe4412a',
)
);