forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse-committers.json
44 lines (44 loc) · 2 KB
/
eclipse-committers.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-committers-photon-R-win32-x86_64.zip&r=1#/dl.7z",
"hash": "sha512:2f05a5fa76e2ab1901f2584b96198246bbdd03140276aa4fb80a20989429c241dc9ae7da7a7c012d0c898737dc9c455e08d24d6a9a326a3f4eff3213282dcb11"
},
"32bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/photon/R/eclipse-committers-photon-R-win32.zip&r=1#/dl.7z",
"hash": "sha512:92a6d6c3d75ded9ac7f80978deeb8ab1fedac7762c5b634edea8857ae08ba757f5233d4598ab27538eb019da8ec1ba5d232d8b8468e767626616d4e3e6db019a"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for Eclipse Committers"
]
],
"checkver": {
"url": "https://raw.githubusercontent.com/se35710/scoop-eclipse/master/versions.txt",
"re": "epp.package.committers=([\\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})"
}
}
}
}
}