Skip to content

Commit b630741

Browse files
authored
graalvm-oracle*: update releases and fix checkver (#591)
1 parent 408e78b commit b630741

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

bucket/graalvm-oracle-17jdk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"GRAALVM_HOME": "$dir"
2222
},
2323
"checkver": {
24-
"url": "https://www.oracle.com/java/technologies/downloads/",
24+
"url": "https://www.oracle.com/java/technologies/javase/graalvm-jdk17-archive-downloads.html",
2525
"useragent": "Mozilla/5.0",
26-
"regex": "GraalVM for JDK ((?<ver>17)\\.[\\d.]+) downloads"
26+
"regex": "graalvm-jdk-((?<ver>17)\\.(?<build>[\\d.]+))_windows-x64_bin\\.zip"
2727
},
2828
"autoupdate": {
2929
"url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip",

bucket/graalvm-oracle-21jdk.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"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": "21.0.8",
3+
"version": "21.0.11",
44
"homepage": "https://www.graalvm.org/",
55
"license": {
66
"identifier": "Freeware",
77
"url": "https://www.oracle.com/downloads/licenses/graal-free-license.html"
88
},
9-
"url": "https://download.oracle.com/graalvm/21/archive/graalvm-jdk-21.0.8_windows-x64_bin.zip",
10-
"hash": "0401a5c9b4a5478640b0d5563a5e0f2c97513ab689c5ee647d41293b92eed0e4",
9+
"url": "https://download.oracle.com/graalvm/21/archive/graalvm-jdk-21.0.11_windows-x64_bin.zip",
10+
"hash": "fc487b76723a922eb65885e5fada8333bca64b752417a4cfa76ebec2a048666b",
1111
"extract_to": "tmp",
1212
"installer": {
1313
"script": [
@@ -21,9 +21,9 @@
2121
"GRAALVM_HOME": "$dir"
2222
},
2323
"checkver": {
24-
"url": "https://www.oracle.com/java/technologies/downloads/",
24+
"url": "https://docs.oracle.com/en/graalvm/jdk/21/docs/release-notes/",
2525
"useragent": "Mozilla/5.0",
26-
"regex": "GraalVM for JDK ((?<ver>21)\\.(?<build>[\\d.]+)) downloads"
26+
"regex": "Oracle GraalVM for JDK ((?<ver>21)\\.(?<build>[\\d.]+))"
2727
},
2828
"autoupdate": {
2929
"url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip",

bucket/graalvm-oracle-jdk.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"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": "24.0.2",
3+
"version": "25.0.3",
44
"homepage": "https://www.graalvm.org/",
55
"license": {
66
"identifier": "Freeware",
77
"url": "https://www.oracle.com/downloads/licenses/graal-free-license.html"
88
},
9-
"url": "https://download.oracle.com/graalvm/24/archive/graalvm-jdk-24.0.2_windows-x64_bin.zip",
10-
"hash": "a70785104855c181f2b56993d117e0e991eab6bd6dde99c32c2c5af857756653",
9+
"url": "https://download.oracle.com/graalvm/25/archive/graalvm-jdk-25.0.3_windows-x64_bin.zip",
10+
"hash": "8678e147a7e3c32eca47f1466d199b5c7346c9aad2ee55b51ebdf504d6ea7c72",
1111
"extract_to": "tmp",
1212
"installer": {
1313
"script": [
@@ -21,9 +21,9 @@
2121
"GRAALVM_HOME": "$dir"
2222
},
2323
"checkver": {
24-
"url": "https://www.oracle.com/java/technologies/downloads/",
24+
"url": "https://docs.oracle.com/en/graalvm/jdk/25/docs/release-notes/",
2525
"useragent": "Mozilla/5.0",
26-
"regex": "GraalVM for JDK ((?<ver>[\\d]*)\\.[\\d.]+) downloads"
26+
"regex": "Oracle GraalVM ((?<ver>25)\\.(?<build>[\\d.]+))"
2727
},
2828
"autoupdate": {
2929
"url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip",

0 commit comments

Comments
 (0)