forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheclipse-java.json
44 lines (44 loc) · 2.02 KB
/
eclipse-java.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": "https://www.eclipse.org/legal/epl-v10.html",
"version": "4.7.1a",
"architecture": {
"64bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/1a/eclipse-java-oxygen-1a-win32-x86_64.zip&r=1#/dl.7z",
"hash": "sha512:9e5cc14236db2a7712ef18d5ddc636a863f2db6ba0a9e7f266353698369d1232d5ff6903001c3e761a661b6ddb3df06da3f69eec7ea205d3f59f1b055c024077"
},
"32bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/1a/eclipse-java-oxygen-1a-win32.zip&r=1#/dl.7z",
"hash": "sha512:279d3f830adcc705e2131b304e9881bd464e436e2e6b9f0a32f14d5e8f66b795398bd7cb02a512a8bbaa78c1610b15a77eac86b6ed8a70b7a0e383174ecdabc0"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for Java Developers"
]
],
"checkver": {
"url": "https://raw.githubusercontent.com/se35710/scoop-eclipse/master/versions.txt",
"re": "epp.package.java=([\\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})"
}
}
}
}
}