-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathdragonwell17-jdk.json
39 lines (39 loc) · 1.56 KB
/
dragonwell17-jdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba",
"version": "17.0.14.0.15-17.0.14",
"homepage": "https://dragonwell-jdk.io/",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.14.0.15%2B7_jdk-17.0.14-ga/Alibaba_Dragonwell_Standard_17.0.14.0.15.7_x64_windows.zip",
"hash": "a14adb603bac32c2c72fb99e83e154f4498325ea9374c243a50e86c110f130b6"
}
},
"extract_to": "tmp",
"installer": {
"script": [
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
"Remove-Item -Recurse \"$dir\\tmp\""
]
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/dragonwell-project/dragonwell17",
"regex": "(?<tag>dragonwell-standard-(?<dragon>[\\d.]+)(?<build>(?:\\%2B|\\+)?[\\d]*)?_jdk-(?<jdk>[\\d.]+)(?:(?<b>-[\\d+])|-ga))/(?<filename>Alibaba_Dragonwell_Standard_(?:[\\d.+]+)_x64_windows)\\.zip",
"replace": "${dragon}-${jdk}${b}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dragonwell-project/dragonwell17/releases/download/$matchTag/$matchFilename.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"regex": "$sha256"
}
}
}