mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"description": "JDK Mission Control",
|
|
"homepage": "https://openjdk.java.net/projects/jmc/",
|
|
"version": "8.3.1-05",
|
|
"license": "UPL-1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.java.net/java/GA/jmc8/05/binaries/jmc-8.3.1_windows-x64.zip",
|
|
"hash": "d924640fefbde15a30481141e94285f38e1183c01953d1d568ea3de248254b9d"
|
|
}
|
|
},
|
|
"extract_dir": "jmc-8.3.1_windows-x64\\JDK Mission Control",
|
|
"shortcuts": [
|
|
[
|
|
"jmc.exe",
|
|
"JDK Mission Control"
|
|
]
|
|
],
|
|
"persist": "configuration",
|
|
"checkver": {
|
|
"url": "https://jdk.java.net/jmc/8/",
|
|
"re": "/(?<type>early_access|GA)/(?<path>jmc(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries|/UPL)?)/(?<file>jmc-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64(?:_bin)?\\.(?:zip|tar.gz))",
|
|
"replace": "${version}-${build}${ea}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256",
|
|
"find": "$sha256\\s"
|
|
},
|
|
"extract_dir": "jmc-$matchVersion_windows-x64\\JDK Mission Control"
|
|
}
|
|
}
|