Skip to content

Commit 36ee7a8

Browse files
committed
feat(liberica): Add Liberica 25
1 parent 5d864fc commit 36ee7a8

10 files changed

+420
-0
lines changed

bucket/liberica25-full-jdk.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "25-37",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip",
9+
"hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip",
13+
"hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71"
14+
}
15+
},
16+
"extract_dir": "jdk-25-full",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-full.zip"
31+
},
32+
"arm64": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jdk-$matchMajor-full"
41+
}
42+
}

bucket/liberica25-full-jre.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip",
9+
"hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64-full.zip",
13+
"hash": "sha1:4158061ba406bc1450b3e26868b6d6a45710b8ec"
14+
}
15+
},
16+
"extract_dir": "jre-21.0.8-full",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
31+
},
32+
"arm64": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jre-$matchMajor-full"
41+
}
42+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip",
9+
"hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-full.zip",
13+
"hash": "sha1:d2f0f9f0403147812828c3b42a383c004b8a37a7"
14+
}
15+
},
16+
"extract_dir": "jdk-21.0.8-full",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-full.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-full.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jdk-$matchMajor-full"
41+
}
42+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip",
9+
"hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586-full.zip",
13+
"hash": "sha1:54f084a4eec60ac6a57c8e42b0e882d3034e4fea"
14+
}
15+
},
16+
"extract_dir": "jre-21.0.8-full",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586-full.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jre-$matchMajor-full"
41+
}
42+
}

bucket/liberica25-jdk.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip",
9+
"hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586.zip",
13+
"hash": "sha1:0e34000477f64d816b691f511f0b8ebe0747f7af"
14+
}
15+
},
16+
"extract_dir": "jdk-21.0.8",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jdk-$matchMajor"
41+
}
42+
}

bucket/liberica25-jre.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64.zip",
9+
"hash": "sha1:ef497a0e77eb86b1c659bc9074962c69e29b1551"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586.zip",
13+
"hash": "sha1:e6f37c813835f4b9724d245e96ec958f2ea6ad76"
14+
}
15+
},
16+
"extract_dir": "jre-21.0.8",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jre-$matchMajor"
41+
}
42+
}

bucket/liberica25-lite-jdk.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip",
9+
"hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-lite.zip",
13+
"hash": "sha1:71c8cfed8fa08d0993cea336fc990c8b6432318f"
14+
}
15+
},
16+
"extract_dir": "jdk-21.0.8-lite",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-lite.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-lite.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jdk-$matchMajor-lite"
41+
}
42+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip",
9+
"hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-lite.zip",
13+
"hash": "sha1:71c8cfed8fa08d0993cea336fc990c8b6432318f"
14+
}
15+
},
16+
"extract_dir": "jdk-21.0.8-lite",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-lite&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-lite.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-lite.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jdk-$matchMajor-lite"
41+
}
42+
}

bucket/liberica25-lts-jdk.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"description": "BellSoft Liberica is a 100% open-source Java implementation",
3+
"homepage": "https://bell-sw.com/java",
4+
"version": "21.0.8-12",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip",
9+
"hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586.zip",
13+
"hash": "sha1:0e34000477f64d816b691f511f0b8ebe0747f7af"
14+
}
15+
},
16+
"extract_dir": "jdk-21.0.8",
17+
"env_add_path": "bin",
18+
"env_set": {
19+
"JAVA_HOME": "$dir"
20+
},
21+
"checkver": {
22+
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
23+
"jsonpath": "$.version",
24+
"regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)",
25+
"replace": "${major}-${build}"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64.zip"
31+
},
32+
"32bit": {
33+
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586.zip"
34+
}
35+
},
36+
"hash": {
37+
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
38+
"jsonpath": "$.sha1"
39+
},
40+
"extract_dir": "jdk-$matchMajor"
41+
}
42+
}

0 commit comments

Comments
 (0)