mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-11 11:51:19 +08:00
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:
parent
e1d9c2bb13
commit
141be1122c
@ -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
20
bucket/jmc7.json
Normal 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
37
bucket/jmc8.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user