forked from ScoopInstaller/Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraalvm-oracle-21jdk.json
More file actions
34 lines (34 loc) · 1.39 KB
/
graalvm-oracle-21jdk.json
File metadata and controls
34 lines (34 loc) · 1.39 KB
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
{
"description": "High-performance, embeddable, polyglot Virtual Machine for JVM-langs (Java, Scala, Kotlin), JavaScript/NodeJS, Python, Ruby, R, and LLVM-langs (C, C++, Rust)",
"version": "21.0.11",
"homepage": "https://www.graalvm.org/",
"license": {
"identifier": "Freeware",
"url": "https://www.oracle.com/downloads/licenses/graal-free-license.html"
},
"url": "https://download.oracle.com/graalvm/21/archive/graalvm-jdk-21.0.11_windows-x64_bin.zip",
"hash": "fc487b76723a922eb65885e5fada8333bca64b752417a4cfa76ebec2a048666b",
"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",
"GRAALVM_HOME": "$dir"
},
"checkver": {
"url": "https://docs.oracle.com/en/graalvm/jdk/21/docs/release-notes/",
"useragent": "Mozilla/5.0",
"regex": "Oracle GraalVM for JDK ((?<ver>21)\\.(?<build>[\\d.]+))"
},
"autoupdate": {
"url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip",
"hash": {
"url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip.sha256"
}
}
}