Java/bucket/jmc.json
2021-04-20 16:59:45 +02:00

38 lines
1.3 KiB
JSON

{
"description": "JDK Mission Control",
"homepage": "https://openjdk.java.net/projects/jmc/",
"version": "8.0.1-02",
"license": "UPL-1.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jmc8/02/binaries/jmc-8.0.1_windows-x64.zip",
"hash": "835c4631aa6f3a632057ebbbe3dd72622b11beda51d4b7e78c09cea7e23eb429"
}
},
"extract_dir": "jmc-8.0.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"
}
}