jmc: Update to version 8.0.0-13 (#268)

* jmc: Update to version 8.0.0-13

* jmc7: Disable autoupdate

* jmc: Fix extract_dir
This commit is contained in:
Mathias Hermansson 2021-04-07 21:10:19 +02:00 committed by GitHub
parent e1d9c2bb13
commit 141be1122c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 6 deletions

View File

@ -1,15 +1,15 @@
{
"description": "JDK Mission Control",
"homepage": "https://openjdk.java.net/projects/jmc/",
"version": "7.1.2-04",
"version": "8.0.0-13",
"license": "UPL-1.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jmc7/04/binaries/jmc-7.1.2_windows-x64.zip",
"hash": "b2dc4cc3e0b32dfcda0e71136452ccd39a3a076dd66c2b7824be0d52bc7c852e"
"url": "https://download.java.net/java/GA/jmc8/13/binaries/jmc-8.0.0_windows-x64.zip",
"hash": "866e3799162f90c230abdd1d0aa9ba82180603904dc6eea03b588732852241d8"
}
},
"extract_dir": "jmc-7.1.2_windows-x64\\bin",
"extract_dir": "jmc-8.0.0_windows-x64\\JDK Mission Control",
"shortcuts": [
[
"jmc.exe",
@ -18,7 +18,7 @@
],
"persist": "configuration",
"checkver": {
"url": "https://jdk.java.net/jmc/",
"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}"
},
@ -32,6 +32,6 @@
"url": "$url.sha256",
"find": "$sha256\\s"
},
"extract_dir": "jmc-$matchVersion_windows-x64\\bin"
"extract_dir": "jmc-$matchVersion_windows-x64\\JDK Mission Control"
}
}

20
bucket/jmc7.json Normal file
View File

@ -0,0 +1,20 @@
{
"description": "JDK Mission Control",
"homepage": "https://openjdk.java.net/projects/jmc/",
"version": "7.1.2-04",
"license": "UPL-1.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jmc7/04/binaries/jmc-7.1.2_windows-x64.zip",
"hash": "b2dc4cc3e0b32dfcda0e71136452ccd39a3a076dd66c2b7824be0d52bc7c852e"
}
},
"extract_dir": "jmc-7.1.2_windows-x64\\bin",
"shortcuts": [
[
"jmc.exe",
"JDK Mission Control"
]
],
"persist": "configuration"
}

37
bucket/jmc8.json Normal file
View File

@ -0,0 +1,37 @@
{
"description": "JDK Mission Control",
"homepage": "https://openjdk.java.net/projects/jmc/",
"version": "8.0.0-13",
"license": "UPL-1.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jmc8/13/binaries/jmc-8.0.0_windows-x64.zip",
"hash": "866e3799162f90c230abdd1d0aa9ba82180603904dc6eea03b588732852241d8"
}
},
"extract_dir": "jmc-8.0.0_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"
}
}