mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-12 06:16:26 +08:00
openjdk12: Remove checkver (#77)
This commit is contained in:
parent
1c07b6cde1
commit
e2137a0f4a
@ -13,20 +13,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<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"
|
||||
},
|
||||
"extract_dir": "jdk-$matchVersion"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user