forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheclipse-jee.json
44 lines (44 loc) · 1.98 KB
/
eclipse-jee.json
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
{
"homepage": "https://www.eclipse.org",
"license": "EPL-1.0",
"version": "4.8.0",
"architecture": {
"64bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/photon/R/eclipse-jee-photon-R-win32-x86_64.zip&r=1#/dl.7z",
"hash": "sha512:86b09e3f3b22ec4aaad75f7771fe4efa1e24d0a51e0dcc47c66fef9cbd1eeb64d35204924e62318d819e26cc87a8f284f8d6e1182d1269824701f2c78398a88a"
},
"32bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/photon/R/eclipse-jee-photon-R-win32.zip&r=1#/dl.7z",
"hash": "sha512:acac3d076b614f48286e025a5129481dadd9707034a6161f688566eb82cdf16af146ab2b349fd19050d65fb740715cabd24b0a38d9b4a788a6a6be48789ea7e6"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for Java EE Developers"
]
],
"checkver": {
"url": "https://raw.githubusercontent.com/se35710/scoop-eclipse/master/versions.txt",
"re": "epp.package.jee=([\\d.]+[a-z]?)\\spath=(?<path>.*)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$matchPath-win32-x86_64.zip&r=1#/dl.7z",
"hash": {
"url": "http://download.eclipse.org/technology/epp/downloads/release/$matchPath-win32-x86_64.zip.sha512",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$matchPath-win32.zip&r=1#/dl.7z",
"hash": {
"url": "http://download.eclipse.org/technology/epp/downloads/release/$matchPath-win32.zip.sha512",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}