mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"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": "25i2-25.0.3-ea.04",
|
|
"homepage": "https://www.graalvm.org/",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.oracle.com/downloads/licenses/graal-free-license.html"
|
|
},
|
|
"url": "https://github.com/graalvm/oracle-graalvm-ea-builds/releases/download/jdk-25i2-25.0.3-ea.04/graalvm-jdk-25i2-25.0.3-ea.04_windows-x64_bin.zip",
|
|
"hash": "1236fac7fea9f190443f0797b5b4a9ae64b482a98b4ac2bbc10fdc846bd92bc4",
|
|
"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://github.com/graalvm/oracle-graalvm-ea-builds/releases",
|
|
"regex": "tag/jdk-([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/graalvm/oracle-graalvm-ea-builds/releases/download/jdk-$version/graalvm-jdk-$version_windows-x64_bin.zip"
|
|
}
|
|
}
|