-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathliberica-full-lts-jre.json
42 lines (42 loc) · 1.81 KB
/
liberica-full-lts-jre.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
{
"description": "BellSoft Liberica is a 100% open-source Java implementation",
"homepage": "https://bell-sw.com/java",
"version": "21.0.6-10",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.6%2B10/bellsoft-jre21.0.6%2B10-windows-amd64-full.zip",
"hash": "sha1:dc7057598a9fb11a12cfb7c2854f0a449115efeb"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.6%2B10/bellsoft-jre21.0.6%2B10-windows-i586-full.zip",
"hash": "sha1:2d2d4a85e618709f530bd3b3f24511323d822914"
}
},
"extract_dir": "jre-21.0.6-full",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
"jsonpath": "$.version",
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
"replace": "${major}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586-full.zip"
}
},
"hash": {
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
"jsonpath": "$.sha1"
},
"extract_dir": "jre-$matchMajor-full"
}
}