|
1 | 1 | { |
2 | 2 | "description": "BellSoft Liberica is a 100% open-source Java implementation", |
3 | 3 | "homepage": "https://bell-sw.com/java", |
4 | | - "version": "21.0.8-12", |
| 4 | + "version": "25-37", |
5 | 5 | "license": "GPL-2.0-only WITH Classpath-exception-2.0", |
6 | 6 | "architecture": { |
7 | 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" |
| 8 | + "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip", |
| 9 | + "hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd" |
10 | 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" |
| 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 | 14 | } |
15 | 15 | }, |
16 | | - "extract_dir": "jdk-21.0.8-full", |
| 16 | + "extract_dir": "jdk-25-full", |
17 | 17 | "env_add_path": "bin", |
18 | 18 | "env_set": { |
19 | 19 | "JAVA_HOME": "$dir" |
20 | 20 | }, |
21 | 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", |
| 22 | + "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&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 | 23 | "jsonpath": "$.version", |
24 | 24 | "regex": "(?<major>[\\d.]+)(?:\\+)(?<build>[\\d]+)", |
25 | 25 | "replace": "${major}-${build}" |
|
29 | 29 | "64bit": { |
30 | 30 | "url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-amd64-full.zip" |
31 | 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" |
| 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 | 34 | } |
35 | 35 | }, |
36 | 36 | "hash": { |
|
0 commit comments