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": "22.3.3",
|
|
"homepage": "https://www.graalvm.org/",
|
|
"license": "GPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.3.3/graalvm-ce-java11-windows-amd64-22.3.3.zip",
|
|
"hash": "9188b040653cd6ba6ebb6b618852e76bf789aa8491f6f9467f9a9962fb161a83"
|
|
}
|
|
},
|
|
"extract_dir": "graalvm-ce-java11-22.3.3",
|
|
"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-22[\\d.]+$/)].name",
|
|
"regex": "vm-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-$version/graalvm-ce-java11-windows-amd64-$version.zip",
|
|
"extract_dir": "graalvm-ce-java11-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|