mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
31 lines
1.2 KiB
JSON
31 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": "21.3.3.1",
|
|
"homepage": "https://www.graalvm.org/",
|
|
"license": "GPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.3.1/graalvm-ce-java17-windows-amd64-21.3.3.1.zip",
|
|
"hash": "f6f6be974a69473f0caea9dca69b9c23e240408e3734e1b7f8448454237263c9"
|
|
}
|
|
},
|
|
"extract_dir": "graalvm-ce-java17-21.3.3.1",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir",
|
|
"GRAALVM_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/graalvm/graalvm-ce-builds/tags?per_page=200&page=1",
|
|
"jsonpath": "$.[?(@.name =~ /^vm-21[\\d.]+$/)].name",
|
|
"regex": "vm-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-$version/graalvm-ce-java17-windows-amd64-$version.zip",
|
|
"extract_dir": "graalvm-ce-java17-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|