Java/bucket/liberica8-full-jdk.json
2026-07-22 13:55:53 +00:00

43 lines
1.8 KiB
JSON

{
"description": "BellSoft Liberica is a 100% open-source Java 8 implementation",
"homepage": "https://bell-sw.com/java",
"version": "8u502-9",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/8u502%2B9/bellsoft-jdk8u502%2B9-windows-amd64-full.zip",
"hash": "sha1:92e9f19a4e3e82bd4ed6f4227f328d8151fc5197"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/8u502%2B9/bellsoft-jdk8u502%2B9-windows-i586-full.zip",
"hash": "sha1:107ad0d11ee8e8e53056de8580313adf56f848f8"
}
},
"extract_dir": "jdk8u502-full",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=8&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version",
"jsonpath": "$[*].version",
"regex": "(?<major>[\\du]+)(?:\\+)(?<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-full.zip"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jdk$matchMajor%2B$matchBuild-windows-i586-full.zip"
}
},
"hash": {
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
"jsonpath": "$.sha1"
},
"extract_dir": "jdk$matchMajor-full"
}
}