Skip to content

Commit 88dee90

Browse files
authored
Create graalvm25.json
1 parent 33ad86a commit 88dee90

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

bucket/graalvm25.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"description": "High-performance, embeddable, polyglot Virtual Machine for JVM-langs (Java, Scala, Kotlin), JavaScript/NodeJS, Python, Ruby, R, and LLVM-langs (C, C++, Rust)",
3+
"version": "25.0.1",
4+
"homepage": "https://www.graalvm.org/",
5+
"license": "GPL-2.0",
6+
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-25.0.1/graalvm-community-jdk-25.0.1_windows-x64_bin.zip",
7+
"hash": "fde83c5ceec2c75560c747ccd9f314f90e4cf5c5287416e67c4ce442e344ca27",
8+
"pre_install": [
9+
"$d = Get-ChildItem $dir | Where-Object { $_.PSIsContainer }",
10+
"if ($d.Count -eq 1) { Move-Item \"$($d.FullName)/*\" $dir -Force }"
11+
],
12+
"env_add_path": "bin",
13+
"env_set": {
14+
"JAVA_HOME": "$dir",
15+
"GRAALVM_HOME": "$dir"
16+
},
17+
"checkver": {
18+
"url": "https://www.graalvm.org/downloads/",
19+
"regex": "jdk-(25[\\d.]+)"
20+
},
21+
"autoupdate": {
22+
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$version/graalvm-community-jdk-$version_windows-x64_bin.zip",
23+
"hash": {
24+
"url": "$url.sha256"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)