mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"description": "OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java.",
|
|
"homepage": "https://openjfx.io/",
|
|
"version": "18.0.1",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download2.gluonhq.com/openjfx/18.0.1/openjfx-18.0.1_windows-x64_bin-sdk.zip",
|
|
"hash": "07841e6fdf33adc9e9ea95829fdb39f09b7e483d8cd8a29ace474961bc676272"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download2.gluonhq.com/openjfx/18.0.1/openjfx-18.0.1_windows-x86_bin-sdk.zip",
|
|
"hash": "538e21a004ef161552aa055730df95031a53edc6faa7ea7b1d1bc869dc6f2a20"
|
|
}
|
|
},
|
|
"extract_dir": "javafx-sdk-18.0.1",
|
|
"env_set": {
|
|
"PATH_TO_FX": "$dir\\lib"
|
|
},
|
|
"checkver": {
|
|
"url": "https://gluonhq.com/wp-content/uploads/custom-css-js/119502.js",
|
|
"regex": "\"([\\d.]+).*?\"#latest\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download2.gluonhq.com/openjfx/$version/openjfx-$version_windows-x64_bin-sdk.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download2.gluonhq.com/openjfx/$version/openjfx-$version_windows-x86_bin-sdk.zip"
|
|
}
|
|
},
|
|
"extract_dir": "javafx-sdk-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|