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