Java/bucket/liberica11-lite-jdk.json
2026-07-22 13:55:44 +00:00

43 lines
1.8 KiB
JSON

{
"description": "BellSoft Liberica is a 100% open-source Java 11 implementation",
"homepage": "https://bell-sw.com/java",
"version": "11.0.32-11",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/11.0.32%2B11/bellsoft-jdk11.0.32%2B11-windows-amd64-lite.zip",
"hash": "sha1:d8b5c015bc8d818b5d99e49d992db4f3cfe5be7d"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/11.0.32%2B11/bellsoft-jdk11.0.32%2B11-windows-i586-lite.zip",
"hash": "sha1:808b1c305874e26b2ba417682675a99affc8ed47"
}
},
"extract_dir": "jdk-11.0.32-lite",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=11&bundle-type=jdk-lite&version-modifier=latest&release-type=all&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-jdk$matchMajor%2B$matchBuild-windows-amd64-lite.zip"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-lite.zip"
}
},
"hash": {
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
"jsonpath": "$.sha1"
},
"extract_dir": "jdk-$matchMajor-lite"
}
}