mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-16 02:18:12 +08:00
Add -ea for early access builds
This commit is contained in:
parent
6679c37e4b
commit
89b666b20f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"description": "Zulu 11 is a build of OpenJDK 11 (Early Access)",
|
||||
"description": "Zulu 11 is a build of OpenJDK 11",
|
||||
"homepage": "https://www.azul.com/downloads/zulu/zulu-windows/",
|
||||
"version": "11.1-23",
|
||||
"version": "11.1-23-ea",
|
||||
"license": "https://www.azulsystems.com/license/zulu_third_party_licenses.html",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"checkver": {
|
||||
"re": "//cdn.azul.com/zulu/bin/(?<name>zulu11(?<major>[\\d.]+)\\+(?<build>[\\d]+)(?<ea>[-ea]*?)-jdk(?<openver>[\\d.]+)-win)_x64.zip",
|
||||
"replace": "11${major}-${build}"
|
||||
"replace": "11${major}-${build}${ea}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user