mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
29 lines
1.2 KiB
JSON
29 lines
1.2 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": "25.3.4.1-dev-20260801_0813",
|
|
"homepage": "https://www.graalvm.org/",
|
|
"license": "GPL-2.0",
|
|
"url": "https://github.com/graalvm/graalvm-ce-dev-builds/releases/download/25.3.4.1-dev-20260801_0813/graalvm-community-dev-windows-amd64.zip",
|
|
"hash": "1127574bcf6d97e41c0c4cd94b8746bfa46fe1264c3cc2b5f7efcbe09f83f5ba",
|
|
"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": {
|
|
"github": "https://github.com/graalvm/graalvm-ce-dev-builds",
|
|
"jsonpath": "$.tag_name",
|
|
"regex": "([\\d.]+-dev-\\d{8}_\\d{4})"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/graalvm/graalvm-ce-dev-builds/releases/download/$version/graalvm-community-dev-windows-amd64.zip"
|
|
}
|
|
}
|