mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"description": "BellSoft Liberica is a 100% open-source Java implementation",
|
|
"homepage": "https://bell-sw.com/java",
|
|
"version": "26.0.2-13",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/26.0.2%2B13/bellsoft-jre26.0.2%2B13-windows-amd64-full.zip",
|
|
"hash": "sha1:1e711786fbdd53d973db502c3ad27eb51f53c16f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/26.0.2%2B13/bellsoft-jre26.0.2%2B13-windows-aarch64-full.zip",
|
|
"hash": "sha1:9e25a9b65238abefd98eb4c9ff45501787e5cf5d"
|
|
}
|
|
},
|
|
"extract_dir": "jre-26.0.2-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=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}",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-aarch64-full.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
|
|
"jsonpath": "$.sha1"
|
|
},
|
|
"extract_dir": "jre-$matchMajor-full"
|
|
}
|
|
}
|