mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"description": "BellSoft Liberica is a 100% open-source Java 16 implementation",
|
|
"homepage": "https://bell-sw.com/java",
|
|
"version": "16.0.2-7",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/16.0.2%2B7/bellsoft-jre16.0.2%2B7-windows-amd64-full.zip",
|
|
"hash": "sha1:494a3036332c9805a3aeaf2e5c5a095429f517b8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/16.0.2%2B7/bellsoft-jre16.0.2%2B7-windows-i586-full.zip",
|
|
"hash": "sha1:e1ef4dd9b817dbe1e1651aadd0f3795a93f91cb3"
|
|
}
|
|
},
|
|
"extract_dir": "jre-16.0.2-full",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=16&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}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-amd64-full.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bell-sw/Liberica/releases/download/$matchMajor%2B$matchBuild/bellsoft-jre$matchMajor%2B$matchBuild-windows-i586-full.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://api.bell-sw.com/v1/liberica/releases/$basename",
|
|
"jsonpath": "$.sha1"
|
|
},
|
|
"extract_dir": "jre-$matchMajor-full"
|
|
}
|
|
}
|