Skip to content

Commit 43c426d

Browse files
authored
Merge pull request #1 from techoc/GraalVM-25.0.1
Add graalvm25.json for GraalVM 25.0.1
2 parents 895df8f + 9713033 commit 43c426d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bucket/bucket/graalvm25.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
"extract_to": "tmp",
9+
"installer": {
10+
"script": [
11+
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
12+
"Remove-Item -Recurse \"$dir\\tmp\""
13+
]
14+
},
15+
"env_add_path": "bin",
16+
"env_set": {
17+
"JAVA_HOME": "$dir",
18+
"GRAALVM_HOME": "$dir"
19+
},
20+
"checkver": {
21+
"github": "graalvm/graalvm-ce-builds",
22+
"regex": "jdk-(25[\\d.]+)"
23+
},
24+
"autoupdate": {
25+
"url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$version/graalvm-community-jdk-$version_windows-x64_bin.zip",
26+
"hash": {
27+
"url": "$url.sha256"
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)