From c4dbdff9208ecca3e8a61745c668dc6da62d3a49 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 25 Sep 2025 05:10:26 -0400 Subject: [PATCH 001/545] temurin: Add support for JRE and JDK 25 (#560) Signed-off-by: Peter Zhu --- bucket/temurin25-jdk.json | 40 +++++++++++++++++++++++++++++++++++++++ bucket/temurin25-jre.json | 40 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 bucket/temurin25-jdk.json create mode 100644 bucket/temurin25-jre.json diff --git a/bucket/temurin25-jdk.json b/bucket/temurin25-jdk.json new file mode 100644 index 00000000000..09a6c14343c --- /dev/null +++ b/bucket/temurin25-jdk.json @@ -0,0 +1,40 @@ +{ + "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", + "homepage": "https://adoptium.net", + "version": "25.0.0-36", + "license": "GPL-2.0-only WITH Classpath-exception-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B36/OpenJDK25U-jdk_x64_windows_hotspot_25_36.zip", + "hash": "ff76428a600a0925abbfb1dc55da30828b500f8038a13679a8c75b37892a96c3" + } + }, + "extract_dir": "jdk-25+36", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.adoptium.net/v3/assets/feature_releases/25/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", + "script": [ + "$ver = (json_path $page $..version_data.semver).replace('+', '-')", + "$link = (json_path $page $..release_link).replace('%2B', '+')", + "$name = json_path $page $..binaries[0].package.name", + "Write-Output \"$ver $link $name\"" + ], + "regex": "(?.*?) https://github.com/(?.*?)/tag/(?.*?) (?(?OpenJDK[\\dU]*-[dejkr]{3})_x64_(?.*))", + "replace": "${ver}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/$matchLink/download/$matchTag/$matchName" + } + }, + "hash": { + "url": "$url.sha256.txt", + "regex": "^([a-fA-F0-9]+)\\s" + }, + "extract_dir": "$matchTag" + } +} diff --git a/bucket/temurin25-jre.json b/bucket/temurin25-jre.json new file mode 100644 index 00000000000..3f221be8c90 --- /dev/null +++ b/bucket/temurin25-jre.json @@ -0,0 +1,40 @@ +{ + "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", + "homepage": "https://adoptium.net", + "version": "25.0.0-36", + "license": "GPL-2.0-only WITH Classpath-exception-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B36/OpenJDK25U-jre_x64_windows_hotspot_25_36.zip", + "hash": "66abb3213ce984ecb7b3ae7edfeac2d58622297f8c114eb467518dd63e42aa3f" + } + }, + "extract_dir": "jdk-25+36-jre", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.adoptium.net/v3/assets/feature_releases/25/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", + "script": [ + "$ver = (json_path $page $..version_data.semver).replace('+', '-')", + "$link = (json_path $page $..release_link).replace('%2B', '+')", + "$name = json_path $page $..binaries[0].package.name", + "Write-Output \"$ver $link $name\"" + ], + "regex": "(?.*?) https://github.com/(?.*?)/tag/(?.*?) (?(?OpenJDK[\\dU]*-[dejkr]{3})_x64_(?.*))", + "replace": "${ver}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/$matchLink/download/$matchTag/$matchName" + } + }, + "hash": { + "url": "$url.sha256.txt", + "regex": "^([a-fA-F0-9]+)\\s" + }, + "extract_dir": "$matchTag-jre" + } +} From 1dc24c0a7176f805c2517a298f120b3703c21f45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:41:12 +0000 Subject: [PATCH 002/545] temurin25-jdk: Update to version 25.0.0-36.0.LTS --- bucket/temurin25-jdk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/temurin25-jdk.json b/bucket/temurin25-jdk.json index 09a6c14343c..319c6410d13 100644 --- a/bucket/temurin25-jdk.json +++ b/bucket/temurin25-jdk.json @@ -1,11 +1,11 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36", + "version": "25.0.0-36.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B36/OpenJDK25U-jdk_x64_windows_hotspot_25_36.zip", + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jdk_x64_windows_hotspot_25_36.zip", "hash": "ff76428a600a0925abbfb1dc55da30828b500f8038a13679a8c75b37892a96c3" } }, From 5f50499163b7bda6db0b20d605eb61ddda3ce165 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:41:12 +0000 Subject: [PATCH 003/545] temurin25-jre: Update to version 25.0.0-36.0.LTS --- bucket/temurin25-jre.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/temurin25-jre.json b/bucket/temurin25-jre.json index 3f221be8c90..11bf958aac6 100644 --- a/bucket/temurin25-jre.json +++ b/bucket/temurin25-jre.json @@ -1,11 +1,11 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36", + "version": "25.0.0-36.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B36/OpenJDK25U-jre_x64_windows_hotspot_25_36.zip", + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jre_x64_windows_hotspot_25_36.zip", "hash": "66abb3213ce984ecb7b3ae7edfeac2d58622297f8c114eb467518dd63e42aa3f" } }, From 6c99478eee6f5bb053c31ab4ea8792f8ff618e57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:25:03 +0000 Subject: [PATCH 004/545] microsoft-jdk: Update to version 25.0.0 --- bucket/microsoft-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-jdk.json b/bucket/microsoft-jdk.json index 92b68d467d5..ca5c2465f0c 100644 --- a/bucket/microsoft-jdk.json +++ b/bucket/microsoft-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.8", + "version": "25.0.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.zip", - "hash": "6ecfa864b95a45cde05d92351edf06d33b778669499b485bb8414145704fae0a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.0-windows-x64.zip", + "hash": "f9a3b28ed2788b16892e11e159669bd70f100fea71bd36a15ac59bbcde344b80" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-aarch64.zip", - "hash": "9affccd8cf6ffaca141e8b71303a22693349cb299e1d6c83b8f2c7841cfbd08d" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.0-windows-aarch64.zip", + "hash": "69a7bb3053cd6eb4876ad2f11a0bc64b9612d9b03cda86f87a44b11be87900b8" } }, "extract_to": "tmp", From b80fc0793095202857f38e67f38837943ce99c9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:20:11 +0000 Subject: [PATCH 005/545] temurin17-nightly-jdk: Update to version 17.0.17-8.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index 81a2622ce5b..b328600c709 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-5.0.ea", + "version": "17.0.17-8.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+5-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_5-ea.zip", - "hash": "17b4a23b4d31369f6c536e65390e668c525f67d05785e9ad64e17fd0a4a6ac51" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_8-ea.zip", + "hash": "791613f01b9d8ef9e81ac8023f18fb7c819e67e0ccd36304a86e434eedced866" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+5-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_5-ea.zip", - "hash": "ab2d1b1f1b91f28191a3c1eb1f4ae60a7a863f515e69f0edc84dd26469ee782a" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_8-ea.zip", + "hash": "412f76194d8c36e13f9e7c91b3f9d5cebd1e0a403f02a0dcf55cd1e3ec26ccae" } }, "extract_to": "tmp", From c9301e8f67abccecd17542edb4f31b30a4cd155f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:20:11 +0000 Subject: [PATCH 006/545] temurin17-nightly-jre: Update to version 17.0.17-8.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index 61466bf5a2c..ea0798f921c 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-5.0.ea", + "version": "17.0.17-8.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+5-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_5-ea.zip", - "hash": "785e4989f191675f68099d9f3fe4c592cdc80fde63a6ec50ef72b39c43811663" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_8-ea.zip", + "hash": "88d71527f41f736628be19aaaee6d66111d4a1334388ca30336b9770b2fb7e25" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+5-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_5-ea.zip", - "hash": "326442e5d26fcddf31f184ba6ba1ca93b7ca6a77d3efed58e4d9940e24e7a483" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_8-ea.zip", + "hash": "a593db23c5147dec8db94c5e663627207c588ae569625b37f6c338a61051ac64" } }, "extract_to": "tmp", From adb099bbb2e2d5107e24fe97603229d9d7035d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:24:20 +0000 Subject: [PATCH 007/545] intellij-jbr21-jcef: Update to version 21.0.8-b1140.54 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 20d81515f4d..a2e97dee3a7 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1138.52", + "version": "21.0.8-b1140.54", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1138.52.tar.gz", - "hash": "sha512:7d5582a084314a0e281fa2d68e1d08169f09caadc429c20e4c4ae6e67ed5788fcfee0e029bb8599532e819a03aee4a36f00d55ab51cfe1afae12a59a060ada07", - "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1138.52" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1140.54.tar.gz", + "hash": "sha512:5057a3242adc1447df47b6239a8ce7f640ee79db56586f22cf39a16dedfcf61f0101af18b026552a687b4a04575bab0477b8075b2be669d17cf61405ac212082", + "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1140.54" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1138.52.tar.gz", - "hash": "sha512:22e9002a5867cda30e7a6baa076542c1aa7791e6d1dba7301fc88e3a18565136904e97109c8e0d39449e8a973cda50c3db477f3c01367de57506e09b7eecc474", - "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1138.52" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1140.54.tar.gz", + "hash": "sha512:5b932c76c5b7f3858d2483952c3b6cd7b5d079712773b236760dde9e562fc0ec31428ca9ba7c980a4756fa877f9a4898506eeead8e010986b53b7b18ece5194f", + "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1140.54" } }, "env_set": { From 41ac155e54ca4ac02429789ba34ccf8c640f6822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:24:21 +0000 Subject: [PATCH 008/545] intellij-jbr21-sdk-jcef: Update to version 21.0.8-b1140.54 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index 42a87349aa2..9b29ffa8939 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1138.52", + "version": "21.0.8-b1140.54", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1138.52.tar.gz", - "hash": "sha512:c17222cc4f128aba7a75e6b8e0c1a0f246b6a877c795e0bfc4c53673c04bc9497643cfd33fd7c908588c13463f636db2c3c5fb4a6739d71a980fc7f8c54e6b46", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1138.52" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1140.54.tar.gz", + "hash": "sha512:c76de03cee6c2b1e449127bb194b3e8da97a7cef86f3e67b8a6cbdba5fef784bbf0d0fc3416d9dff7692153e14c39668b30c6fc3b7f0c6de8f4322c145022a6d", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1140.54" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1138.52.tar.gz", - "hash": "sha512:0f17442cacc3475b81b6b128a79b7ec0a1b10b84013d88cda32dd9f475b4f3d324f1c3346810d9c4b26aec540489c812a43916aac024ffbff992e0a1aab2c0e9", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1138.52" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1140.54.tar.gz", + "hash": "sha512:60a0b4c27bedc86e4bb55489350283dfa8a3b78b18e76a4d2434202fbfe13a435d9132a0f28a585a377e3bfad7133c6a08a54b941829443d76f423398c9c191d", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1140.54" } }, "env_set": { From 733ae35b66db155547ff6ff417cbaa4fdd95e03e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:25:20 +0000 Subject: [PATCH 009/545] temurin8-nightly-jdk: Update to version 8.0.472-7.0.202509302029 --- bucket/temurin8-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin8-nightly-jdk.json b/bucket/temurin8-nightly-jdk.json index a651dbedbcf..d79f27f1487 100644 --- a/bucket/temurin8-nightly-jdk.json +++ b/bucket/temurin8-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-6.0.202509121418", + "version": "8.0.472-7.0.202509302029", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b06-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u472b06-ea.zip", - "hash": "fa3b8c77e453aabccc1082421aca80de694cd1832c3ee5841a6c023b16b3680b" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u472b07-ea.zip", + "hash": "f55db243db044990758f64aea097a66e797690ddf7c9c9d42dad5e32f1fa6a35" }, "32bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b06-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b06-ea.zip", - "hash": "6fdf625f96df0d5aa2661c880ed5645f00eb8a73cd6e1b095938d5e57dfbe039" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b07-ea.zip", + "hash": "09836d26cfc53c0bd0113a91ef8321520c580efb8af49437c5e624a7a9d10688" } }, "extract_to": "tmp", From 6bca6db2adaea4aded079042e2e038fd5e27d80c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:25:20 +0000 Subject: [PATCH 010/545] temurin8-nightly-jre: Update to version 8.0.472-7.0.202509302029 --- bucket/temurin8-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin8-nightly-jre.json b/bucket/temurin8-nightly-jre.json index 8d8eb83662b..e9ac937a718 100644 --- a/bucket/temurin8-nightly-jre.json +++ b/bucket/temurin8-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-6.0.202509121418", + "version": "8.0.472-7.0.202509302029", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b06-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u472b06-ea.zip", - "hash": "8673755a8ffad0a8c6f912fbd1afd7b5b98fe42cd0098ed56c2aa1caae926868" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u472b07-ea.zip", + "hash": "c276e1e74c19d213ecb5b08f471f721495861f77fb042ddadfe995b32d74b38e" }, "32bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b06-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u472b06-ea.zip", - "hash": "126d2e5e36868e688cbe32a57cd51155f7b1f80c7d123fe3afcb6fad05e33f7a" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u472b07-ea.zip", + "hash": "37540dc5f5f7533124da3ad7a27f367f28acfc8d852941d0589249b068dbbee2" } }, "extract_to": "tmp", From cb64c7a5f5600b7aa2eb28f7572de8c069ea3ea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:20:20 +0000 Subject: [PATCH 011/545] temurin11-nightly-jdk: Update to version 11.0.29-6.0.ea --- bucket/temurin11-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jdk.json b/bucket/temurin11-nightly-jdk.json index ed9f07cf6dd..665567f4706 100644 --- a/bucket/temurin11-nightly-jdk.json +++ b/bucket/temurin11-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-5.0.ea", + "version": "11.0.29-6.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+5-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_5-ea.zip", - "hash": "af6d0460ac949edb213e21f37bade27de5159ed5f703e4d47a3436fa4c833cfb" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_6-ea.zip", + "hash": "c2a8159b8aa38fb9af09d0c34b7c06162ff6618f84351fd76e8cde51f2fb7ec4" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+5-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_5-ea.zip", - "hash": "937195be217a9369fd1a604b2e94366fd18a8987f6e04b88893f8c209d99de65" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_6-ea.zip", + "hash": "6fd541889e2ec571044a8a5e7722bb707c5077da50f24a29ed79139a4e80b0c2" } }, "extract_to": "tmp", From f0ffdd5cff495e47b7ee2197c07077ef167443ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:20:20 +0000 Subject: [PATCH 012/545] temurin11-nightly-jre: Update to version 11.0.29-6.0.ea --- bucket/temurin11-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jre.json b/bucket/temurin11-nightly-jre.json index 37c3dc405ff..840e9c75b95 100644 --- a/bucket/temurin11-nightly-jre.json +++ b/bucket/temurin11-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-5.0.ea", + "version": "11.0.29-6.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+5-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_5-ea.zip", - "hash": "f67a3e40e3d9e945313af40f8d8dd4f25deffb12eead9c00edd28dd88f002009" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_6-ea.zip", + "hash": "6454637243bd67f7060d885290b2a0a3f5ea8964c78ba5c6464490e5e1f7f372" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+5-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_5-ea.zip", - "hash": "79713688670407787ba136680efec8643918cd078bb36760dc27050cf51b7918" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_6-ea.zip", + "hash": "72e708de1e781c5464b448564e96d498ee797c38d1c3f042c9685aaaa09f2bee" } }, "extract_to": "tmp", From 847df479bc95ce70979f5336cd6babe4cba756b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 04:21:20 +0000 Subject: [PATCH 013/545] temurin17-nightly-jdk: Update to version 17.0.17-9.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index b328600c709..af5487271a1 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-8.0.ea", + "version": "17.0.17-9.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_8-ea.zip", - "hash": "791613f01b9d8ef9e81ac8023f18fb7c819e67e0ccd36304a86e434eedced866" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_9-ea.zip", + "hash": "bdf9ee455217e3fc162ee373434f8797b9f971e364934577c4fec8b31ab006ae" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_8-ea.zip", - "hash": "412f76194d8c36e13f9e7c91b3f9d5cebd1e0a403f02a0dcf55cd1e3ec26ccae" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_9-ea.zip", + "hash": "07a90accb9cf211882e45536734527f0b6a85c6427d338e8c609ef4e995d2db8" } }, "extract_to": "tmp", From 8ec8de8be7f0e1e49173cfb8a7aff1203a2a4fc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 04:21:20 +0000 Subject: [PATCH 014/545] temurin17-nightly-jre: Update to version 17.0.17-9.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index ea0798f921c..2d0f84940c1 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-8.0.ea", + "version": "17.0.17-9.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_8-ea.zip", - "hash": "88d71527f41f736628be19aaaee6d66111d4a1334388ca30336b9770b2fb7e25" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_9-ea.zip", + "hash": "4acffeac2f8b2cfef5e7bcc515b902a3983e76a7cad0af0d416be0ce4e20867b" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+8-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_8-ea.zip", - "hash": "a593db23c5147dec8db94c5e663627207c588ae569625b37f6c338a61051ac64" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_9-ea.zip", + "hash": "fd96aa90f2023a2152137acacf06dac4a217814e38c0c9303aa6b79bcd03df2e" } }, "extract_to": "tmp", From 33547e9105a1f21c306b956b9e0abe80ec490895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:20:58 +0000 Subject: [PATCH 015/545] temurin8-nightly-jdk: Update to version 8.0.472-7.0.202509302137 --- bucket/temurin8-nightly-jdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/temurin8-nightly-jdk.json b/bucket/temurin8-nightly-jdk.json index d79f27f1487..0308b2a5e36 100644 --- a/bucket/temurin8-nightly-jdk.json +++ b/bucket/temurin8-nightly-jdk.json @@ -1,7 +1,7 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-7.0.202509302029", + "version": "8.0.472-7.0.202509302137", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { From 6b80b0e71417373f5a95ea71b3167c14f6474771 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:20:58 +0000 Subject: [PATCH 016/545] temurin8-nightly-jre: Update to version 8.0.472-7.0.202509302137 --- bucket/temurin8-nightly-jre.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/temurin8-nightly-jre.json b/bucket/temurin8-nightly-jre.json index e9ac937a718..101f58c2c02 100644 --- a/bucket/temurin8-nightly-jre.json +++ b/bucket/temurin8-nightly-jre.json @@ -1,7 +1,7 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-7.0.202509302029", + "version": "8.0.472-7.0.202509302137", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { From 79695e21ae6661c2fb89a14a98fdbdab8b28fbb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:27:36 +0000 Subject: [PATCH 017/545] intellij-jbr21-jcef: Update to version 21.0.8-b1148.57 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index a2e97dee3a7..ab421f676a7 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1140.54", + "version": "21.0.8-b1148.57", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1140.54.tar.gz", - "hash": "sha512:5057a3242adc1447df47b6239a8ce7f640ee79db56586f22cf39a16dedfcf61f0101af18b026552a687b4a04575bab0477b8075b2be669d17cf61405ac212082", - "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1140.54" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1148.57.tar.gz", + "hash": "sha512:44db4c65d6da96002b1d913a437893e8d179ebebf68baf39f52b2bbdf2f2f869388967548723b0968131ad00fb47a03253968fed15cea2fd901fa8a4ceb0a7f5", + "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1148.57" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1140.54.tar.gz", - "hash": "sha512:5b932c76c5b7f3858d2483952c3b6cd7b5d079712773b236760dde9e562fc0ec31428ca9ba7c980a4756fa877f9a4898506eeead8e010986b53b7b18ece5194f", - "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1140.54" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1148.57.tar.gz", + "hash": "sha512:853935765bd8159ddcbdc52a6395ec398ff84953cac1ff9081c23b6a170720d64ee27348dba8c1d208dab20f5cd6d67efb1c9f0f8fc450691e6d7c46adec00e0", + "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1148.57" } }, "env_set": { From 948dd71b23a4fc7c4bf5ca5b50a73c32c10ff098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:27:36 +0000 Subject: [PATCH 018/545] intellij-jbr21-sdk-jcef: Update to version 21.0.8-b1148.57 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index 9b29ffa8939..1f7c1f04469 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1140.54", + "version": "21.0.8-b1148.57", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1140.54.tar.gz", - "hash": "sha512:c76de03cee6c2b1e449127bb194b3e8da97a7cef86f3e67b8a6cbdba5fef784bbf0d0fc3416d9dff7692153e14c39668b30c6fc3b7f0c6de8f4322c145022a6d", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1140.54" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1148.57.tar.gz", + "hash": "sha512:4c5e9d4627783bd47b4e8ed62a2b7a819eb52e713135df9967dba928dd006e7c76948b3fcbbf7e153ffb06cdde19bccdd832b9ad54531d317ba4b3f4cd757b33", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1148.57" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1140.54.tar.gz", - "hash": "sha512:60a0b4c27bedc86e4bb55489350283dfa8a3b78b18e76a4d2434202fbfe13a435d9132a0f28a585a377e3bfad7133c6a08a54b941829443d76f423398c9c191d", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1140.54" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1148.57.tar.gz", + "hash": "sha512:ee9bcf5429ba37ece4ef1c49a351602c5de7929023da04e9639123361dee2c435eb33668a4c9ded4d95e14034b3ad8ed73508beb8ed044a1a09592c7c0ae89bd", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1148.57" } }, "env_set": { From 2e7decfc107b0405913a36ed009111da6bf9885f Mon Sep 17 00:00:00 2001 From: Florian Cramer Date: Wed, 8 Oct 2025 10:47:05 +0200 Subject: [PATCH 019/545] temurin-25: Make sure the manifests match those of previous LTS versions (#564) Co-authored-by: Florian Cramer --- bucket/temurin25-jdk.json | 6 +++--- bucket/temurin25-jre.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/temurin25-jdk.json b/bucket/temurin25-jdk.json index 319c6410d13..c2a04461ecb 100644 --- a/bucket/temurin25-jdk.json +++ b/bucket/temurin25-jdk.json @@ -1,7 +1,7 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0.LTS", + "version": "25.0.0-36.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { @@ -17,7 +17,7 @@ "checkver": { "url": "https://api.adoptium.net/v3/assets/feature_releases/25/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", "script": [ - "$ver = (json_path $page $..version_data.semver).replace('+', '-')", + "$ver = (json_path $page $..version_data.semver).replace('+', '-').replace('.LTS', '')", "$link = (json_path $page $..release_link).replace('%2B', '+')", "$name = json_path $page $..binaries[0].package.name", "Write-Output \"$ver $link $name\"" @@ -33,7 +33,7 @@ }, "hash": { "url": "$url.sha256.txt", - "regex": "^([a-fA-F0-9]+)\\s" + "find": "^([a-fA-F0-9]+)\\s" }, "extract_dir": "$matchTag" } diff --git a/bucket/temurin25-jre.json b/bucket/temurin25-jre.json index 11bf958aac6..0f4345b5f3b 100644 --- a/bucket/temurin25-jre.json +++ b/bucket/temurin25-jre.json @@ -1,7 +1,7 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0.LTS", + "version": "25.0.0-36.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { @@ -17,7 +17,7 @@ "checkver": { "url": "https://api.adoptium.net/v3/assets/feature_releases/25/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", "script": [ - "$ver = (json_path $page $..version_data.semver).replace('+', '-')", + "$ver = (json_path $page $..version_data.semver).replace('+', '-').replace('.LTS', '')", "$link = (json_path $page $..release_link).replace('%2B', '+')", "$name = json_path $page $..binaries[0].package.name", "Write-Output \"$ver $link $name\"" @@ -33,7 +33,7 @@ }, "hash": { "url": "$url.sha256.txt", - "regex": "^([a-fA-F0-9]+)\\s" + "find": "^([a-fA-F0-9]+)\\s" }, "extract_dir": "$matchTag-jre" } From a15fd0fcc7bbced7edf7c6b2e7de022cca4ae881 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:29 +0000 Subject: [PATCH 020/545] liberica-full-jdk: Update to version 24.0.2-12 --- bucket/liberica-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index 2d243fd6a58..5adb02a1c43 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "24.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip", - "hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:1c7fec837567c90d0f5fb572619383ec58d1c6f7" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip", - "hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:b8f8b48d82ca36497ab7b0ae640c335fcaa4f672" } }, - "extract_dir": "jdk-25-full", + "extract_dir": "jdk-24.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4901144e4b9735ed6f71f3dd067433111a8ff1ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:29 +0000 Subject: [PATCH 021/545] liberica-full-jre: Update to version 24.0.2-12 --- bucket/liberica-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index 1302008a99b..a8334033710 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "24.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64-full.zip", - "hash": "sha1:e7be82c6dcba6051b563150c107ef96b8fd5e0e4" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:faa658ee69615bb29843764d19addbe241888894" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64-full.zip", - "hash": "sha1:69224a1176f0dd70924e8b4b1f5df5e1ec1dd5b7" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:79110788c8c1bd85189389953628a280e4011cb8" } }, - "extract_dir": "jre-25-full", + "extract_dir": "jre-24.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From c04463c2a84b6815364492450de721778ca8cde5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:30 +0000 Subject: [PATCH 022/545] liberica-full-lts-jdk: Update to version 21.0.8-12 --- bucket/liberica-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index 6e1620ed539..86c929fd2a3 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "21.0.8-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip", - "hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip", + "hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip", - "hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-full.zip", + "hash": "sha1:117282a6344ac3ff239dff310d331405ea2576a7" } }, - "extract_dir": "jdk-25-full", + "extract_dir": "jdk-21.0.8-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 23c443807e4232bd24ea47b30c840fcf0a7ab489 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:30 +0000 Subject: [PATCH 023/545] liberica-full-lts-jre: Update to version 21.0.8-12 --- bucket/liberica-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index 947c3dca319..1c399f087b7 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "21.0.8-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64-full.zip", - "hash": "sha1:e7be82c6dcba6051b563150c107ef96b8fd5e0e4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip", + "hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64-full.zip", - "hash": "sha1:69224a1176f0dd70924e8b4b1f5df5e1ec1dd5b7" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64-full.zip", + "hash": "sha1:4158061ba406bc1450b3e26868b6d6a45710b8ec" } }, - "extract_dir": "jre-25-full", + "extract_dir": "jre-21.0.8-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7268dae64f6a5276153832ebe34f70a7682f6361 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:30 +0000 Subject: [PATCH 024/545] liberica-jdk: Update to version 24.0.2-12 --- bucket/liberica-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index b1dd486ea2d..a53fd9aa160 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "24.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64.zip", - "hash": "sha1:7a62e1df0da604723115acfb3240a79cd1261771" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-amd64.zip", + "hash": "sha1:1221e998f013842382fee1b430934300ea6b2d19" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64.zip", - "hash": "sha1:c5a2d7969623bf419f76b4b2556b505ca1b0b0a3" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:33d36b467faac6a79668a478e186aad04f8cd4ef" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-24.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f9d48e9b3cd1c7fb4574b763d8774e8621dbf79f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:31 +0000 Subject: [PATCH 025/545] liberica-jre: Update to version 24.0.2-12 --- bucket/liberica-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index 8f64be30855..dc34ccc8d99 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "24.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64.zip", - "hash": "sha1:ce7aef3ef3f894962016bbbf2f32fed4eb96e0c5" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-amd64.zip", + "hash": "sha1:db36d19c6a9dff898f8e70ead1f9fee2a80d05fb" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64.zip", - "hash": "sha1:c46e09734fa94a26052271aff2279b9f47beedfa" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:2788b52eadbba018b891a7d4f374072938b7a42b" } }, - "extract_dir": "jre-25", + "extract_dir": "jre-24.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 534effa1984a4e02c5cdb638cfce5c373e7b1b7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:31 +0000 Subject: [PATCH 026/545] liberica-lite-jdk: Update to version 24.0.2-12 --- bucket/liberica-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index 19e381e4e82..b9bc610fb4b 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "24.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-lite.zip", - "hash": "sha1:e2fa9243793aa64acde285b6556a7d0f8b0559e0" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-amd64-lite.zip", + "hash": "sha1:43ead9372f2cc45c9301927922faa3937da52902" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-lite.zip", - "hash": "sha1:69dccf53ac60783928c0e1293d639ea51f1a192d" + "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-aarch64-lite.zip", + "hash": "sha1:a7c912ae437ad8ec1fa76c3ae21cdd67c834d164" } }, - "extract_dir": "jdk-25-lite", + "extract_dir": "jdk-24.0.2-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d3135c7bfbde25df8769d5d75b9f67df5d81cd93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:31 +0000 Subject: [PATCH 027/545] liberica-lite-lts-jdk: Update to version 21.0.8-12 --- bucket/liberica-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index eb7c6d8126b..76f33445f95 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "21.0.8-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-lite.zip", - "hash": "sha1:e2fa9243793aa64acde285b6556a7d0f8b0559e0" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip", + "hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-lite.zip", - "hash": "sha1:69dccf53ac60783928c0e1293d639ea51f1a192d" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-lite.zip", + "hash": "sha1:348e11207d318aebb14641d6951ae9d51e990d7a" } }, - "extract_dir": "jdk-25-lite", + "extract_dir": "jdk-21.0.8-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From fa71c7ff958ea6b76d52b9c6a3882795f65abf3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:32 +0000 Subject: [PATCH 028/545] liberica-lts-jdk: Update to version 21.0.8-12 --- bucket/liberica-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index 3c334a91a02..b53a2121b19 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "21.0.8-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64.zip", - "hash": "sha1:7a62e1df0da604723115acfb3240a79cd1261771" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip", + "hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64.zip", - "hash": "sha1:c5a2d7969623bf419f76b4b2556b505ca1b0b0a3" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64.zip", + "hash": "sha1:72f929cca6abb7f8f73f387a9b7b5c57dd891cbf" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-21.0.8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4ddf107ef7cfde7f9da0a4667aecaea266a1eff7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:27:32 +0000 Subject: [PATCH 029/545] liberica-lts-jre: Update to version 21.0.8-12 --- bucket/liberica-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jre.json b/bucket/liberica-lts-jre.json index fadd7b41c76..dd4cfd09cb4 100644 --- a/bucket/liberica-lts-jre.json +++ b/bucket/liberica-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "21.0.8-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64.zip", - "hash": "sha1:ce7aef3ef3f894962016bbbf2f32fed4eb96e0c5" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64.zip", + "hash": "sha1:ef497a0e77eb86b1c659bc9074962c69e29b1551" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64.zip", - "hash": "sha1:c46e09734fa94a26052271aff2279b9f47beedfa" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64.zip", + "hash": "sha1:9451e66b7350fdf07287c14983c70f1d4f49a06c" } }, - "extract_dir": "jre-25", + "extract_dir": "jre-21.0.8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 380e2a89c882e582bc9cd1513c4e8591b7fd5107 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:21:42 +0000 Subject: [PATCH 030/545] temurin8-nightly-jdk: Update to version 8.0.472-7.0.202510091441 --- bucket/temurin8-nightly-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/temurin8-nightly-jdk.json b/bucket/temurin8-nightly-jdk.json index 0308b2a5e36..7c899f60c15 100644 --- a/bucket/temurin8-nightly-jdk.json +++ b/bucket/temurin8-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-7.0.202509302137", + "version": "8.0.472-7.0.202510091441", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u472b07-ea.zip", - "hash": "f55db243db044990758f64aea097a66e797690ddf7c9c9d42dad5e32f1fa6a35" + "hash": "33c32945727dca855080452368ac25bdf9db98dad92109218c2feb75ed1022e2" }, "32bit": { "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b07-ea.zip", - "hash": "09836d26cfc53c0bd0113a91ef8321520c580efb8af49437c5e624a7a9d10688" + "hash": "f74d8d65793235e96eac6c4ef4b3fc3e92950d46c71b4649e42f9b4b39ac8ff4" } }, "extract_to": "tmp", From 0e748a7a288ffcdb622014c1501e52c22d679b04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:21:43 +0000 Subject: [PATCH 031/545] temurin8-nightly-jre: Update to version 8.0.472-7.0.202510091441 --- bucket/temurin8-nightly-jre.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/temurin8-nightly-jre.json b/bucket/temurin8-nightly-jre.json index 101f58c2c02..a18bb0270ed 100644 --- a/bucket/temurin8-nightly-jre.json +++ b/bucket/temurin8-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-7.0.202509302137", + "version": "8.0.472-7.0.202510091441", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u472b07-ea.zip", - "hash": "c276e1e74c19d213ecb5b08f471f721495861f77fb042ddadfe995b32d74b38e" + "hash": "4cd338b737e7c7d378b5c1a769ea65ae2852f898faf6014db1344cb57a53a403" }, "32bit": { "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u472b07-ea.zip", - "hash": "37540dc5f5f7533124da3ad7a27f367f28acfc8d852941d0589249b068dbbee2" + "hash": "9eec90d54bf1c2b7b21a9ba45177055791bd3089f164c3a9724733c70a80ac3a" } }, "extract_to": "tmp", From 1bed856283c1d5484a96b11bfa8e643f9d93cd30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:24:56 +0000 Subject: [PATCH 032/545] intellij-jbr21-jcef: Update to version 21.0.8-b1163.59 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index ab421f676a7..5084935e827 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1148.57", + "version": "21.0.8-b1163.59", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1148.57.tar.gz", - "hash": "sha512:44db4c65d6da96002b1d913a437893e8d179ebebf68baf39f52b2bbdf2f2f869388967548723b0968131ad00fb47a03253968fed15cea2fd901fa8a4ceb0a7f5", - "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1148.57" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1163.59.tar.gz", + "hash": "sha512:217a17a00bd3d1105ccc099e356d74000a6f421ba4ec8604f1150eadbebe37c7f5330bad152f9db933dda451bdb75ce0e4d9588660f446c3b801c8063b09e0aa", + "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1163.59" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1148.57.tar.gz", - "hash": "sha512:853935765bd8159ddcbdc52a6395ec398ff84953cac1ff9081c23b6a170720d64ee27348dba8c1d208dab20f5cd6d67efb1c9f0f8fc450691e6d7c46adec00e0", - "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1148.57" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1163.59.tar.gz", + "hash": "sha512:e10f26b7c29545be8782bb0199924dc52196e6250c08599e7c5003cc9f438b250033408bec4f2886b13a82001e75eae7c4a0d1db37634e286c2d3c6882235708", + "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1163.59" } }, "env_set": { From 9b82c8d3d4fb8f08a5cd165367988829619c49a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:24:56 +0000 Subject: [PATCH 033/545] intellij-jbr21-sdk-jcef: Update to version 21.0.8-b1163.59 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index 1f7c1f04469..ff65df89270 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1148.57", + "version": "21.0.8-b1163.59", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1148.57.tar.gz", - "hash": "sha512:4c5e9d4627783bd47b4e8ed62a2b7a819eb52e713135df9967dba928dd006e7c76948b3fcbbf7e153ffb06cdde19bccdd832b9ad54531d317ba4b3f4cd757b33", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1148.57" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1163.59.tar.gz", + "hash": "sha512:a9cc07c95627215ebe290c1b924c2e00dfb0542ad80b67b3ccee22dd0192e5038d61f938e0077a74dcdbfff5dc20787611e8fbf83d1d393007b63248d728d83c", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1163.59" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1148.57.tar.gz", - "hash": "sha512:ee9bcf5429ba37ece4ef1c49a351602c5de7929023da04e9639123361dee2c435eb33668a4c9ded4d95e14034b3ad8ed73508beb8ed044a1a09592c7c0ae89bd", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1148.57" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1163.59.tar.gz", + "hash": "sha512:656deb6441f99d2c40d26dcb03eda904438f658f0f6fd9ddd446e0634cf12471cead9698ac4d20c6e34e77c220999a99e4db35a38405424abcd06c476e2917ce", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1163.59" } }, "env_set": { From 469b9336bec675fd8127422575d1d752931aff8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:09:55 +0000 Subject: [PATCH 034/545] microsoft-jdk@25.0.0: Fix hash (Closes #569) --- bucket/microsoft-jdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/microsoft-jdk.json b/bucket/microsoft-jdk.json index ca5c2465f0c..5e4f332d6ba 100644 --- a/bucket/microsoft-jdk.json +++ b/bucket/microsoft-jdk.json @@ -10,7 +10,7 @@ }, "arm64": { "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.0-windows-aarch64.zip", - "hash": "69a7bb3053cd6eb4876ad2f11a0bc64b9612d9b03cda86f87a44b11be87900b8" + "hash": "5006e99f9e0e528ec149284a6d443b25f4f006d5d67ac052b4ced4f66fb535a1" } }, "extract_to": "tmp", From 3a397d7988d75a7ddee68ff27003b598b4d4512d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:25:55 +0000 Subject: [PATCH 035/545] intellij-jbr21-jcef: Update to version 21.0.8-b1163.62 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 5084935e827..5094e5bf467 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1163.59", + "version": "21.0.8-b1163.62", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1163.59.tar.gz", - "hash": "sha512:217a17a00bd3d1105ccc099e356d74000a6f421ba4ec8604f1150eadbebe37c7f5330bad152f9db933dda451bdb75ce0e4d9588660f446c3b801c8063b09e0aa", - "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1163.59" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1163.62.tar.gz", + "hash": "sha512:438aab22d29834f1fdb17c33e6762a59dd9959c7f550f9e64cc601f08298f98425a28eaaf06130258a73afe87292236cd8292d55e491314af0e7f054c62223dd", + "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1163.62" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1163.59.tar.gz", - "hash": "sha512:e10f26b7c29545be8782bb0199924dc52196e6250c08599e7c5003cc9f438b250033408bec4f2886b13a82001e75eae7c4a0d1db37634e286c2d3c6882235708", - "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1163.59" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1163.62.tar.gz", + "hash": "sha512:46444685664ac0e56ef041bdc0b913e8012267e3074cea50c4f185328a1f0a876f6c930f75babee664ee447824b2604eb549a631b44c59246619424b3056cc12", + "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1163.62" } }, "env_set": { From 369ee152e8a51aa3ffcd57bc35e016c87c186f5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:25:55 +0000 Subject: [PATCH 036/545] intellij-jbr21-sdk-jcef: Update to version 21.0.8-b1163.62 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index ff65df89270..da65d2d7d0b 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1163.59", + "version": "21.0.8-b1163.62", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1163.59.tar.gz", - "hash": "sha512:a9cc07c95627215ebe290c1b924c2e00dfb0542ad80b67b3ccee22dd0192e5038d61f938e0077a74dcdbfff5dc20787611e8fbf83d1d393007b63248d728d83c", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1163.59" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1163.62.tar.gz", + "hash": "sha512:46765a0e0e3322a6579c8563488a70131e6bc5bb0b3fd33fa49dcf13e1aed80e0e82fdb49f0d695086c719a42b6356ae4785b3fa62cf31e084d4932e1df14c4d", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1163.62" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1163.59.tar.gz", - "hash": "sha512:656deb6441f99d2c40d26dcb03eda904438f658f0f6fd9ddd446e0634cf12471cead9698ac4d20c6e34e77c220999a99e4db35a38405424abcd06c476e2917ce", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1163.59" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1163.62.tar.gz", + "hash": "sha512:768c8a5e0c99d744677322c83296cd8e9f60126ec0a5597551ee50b8853f0cb923971b5492b54347b2724b7b21a89997d3c807896c68c4a3c2a2a2a735271f7e", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1163.62" } }, "env_set": { From 3c99655a88ae1161605b3429c92524a57004f068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:26:50 +0000 Subject: [PATCH 037/545] openjdk-ea: Update to version 25.0.1-8 --- bucket/openjdk-ea.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index ec12f5b80f2..2bd87f635a9 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,15 +1,15 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "25-36", + "version": "25.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_windows-x64_bin.zip", - "hash": "85bcc178461e2cb3c549ab9ca9dfa73afd54c09a175d6510d0884071867137d3" + "url": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_windows-x64_bin.zip", + "hash": "2bbae75bc31a848b7cb5f297270efb7bef9bba0deeec6a671625563dc090ad69" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e32b762c779c8cb632b1a59dac038cbeb707f3a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:26:51 +0000 Subject: [PATCH 038/545] openjdk: Update to version 25.0.1-8 --- bucket/openjdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk.json b/bucket/openjdk.json index eb73f091471..88b25c6615b 100644 --- a/bucket/openjdk.json +++ b/bucket/openjdk.json @@ -1,15 +1,15 @@ { "description": "Official General-Availability Release of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "25-36", + "version": "25.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_windows-x64_bin.zip", - "hash": "85bcc178461e2cb3c549ab9ca9dfa73afd54c09a175d6510d0884071867137d3" + "url": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_windows-x64_bin.zip", + "hash": "2bbae75bc31a848b7cb5f297270efb7bef9bba0deeec6a671625563dc090ad69" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8ca5a3851b6064232c9dece7fb6216b69546ac6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:26:51 +0000 Subject: [PATCH 039/545] openjdk25: Update to version 25.0.1-8 --- bucket/openjdk25.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk25.json b/bucket/openjdk25.json index 75eb5de799f..dd35734c00a 100644 --- a/bucket/openjdk25.json +++ b/bucket/openjdk25.json @@ -1,15 +1,15 @@ { "description": "Official production-ready open-source builds of OpenJDK 25", "homepage": "https://jdk.java.net/25", - "version": "25-36", + "version": "25.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_windows-x64_bin.zip", - "hash": "85bcc178461e2cb3c549ab9ca9dfa73afd54c09a175d6510d0884071867137d3" + "url": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_windows-x64_bin.zip", + "hash": "2bbae75bc31a848b7cb5f297270efb7bef9bba0deeec6a671625563dc090ad69" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 05b5801486bfb9a45646b950b4cc91f522c56925 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:26:51 +0000 Subject: [PATCH 040/545] oraclejdk-lts: Update to version 21.0.9 --- bucket/oraclejdk-lts.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk-lts.json b/bucket/oraclejdk-lts.json index 4f27f8888e7..59dd6954a90 100644 --- a/bucket/oraclejdk-lts.json +++ b/bucket/oraclejdk-lts.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/technologies/downloads/#java21", - "version": "21.0.8", + "version": "21.0.9", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/21/archive/jdk-21.0.8_windows-x64_bin.zip", - "hash": "174aaf80b21860657bbc024fcfadf092fc43653a308383ee04b2e5406972cc2a" + "url": "https://download.oracle.com/java/21/archive/jdk-21.0.9_windows-x64_bin.zip", + "hash": "6d183e2f35fefd3a196d3c7163ca8f1a7ca8f25bdaac15eadd9c9b22e9efdfdd" } }, - "extract_dir": "jdk-21.0.8", + "extract_dir": "jdk-21.0.9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From cca9c074c8d45025d906bc5208be60631cbd878f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:26:52 +0000 Subject: [PATCH 041/545] oraclejdk: Update to version 25.0.1 --- bucket/oraclejdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk.json b/bucket/oraclejdk.json index f00ae973723..0be95339f41 100644 --- a/bucket/oraclejdk.json +++ b/bucket/oraclejdk.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/", - "version": "25", + "version": "25.0.1", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/25/archive/jdk-25_windows-x64_bin.zip", - "hash": "efa52cdc7404f31ef94179066f80e4b7ef8fae192dccac19e341e69d42966018" + "url": "https://download.oracle.com/java/25/archive/jdk-25.0.1_windows-x64_bin.zip", + "hash": "814530b8ae9aca4843b6f70cf14dac1d43a88e220847d3b91323e854d79cee88" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From efc6cc5789c21b8f033b89b580b6b78c6e322c11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:09 +0000 Subject: [PATCH 042/545] corretto-jdk: Update to version 21.0.9.10.1 --- bucket/corretto-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-jdk.json b/bucket/corretto-jdk.json index c2e4ff8a7dd..6b786eb2a11 100644 --- a/bucket/corretto-jdk.json +++ b/bucket/corretto-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "21.0.8.9.1", + "version": "21.0.9.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/21.0.8.9.1/amazon-corretto-21.0.8.9.1-windows-x64-jdk.zip", - "hash": "aa4eed335a63e625c1d205ce533bf995de3fd78d2d1bbba6d8774a8fb769be56" + "url": "https://corretto.aws/downloads/resources/21.0.9.10.1/amazon-corretto-21.0.9.10.1-windows-x64-jdk.zip", + "hash": "77226707f66b0c19a5baeb2c176ff5cc1c7d0f2a9f67f52354ce2901a53b9240" } }, - "extract_dir": "jdk21.0.8_9", + "extract_dir": "jdk21.0.9_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3fbc6ad63b1312f3b2ef01660f31599237732e6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:10 +0000 Subject: [PATCH 043/545] corretto-lts-jdk: Update to version 17.0.17.10.1 --- bucket/corretto-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-lts-jdk.json b/bucket/corretto-lts-jdk.json index bcd337f0f5e..165282fe0dd 100644 --- a/bucket/corretto-lts-jdk.json +++ b/bucket/corretto-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.16.8.1", + "version": "17.0.17.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.16.8.1/amazon-corretto-17.0.16.8.1-windows-x64-jdk.zip", - "hash": "64086aa7f7f6f40900b28f513b00872f1aaa1a40fe0aa6357084c97e0cd80391" + "url": "https://corretto.aws/downloads/resources/17.0.17.10.1/amazon-corretto-17.0.17.10.1-windows-x64-jdk.zip", + "hash": "2503f1dc9bd6f50d6a68ad20c282ad092751fc1cd7e993680e6e151119a9a4bf" } }, - "extract_dir": "jdk17.0.16_8", + "extract_dir": "jdk17.0.17_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a35be6d023a621bc6878afd8ad052236411932ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:10 +0000 Subject: [PATCH 044/545] corretto11-jdk: Update to version 11.0.29.7.1 --- bucket/corretto11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto11-jdk.json b/bucket/corretto11-jdk.json index e34bfd07ddf..c1c2d8e0adb 100644 --- a/bucket/corretto11-jdk.json +++ b/bucket/corretto11-jdk.json @@ -1,19 +1,19 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "11.0.28.6.1", + "version": "11.0.29.7.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/11.0.28.6.1/amazon-corretto-11.0.28.6.1-windows-x64-jdk.zip", - "hash": "e067633283113469e85e504bdf24ac311939122ab8cce669d7278692e572dcf3" + "url": "https://corretto.aws/downloads/resources/11.0.29.7.1/amazon-corretto-11.0.29.7.1-windows-x64-jdk.zip", + "hash": "33471ed251e1b59d29e75ea4c12027f00f94eae90ed8e584dbe4bf3291f5ac2c" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/11.0.28.6.1/amazon-corretto-11.0.28.6.1-windows-x86-jre.zip", - "hash": "a921de3cc0a43ea273c1ad3234f5764e25219b4909e50780056ee434998d4967" + "url": "https://corretto.aws/downloads/resources/11.0.29.7.1/amazon-corretto-11.0.29.7.1-windows-x86-jre.zip", + "hash": "60e53a1c0ee94c9f0fa7ad0b7af1febd06a874f6343dbd2cc5aeb3ea0b1f7c3d" } }, - "extract_dir": "jdk11.0.28_6", + "extract_dir": "jdk11.0.29_7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From fe43c3e059e6bdc04178d8be72016495f1e402e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:10 +0000 Subject: [PATCH 045/545] corretto17-jdk: Update to version 17.0.17.10.1 --- bucket/corretto17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto17-jdk.json b/bucket/corretto17-jdk.json index bcd337f0f5e..165282fe0dd 100644 --- a/bucket/corretto17-jdk.json +++ b/bucket/corretto17-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.16.8.1", + "version": "17.0.17.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.16.8.1/amazon-corretto-17.0.16.8.1-windows-x64-jdk.zip", - "hash": "64086aa7f7f6f40900b28f513b00872f1aaa1a40fe0aa6357084c97e0cd80391" + "url": "https://corretto.aws/downloads/resources/17.0.17.10.1/amazon-corretto-17.0.17.10.1-windows-x64-jdk.zip", + "hash": "2503f1dc9bd6f50d6a68ad20c282ad092751fc1cd7e993680e6e151119a9a4bf" } }, - "extract_dir": "jdk17.0.16_8", + "extract_dir": "jdk17.0.17_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 646aabc626dc18ca26dc9745b592ee81e4023635 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:11 +0000 Subject: [PATCH 046/545] corretto21-jdk: Update to version 21.0.9.10.1 --- bucket/corretto21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto21-jdk.json b/bucket/corretto21-jdk.json index c2e4ff8a7dd..6b786eb2a11 100644 --- a/bucket/corretto21-jdk.json +++ b/bucket/corretto21-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "21.0.8.9.1", + "version": "21.0.9.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/21.0.8.9.1/amazon-corretto-21.0.8.9.1-windows-x64-jdk.zip", - "hash": "aa4eed335a63e625c1d205ce533bf995de3fd78d2d1bbba6d8774a8fb769be56" + "url": "https://corretto.aws/downloads/resources/21.0.9.10.1/amazon-corretto-21.0.9.10.1-windows-x64-jdk.zip", + "hash": "77226707f66b0c19a5baeb2c176ff5cc1c7d0f2a9f67f52354ce2901a53b9240" } }, - "extract_dir": "jdk21.0.8_9", + "extract_dir": "jdk21.0.9_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 35601d886e2d5365c8f691a5203c6c5e4862ed3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:11 +0000 Subject: [PATCH 047/545] corretto8-jdk: Update to version 8.472.08.1 --- bucket/corretto8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto8-jdk.json b/bucket/corretto8-jdk.json index 764aeb9c9ef..8c907d33f1c 100644 --- a/bucket/corretto8-jdk.json +++ b/bucket/corretto8-jdk.json @@ -1,19 +1,19 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.462.08.1", + "version": "8.472.08.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.462.08.1/amazon-corretto-8.462.08.1-windows-x64-jdk.zip", - "hash": "197fee60e5bf64384196f93c90083fcdb784d7ffa538c258af4b739db73da179" + "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x64-jdk.zip", + "hash": "3dcfcf807e3f7d5b06322b1fa9638a6adc66a1d4963f3d5db385594140268a83" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.462.08.1/amazon-corretto-8.462.08.1-windows-x86-jdk.zip", - "hash": "c7d9976f7df25a7899239c823540309aa2aa5e7ed5f4e174313b1f8c4c895d29" + "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x86-jdk.zip", + "hash": "3b126d9f4e1b335eb1746bd79c507f24386bacfd141f8db8d05f40d22bbd5dff" } }, - "extract_dir": "jdk1.8.0_462", + "extract_dir": "jdk1.8.0_472", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 32c29b582edf136de87f30b9e0529e5e55b07354 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:11 +0000 Subject: [PATCH 048/545] corretto8-jre: Update to version 8.472.08.1 --- bucket/corretto8-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/corretto8-jre.json b/bucket/corretto8-jre.json index 59d43215368..1130c65e2cc 100644 --- a/bucket/corretto8-jre.json +++ b/bucket/corretto8-jre.json @@ -1,16 +1,16 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.462.08.1", + "version": "8.472.08.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.462.08.1/amazon-corretto-8.462.08.1-windows-x64-jre.zip", - "hash": "5564a07e1efbb4bf0cde4cf3a60fda44636ee9bfa337cc8024412d76b1df70a1" + "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x64-jre.zip", + "hash": "2eb76caefdcdaa33f5df3bde05aff669be4978bb71c451b6cce998600aa571b5" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.462.08.1/amazon-corretto-8.462.08.1-windows-x86-jre.zip", - "hash": "a877dab2f98d28fa97987fe835dae0130c73b5e85ca5529bd7a4d8daddc74ae1" + "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x86-jre.zip", + "hash": "a0125d39b1427ed6d1a95282494bbf8c3c6cec767f5ef4f09c09abd0b7ff876d" } }, "extract_dir": "jre8", From e6f144ce3d5f0fe0eda44a277e07734839c3c558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:12 +0000 Subject: [PATCH 049/545] zulu-jdk: Update to version 25.30.17 --- bucket/zulu-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jdk.json b/bucket/zulu-jdk.json index e526be42dac..b2773a1d3ce 100644 --- a/bucket/zulu-jdk.json +++ b/bucket/zulu-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.28.85", + "version": "25.30.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.28.85-ca-jdk25.0.0-win_x64.zip", - "hash": "5efcf4e6a613cae06c8041de8a3695b7346aad0307d397b66bf55281cf1a5cb6", - "extract_dir": "zulu25.28.85-ca-jdk25.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-jdk25.0.1-win_x64.zip", + "hash": "72844ba8dddf9259ab9cfda9d515d0c850179705f74278a75973d73f0c5b2d2b", + "extract_dir": "zulu25.30.17-ca-jdk25.0.1-win_x64" } }, "env_add_path": "bin", From faadf148200b963b5d1fa217f732801b359abc4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:12 +0000 Subject: [PATCH 050/545] zulu-jre: Update to version 25.30.17 --- bucket/zulu-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jre.json b/bucket/zulu-jre.json index 6ac0d39eaaa..ec287a21b28 100644 --- a/bucket/zulu-jre.json +++ b/bucket/zulu-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.28.85", + "version": "25.30.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.28.85-ca-jre25.0.0-win_x64.zip", - "hash": "d3c5db7864e6412ce3971c0b065def64942d7b0f3d02581f7f0472cac21fbba9", - "extract_dir": "zulu25.28.85-ca-jre25.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-jre25.0.1-win_x64.zip", + "hash": "ef68a1aa2c2b05bc238eb9946aa1f580135ccb001739fb74782b5f9939bf69d7", + "extract_dir": "zulu25.30.17-ca-jre25.0.1-win_x64" } }, "env_add_path": "bin", From e822fd72774fa921e8b8fb07e2a063765de43d6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:12 +0000 Subject: [PATCH 051/545] zulu11-jdk: Update to version 11.84.17 --- bucket/zulu11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu11-jdk.json b/bucket/zulu11-jdk.json index f9c50741d6f..65591a7532d 100644 --- a/bucket/zulu11-jdk.json +++ b/bucket/zulu11-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.82.19", + "version": "11.84.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-jdk11.0.28-win_x64.zip", - "hash": "728dbb971dc41be992aae950b89139e5d582f2ee7d918a06a69749fea6143fce", - "extract_dir": "zulu11.82.19-ca-jdk11.0.28-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-jdk11.0.29-win_x64.zip", + "hash": "f4002a8090662ff66bf9f3248604be0f9d226e964085bd59bbea4b8535df3de1", + "extract_dir": "zulu11.84.17-ca-jdk11.0.29-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-jdk11.0.28-win_i686.zip", - "hash": "46a729378d3c7334fb4a980f6a5bd5f8c35f6f109ff05de050d7ece01cba74ea", - "extract_dir": "zulu11.82.19-ca-jdk11.0.28-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-jdk11.0.29-win_i686.zip", + "hash": "19eedd2ae02280d65a760af3f9fc824e5d8ecdda83b98c7aa3b8f20cf993ede4", + "extract_dir": "zulu11.84.17-ca-jdk11.0.29-win_i686" } }, "env_add_path": "bin", From 41652afc69766cf7bd3f79d70123addba2688ef9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:13 +0000 Subject: [PATCH 052/545] zulu11-jre: Update to version 11.84.17 --- bucket/zulu11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu11-jre.json b/bucket/zulu11-jre.json index 0650c6d5770..d103c1e37d5 100644 --- a/bucket/zulu11-jre.json +++ b/bucket/zulu11-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.82.19", + "version": "11.84.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-jre11.0.28-win_x64.zip", - "hash": "d7af145cfbfd6b71df98ba70186a2707edd429d15fdfa60466dc9620e790f990", - "extract_dir": "zulu11.82.19-ca-jre11.0.28-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-jre11.0.29-win_x64.zip", + "hash": "b9ceb2a380c783ae0f3bec7ce9432bb2c10a30d47712feadac94d6420bc57e54", + "extract_dir": "zulu11.84.17-ca-jre11.0.29-win_x64" } }, "env_add_path": "bin", From 18007ca8bff349191839182d5b2f0511af71969e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:13 +0000 Subject: [PATCH 053/545] zulu17-jdk: Update to version 17.62.17 --- bucket/zulu17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jdk.json b/bucket/zulu17-jdk.json index 2bbd92e1e67..73b43c3e03a 100644 --- a/bucket/zulu17-jdk.json +++ b/bucket/zulu17-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.60.17", + "version": "17.62.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.60.17-ca-jdk17.0.16-win_x64.zip", - "hash": "c51781710ff93fc7694668fe701c6b813aabda4e9dad6227a7d6734425b3b3ff", - "extract_dir": "zulu17.60.17-ca-jdk17.0.16-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-jdk17.0.17-win_x64.zip", + "hash": "bd8a942bb543f109a28d3eadf3ec2f29a3ee28ab53506e31d2858292f63c6949", + "extract_dir": "zulu17.62.17-ca-jdk17.0.17-win_x64" } }, "env_add_path": "bin", From dc76ec7268c09b1c68816032d1558d1809d53ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:13 +0000 Subject: [PATCH 054/545] zulu17-jre: Update to version 17.62.17 --- bucket/zulu17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jre.json b/bucket/zulu17-jre.json index 78ea5406545..15560d46fdd 100644 --- a/bucket/zulu17-jre.json +++ b/bucket/zulu17-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.60.17", + "version": "17.62.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.60.17-ca-jre17.0.16-win_x64.zip", - "hash": "e1e9ab85ee06fb88f1567ce421625114d0284311c4756470ea8d7e5642c5d002", - "extract_dir": "zulu17.60.17-ca-jre17.0.16-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-jre17.0.17-win_x64.zip", + "hash": "e2569d89c7b6fead09954c38807a0418f7050326028dd984cd8fe7d6ad5a1b36", + "extract_dir": "zulu17.62.17-ca-jre17.0.17-win_x64" } }, "env_add_path": "bin", From 5252a6fdfb40630fa1379e709f64ef72498b559d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:14 +0000 Subject: [PATCH 055/545] zulu21-jdk: Update to version 21.46.19 --- bucket/zulu21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jdk.json b/bucket/zulu21-jdk.json index ea7452d4db4..a11b363fefe 100644 --- a/bucket/zulu21-jdk.json +++ b/bucket/zulu21-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.44.17", + "version": "21.46.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.44.17-ca-jdk21.0.8-win_x64.zip", - "hash": "f47dbd00384cb759f86a066be7545e467e5764f4653a237c32c07da96dc1c43b", - "extract_dir": "zulu21.44.17-ca-jdk21.0.8-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-jdk21.0.9-win_x64.zip", + "hash": "0c9812c0fe527b59f48c70cb527035c8a7abe620b31f776b4ddc21bddc1cd067", + "extract_dir": "zulu21.46.19-ca-jdk21.0.9-win_x64" } }, "env_add_path": "bin", From 3626013b78843d5d3c166783ac480c40392c8072 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:14 +0000 Subject: [PATCH 056/545] zulu21-jre: Update to version 21.46.19 --- bucket/zulu21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jre.json b/bucket/zulu21-jre.json index d3a9201716a..14c3956efc3 100644 --- a/bucket/zulu21-jre.json +++ b/bucket/zulu21-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.44.17", + "version": "21.46.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.44.17-ca-jre21.0.8-win_x64.zip", - "hash": "9d857122e26f799800879c8856f55bd3799bbbfad730c3f40e8d566ea7d23bed", - "extract_dir": "zulu21.44.17-ca-jre21.0.8-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-jre21.0.9-win_x64.zip", + "hash": "a72b61a7902ea2baf940fca8e89913e2347b98c294943632a4f9621c0226e684", + "extract_dir": "zulu21.46.19-ca-jre21.0.9-win_x64" } }, "env_add_path": "bin", From 04bf6eb7b8c7318c7cabdb8fedb7aa6ab862f570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:14 +0000 Subject: [PATCH 057/545] zulu8-jdk: Update to version 8.90.0.19 --- bucket/zulu8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jdk.json b/bucket/zulu8-jdk.json index 3eb26278eb9..5c66e6be0b5 100644 --- a/bucket/zulu8-jdk.json +++ b/bucket/zulu8-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.88.0.19", + "version": "8.90.0.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-jdk8.0.462-win_x64.zip", - "hash": "4811dd4bb476f7484d132cb6393ca58344c45d43b9547f4251b15c5b8d1fd580", - "extract_dir": "zulu8.88.0.19-ca-jdk8.0.462-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jdk8.0.472-win_x64.zip", + "hash": "ff90484103d3fdb9808f737af027586c8dbfa1aa8a310ce99b0b5e0517567aee", + "extract_dir": "zulu8.90.0.19-ca-jdk8.0.472-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-jdk8.0.462-win_i686.zip", - "hash": "1e6bc145ad9a0738a36ec3abcc5e06cac35806ddb1e3915e896f319b404cccdf", - "extract_dir": "zulu8.88.0.19-ca-jdk8.0.462-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jdk8.0.472-win_i686.zip", + "hash": "01863cd4966770d27376c9880d8f82aff953a65e4337937ef3d681709384ce28", + "extract_dir": "zulu8.90.0.19-ca-jdk8.0.472-win_i686" } }, "env_add_path": "bin", From 255599accfde004000759458dbe73dacf9026c85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:15 +0000 Subject: [PATCH 058/545] zulu8-jre: Update to version 8.90.0.19 --- bucket/zulu8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jre.json b/bucket/zulu8-jre.json index c718de63354..456cd7fbfdd 100644 --- a/bucket/zulu8-jre.json +++ b/bucket/zulu8-jre.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.88.0.19", + "version": "8.90.0.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-jre8.0.462-win_x64.zip", - "hash": "8fdf027ac9104f724a2bfec6c6fd4d8c4ae441daa7407d38cd7b61f69eb1e44a", - "extract_dir": "zulu8.88.0.19-ca-jre8.0.462-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jre8.0.472-win_x64.zip", + "hash": "044bf3e664f7e606ed84aa6ce9e5a5f586249e197e806c4cb8cb1cad56377272", + "extract_dir": "zulu8.90.0.19-ca-jre8.0.472-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-jre8.0.462-win_i686.zip", - "hash": "c72c0bde8d9ce9f401c69ef400d99b53ab820838ff09a3ca73af49a3215cead4", - "extract_dir": "zulu8.88.0.19-ca-jre8.0.462-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jre8.0.472-win_i686.zip", + "hash": "c914d994ed134b5da2128a085bc193d82ecdbb1d29412907dda32b3cdc7f8108", + "extract_dir": "zulu8.90.0.19-ca-jre8.0.472-win_i686" } }, "env_add_path": "bin", From c887c01ae9f195f20c85237d00ee104aef56b5d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:15 +0000 Subject: [PATCH 059/545] zulufx-jdk: Update to version 25.30.17 --- bucket/zulufx-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jdk.json b/bucket/zulufx-jdk.json index 44eb72d3319..add16cdbca9 100644 --- a/bucket/zulufx-jdk.json +++ b/bucket/zulufx-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.28.85", + "version": "25.30.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.28.85-ca-fx-jdk25.0.0-win_x64.zip", - "hash": "7e07113e4fab1110b38ad60e5c3c92b5ef29a1dc64203c681fa484939a70c77b", - "extract_dir": "zulu25.28.85-ca-fx-jdk25.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-fx-jdk25.0.1-win_x64.zip", + "hash": "e854401d88b092843fcd8717a9a11ed2339c77c7606d12aa434010d81faa5d8d", + "extract_dir": "zulu25.30.17-ca-fx-jdk25.0.1-win_x64" } }, "env_add_path": "bin", From cbfb821b2ac1e4a995e90d05f66a509b7f9d30a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:23:15 +0000 Subject: [PATCH 060/545] zulufx-jre: Update to version 25.30.17 --- bucket/zulufx-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jre.json b/bucket/zulufx-jre.json index 2f55e913704..06f9313e031 100644 --- a/bucket/zulufx-jre.json +++ b/bucket/zulufx-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.28.85", + "version": "25.30.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.28.85-ca-fx-jre25.0.0-win_x64.zip", - "hash": "0fe735aa449eacb5a4f339753df298592dca435eb90020377c3ca8804a1a56b5", - "extract_dir": "zulu25.28.85-ca-fx-jre25.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-fx-jre25.0.1-win_x64.zip", + "hash": "75ee2502cc2b94cde9daa87b9809703e93bedc44a4b9ccb464d69144419a2d0e", + "extract_dir": "zulu25.30.17-ca-fx-jre25.0.1-win_x64" } }, "env_add_path": "bin", From a775987579664bfd8275f1e1be709625a92c65f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:39:37 +0000 Subject: [PATCH 061/545] sapmachine-jdk: Update to version 17.0.17 --- bucket/sapmachine-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-jdk.json b/bucket/sapmachine-jdk.json index b241e3be2c6..17cb9b30ea1 100644 --- a/bucket/sapmachine-jdk.json +++ b/bucket/sapmachine-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.16/sapmachine-jdk-17.0.16_windows-x64_bin.zip", - "hash": "894514ec743047404fca9a4d496fd966b318b14bf2824dd322041d8b9a080288" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jdk-17.0.17_windows-x64_bin.zip", + "hash": "efef5c1862d2ba8c15d97fd0f73fca2a7c1abb8acb6bf28711b973fb66a2bac9" } }, - "extract_dir": "sapmachine-jdk-17.0.16", + "extract_dir": "sapmachine-jdk-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From db6ca346e858b1c21ac5446ada729537718c57db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:39:38 +0000 Subject: [PATCH 062/545] sapmachine-jre: Update to version 17.0.17 --- bucket/sapmachine-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-jre.json b/bucket/sapmachine-jre.json index 0a1d3452e93..02499102cdc 100644 --- a/bucket/sapmachine-jre.json +++ b/bucket/sapmachine-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.16/sapmachine-jre-17.0.16_windows-x64_bin.zip", - "hash": "f5031aeded0501a0ea6889aef98cfe8b55dc004e886d104038cb21022c9b7179" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jre-17.0.17_windows-x64_bin.zip", + "hash": "3d0644f5b4d1cdb975f503fcbb12f6a761c3fd7f8e7842f5964055a20fe7ba88" } }, - "extract_dir": "sapmachine-jre-17.0.16", + "extract_dir": "sapmachine-jre-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7868fbcd462beb5664a84bb73f8c5cd3c46dfbd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:39:38 +0000 Subject: [PATCH 063/545] sapmachine-lts-jdk: Update to version 17.0.17 --- bucket/sapmachine-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-lts-jdk.json b/bucket/sapmachine-lts-jdk.json index 9da5919c250..87a655af933 100644 --- a/bucket/sapmachine-lts-jdk.json +++ b/bucket/sapmachine-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.16/sapmachine-jdk-17.0.16_windows-x64_bin.zip", - "hash": "894514ec743047404fca9a4d496fd966b318b14bf2824dd322041d8b9a080288" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jdk-17.0.17_windows-x64_bin.zip", + "hash": "efef5c1862d2ba8c15d97fd0f73fca2a7c1abb8acb6bf28711b973fb66a2bac9" } }, - "extract_dir": "sapmachine-jdk-17.0.16", + "extract_dir": "sapmachine-jdk-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d776191286402159ddbe5f3246b75dc5a448bc69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:39:39 +0000 Subject: [PATCH 064/545] sapmachine-lts-jre: Update to version 17.0.17 --- bucket/sapmachine-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-lts-jre.json b/bucket/sapmachine-lts-jre.json index 619af37cf95..6a357399ca1 100644 --- a/bucket/sapmachine-lts-jre.json +++ b/bucket/sapmachine-lts-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.16/sapmachine-jre-17.0.16_windows-x64_bin.zip", - "hash": "f5031aeded0501a0ea6889aef98cfe8b55dc004e886d104038cb21022c9b7179" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jre-17.0.17_windows-x64_bin.zip", + "hash": "3d0644f5b4d1cdb975f503fcbb12f6a761c3fd7f8e7842f5964055a20fe7ba88" } }, - "extract_dir": "sapmachine-jre-17.0.16", + "extract_dir": "sapmachine-jre-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 89f6cd3b56dfddf14c6b786836322e1e59c23847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:39:39 +0000 Subject: [PATCH 065/545] sapmachine17-jdk: Update to version 17.0.17 --- bucket/sapmachine17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine17-jdk.json b/bucket/sapmachine17-jdk.json index 856b8da53ef..c38364ccb61 100644 --- a/bucket/sapmachine17-jdk.json +++ b/bucket/sapmachine17-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine 17: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.16/sapmachine-jdk-17.0.16_windows-x64_bin.zip", - "hash": "894514ec743047404fca9a4d496fd966b318b14bf2824dd322041d8b9a080288" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jdk-17.0.17_windows-x64_bin.zip", + "hash": "efef5c1862d2ba8c15d97fd0f73fca2a7c1abb8acb6bf28711b973fb66a2bac9" } }, - "extract_dir": "sapmachine-jdk-17.0.16", + "extract_dir": "sapmachine-jdk-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 93a8d5f4a76c67ed205f0ed093545670de20317e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:39:39 +0000 Subject: [PATCH 066/545] sapmachine17-jre: Update to version 17.0.17 --- bucket/sapmachine17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine17-jre.json b/bucket/sapmachine17-jre.json index 665b7d3deb1..70011b122f0 100644 --- a/bucket/sapmachine17-jre.json +++ b/bucket/sapmachine17-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine 17: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.16/sapmachine-jre-17.0.16_windows-x64_bin.zip", - "hash": "f5031aeded0501a0ea6889aef98cfe8b55dc004e886d104038cb21022c9b7179" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jre-17.0.17_windows-x64_bin.zip", + "hash": "3d0644f5b4d1cdb975f503fcbb12f6a761c3fd7f8e7842f5964055a20fe7ba88" } }, - "extract_dir": "sapmachine-jre-17.0.16", + "extract_dir": "sapmachine-jre-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f2b090e3e1312763b59464c0fbd28a06b3ce4782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:02 +0000 Subject: [PATCH 067/545] liberica-full-jre: Update to version 25.0.1-11 --- bucket/liberica-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index a8334033710..7cce5609b54 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "24.0.2-12", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:faa658ee69615bb29843764d19addbe241888894" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", + "hash": "0d855829d51b49dd7a54bf0be930408ebbff8bbd487fdac287237468f2cd33c0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:79110788c8c1bd85189389953628a280e4011cb8" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", + "hash": "2276f80f1a4dbbe531379a38cf00cb91ed79ce057dbc70f5cf2b53f5d24402ee" } }, - "extract_dir": "jre-24.0.2-full", + "extract_dir": "jre-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9cab5f8ac7d7423fca53043c1118f3946ee21cab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:03 +0000 Subject: [PATCH 068/545] liberica-full-lts-jdk: Update to version 21.0.9-11 --- bucket/liberica-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index 86c929fd2a3..c246d94a57e 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip", - "hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-full.zip", + "hash": "sha1:2e51eca83ee5ead5fd2dc000355a78b752685a34" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-full.zip", - "hash": "sha1:117282a6344ac3ff239dff310d331405ea2576a7" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-full.zip", + "hash": "e99f2773868a1d2397eb8058e102e252ad31e076ca3f67f26e7e8dc26db3209c" } }, - "extract_dir": "jdk-21.0.8-full", + "extract_dir": "jdk-21.0.9-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2a8e256cd6d392517c07b10c0a5219486ab66139 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:04 +0000 Subject: [PATCH 069/545] liberica-full-lts-jre: Update to version 21.0.9-11 --- bucket/liberica-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index 1c399f087b7..75c0ff0bce1 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip", - "hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64-full.zip", + "hash": "sha1:0769531fee55e9fde6e59ca2cdec324c4a790686" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64-full.zip", - "hash": "sha1:4158061ba406bc1450b3e26868b6d6a45710b8ec" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64-full.zip", + "hash": "1d28718302b436b23a56d92a404a97c138cfb240e52b4a9481f35bb134f9743d" } }, - "extract_dir": "jre-21.0.8-full", + "extract_dir": "jre-21.0.9-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 672955661a48b759baa2cb4b666b33a7d1733501 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:04 +0000 Subject: [PATCH 070/545] liberica-jre: Update to version 25.0.1-11 --- bucket/liberica-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index dc34ccc8d99..bb9d51ea2c3 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "24.0.2-12", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-amd64.zip", - "hash": "sha1:db36d19c6a9dff898f8e70ead1f9fee2a80d05fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jre24.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:2788b52eadbba018b891a7d4f374072938b7a42b" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" } }, - "extract_dir": "jre-24.0.2", + "extract_dir": "jre-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7f336d615ddb19428f0caa0ddb3c1bec2c546842 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:04 +0000 Subject: [PATCH 071/545] liberica-lite-lts-jdk: Update to version 21.0.9-11 --- bucket/liberica-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index 76f33445f95..cd0f544ad7f 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip", - "hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-lite.zip", + "hash": "sha1:db22c65f81612c177db0f43799725f861fd28824" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-lite.zip", - "hash": "sha1:348e11207d318aebb14641d6951ae9d51e990d7a" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-lite.zip", + "hash": "db2c298cf0a5aaefd054e26a13aec903a9310d4f56c4893e7fd0cec0c7afaacf" } }, - "extract_dir": "jdk-21.0.8-lite", + "extract_dir": "jdk-21.0.9-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 368726c21d86233290f4c5f9e85a41fac0943b60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:05 +0000 Subject: [PATCH 072/545] liberica-lts-jdk: Update to version 21.0.9-11 --- bucket/liberica-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index b53a2121b19..028b51d7d34 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip", - "hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64.zip", + "hash": "sha1:8afc05ddb949647a53b60bbd5d34599c2216c356" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64.zip", - "hash": "sha1:72f929cca6abb7f8f73f387a9b7b5c57dd891cbf" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64.zip", + "hash": "b963ae881d0ca2659447b85cac1e4f8efb15e5b397dec38c4917951d4e12d0b4" } }, - "extract_dir": "jdk-21.0.8", + "extract_dir": "jdk-21.0.9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From bea5618cd1c5fb2b455989db90d0584ce6676248 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:05 +0000 Subject: [PATCH 073/545] liberica-lts-jre: Update to version 25.0.1-11 --- bucket/liberica-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jre.json b/bucket/liberica-lts-jre.json index dd4cfd09cb4..02ecdd79ec2 100644 --- a/bucket/liberica-lts-jre.json +++ b/bucket/liberica-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64.zip", - "hash": "sha1:ef497a0e77eb86b1c659bc9074962c69e29b1551" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64.zip", - "hash": "sha1:9451e66b7350fdf07287c14983c70f1d4f49a06c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" } }, - "extract_dir": "jre-21.0.8", + "extract_dir": "jre-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 398104585d607cef0e705ebf796caab297da34e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:05 +0000 Subject: [PATCH 074/545] liberica11-full-jdk: Update to version 11.0.29-10 --- bucket/liberica11-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-full-jdk.json b/bucket/liberica11-full-jdk.json index ab4f55a3ae3..39e178e2630 100644 --- a/bucket/liberica11-full-jdk.json +++ b/bucket/liberica11-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.28-12", + "version": "11.0.29-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jdk11.0.28%2B12-windows-amd64-full.zip", - "hash": "sha1:8cf4d7a1a5b7319420f3579bad8ec2e881428b43" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-amd64-full.zip", + "hash": "sha1:588098c8ebc6a6e17f04e67d193fe10f13eedb0f" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jdk11.0.28%2B12-windows-i586-full.zip", - "hash": "sha1:c40a3a5b8b9ad75a734b8e23b0c411ef0ea7134b" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-i586-full.zip", + "hash": "sha1:d3b6f480414e18e6207b72f0e8edcfb4872b0525" } }, - "extract_dir": "jdk-11.0.28-full", + "extract_dir": "jdk-11.0.29-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 11295e5aacdfec382b3d67d1ffb7475ad27664ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:06 +0000 Subject: [PATCH 075/545] liberica11-full-jre: Update to version 11.0.29-10 --- bucket/liberica11-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-full-jre.json b/bucket/liberica11-full-jre.json index 21b46f97ead..526f5487500 100644 --- a/bucket/liberica11-full-jre.json +++ b/bucket/liberica11-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.28-12", + "version": "11.0.29-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jre11.0.28%2B12-windows-amd64-full.zip", - "hash": "sha1:b70b9e8b6e8ed13170d9ad4943c87f6b3b288992" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-amd64-full.zip", + "hash": "sha1:c388f52d90a1decc5315ad102d8ba4f7d8ddfb52" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jre11.0.28%2B12-windows-i586-full.zip", - "hash": "sha1:f640675bb650d5ec593a94473d26a1ed0b998693" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-i586-full.zip", + "hash": "sha1:27b2e73710ca5afa6c711643e52a59e00337095e" } }, - "extract_dir": "jre-11.0.28-full", + "extract_dir": "jre-11.0.29-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ca7dd35feb1822eb9f3c58f2677d24075083813d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:06 +0000 Subject: [PATCH 076/545] liberica11-jdk: Update to version 11.0.29-10 --- bucket/liberica11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-jdk.json b/bucket/liberica11-jdk.json index 22bfc986c31..f87659516df 100644 --- a/bucket/liberica11-jdk.json +++ b/bucket/liberica11-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.28-12", + "version": "11.0.29-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jdk11.0.28%2B12-windows-amd64.zip", - "hash": "sha1:86ca42e1c0f092064dcd70fb8fece0e4295eb3ad" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-amd64.zip", + "hash": "sha1:75350cb189c59357dee696421d7ffbbe0593ba13" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jdk11.0.28%2B12-windows-i586.zip", - "hash": "sha1:30a065b544a904ce7f9dfdfc2c084a1b5093a85a" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-i586.zip", + "hash": "sha1:29a6835a108e2cb0732f7fbe46597d2c54657e4f" } }, - "extract_dir": "jdk-11.0.28", + "extract_dir": "jdk-11.0.29", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 34d08b1e42cbc80840a90a547b8171a980c472bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:06 +0000 Subject: [PATCH 077/545] liberica11-jre: Update to version 11.0.29-10 --- bucket/liberica11-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-jre.json b/bucket/liberica11-jre.json index fe9d0550434..172fd20b4dd 100644 --- a/bucket/liberica11-jre.json +++ b/bucket/liberica11-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.28-12", + "version": "11.0.29-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jre11.0.28%2B12-windows-amd64.zip", - "hash": "sha1:5c34691fb8dded4ad24146cc3d5928c39c020381" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-amd64.zip", + "hash": "sha1:748fdce2c6abcd813b33df072e707a620825a764" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jre11.0.28%2B12-windows-i586.zip", - "hash": "sha1:0c1f36904b91b641515553ed2631aa5c3bb4a833" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-i586.zip", + "hash": "sha1:d108b222fc3746935b75ee9852d72644f2722274" } }, - "extract_dir": "jre-11.0.28", + "extract_dir": "jre-11.0.29", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 17f47f0cbc7121da3880ad67ca5b169deb84e3d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:07 +0000 Subject: [PATCH 078/545] liberica11-lite-jdk: Update to version 11.0.29-10 --- bucket/liberica11-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-lite-jdk.json b/bucket/liberica11-lite-jdk.json index 6ffbd0e5eee..eb4418def51 100644 --- a/bucket/liberica11-lite-jdk.json +++ b/bucket/liberica11-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.28-12", + "version": "11.0.29-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jdk11.0.28%2B12-windows-amd64-lite.zip", - "hash": "sha1:abf4676108763ebdf89fe187c062777cfe7c2c19" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-amd64-lite.zip", + "hash": "sha1:bc8fe3320a719808cd4c8019d1495f548f8eb466" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.28%2B12/bellsoft-jdk11.0.28%2B12-windows-i586-lite.zip", - "hash": "sha1:db8abf141895cc9d24ab533d66248bb95c5ac77e" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-i586-lite.zip", + "hash": "sha1:79d25f5c3e26fb75db58ef4e57df02bd1ba9252e" } }, - "extract_dir": "jdk-11.0.28-lite", + "extract_dir": "jdk-11.0.29-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 31292fcf9499d096fd55809765717d720b7a11f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:07 +0000 Subject: [PATCH 079/545] liberica17-full-jdk: Update to version 17.0.17-11 --- bucket/liberica17-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-full-jdk.json b/bucket/liberica17-full-jdk.json index 3d219a103c2..32d13d0f1fa 100644 --- a/bucket/liberica17-full-jdk.json +++ b/bucket/liberica17-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.16-12", + "version": "17.0.17-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jdk17.0.16%2B12-windows-amd64-full.zip", - "hash": "sha1:818e25499e91e45b5585d7d01d3c329bf5834c8b" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-amd64-full.zip", + "hash": "sha1:1f06375d3b144c6498a0910469219d4add0a6afe" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jdk17.0.16%2B12-windows-i586-full.zip", - "hash": "sha1:3b3bfabc93b46776fa154d8193c36262d7db8bc9" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-i586-full.zip", + "hash": "sha1:1a9a300c0f4d735674234f4285b8988e7a91d147" } }, - "extract_dir": "jdk-17.0.16-full", + "extract_dir": "jdk-17.0.17-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From aee2e2858480f20221b1518bea2a9fb77f8badcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:07 +0000 Subject: [PATCH 080/545] liberica17-full-jre: Update to version 17.0.17-11 --- bucket/liberica17-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-full-jre.json b/bucket/liberica17-full-jre.json index 5e3ccd256bd..86fd6f7eea3 100644 --- a/bucket/liberica17-full-jre.json +++ b/bucket/liberica17-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.16-12", + "version": "17.0.17-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jre17.0.16%2B12-windows-amd64-full.zip", - "hash": "sha1:b4ae274529883258e638fa21b1eacc4eeb359205" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-amd64-full.zip", + "hash": "sha1:b808e32ecfdaf836918390d8b50c3cc14753dd7c" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jre17.0.16%2B12-windows-i586-full.zip", - "hash": "sha1:aa29135a9b0274ca6c6287cbbc96ea612b843419" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-i586-full.zip", + "hash": "sha1:ca5d2faa85903d5156ca1828b1964471cd95277e" } }, - "extract_dir": "jre-17.0.16-full", + "extract_dir": "jre-17.0.17-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 02b2add16616d47bbf7d4d66cf95d7ed4a0b9923 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:08 +0000 Subject: [PATCH 081/545] liberica17-jdk: Update to version 17.0.17-11 --- bucket/liberica17-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-jdk.json b/bucket/liberica17-jdk.json index 0e2f5fc079b..4c27a34714d 100644 --- a/bucket/liberica17-jdk.json +++ b/bucket/liberica17-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.16-12", + "version": "17.0.17-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jdk17.0.16%2B12-windows-amd64.zip", - "hash": "sha1:0ab16b907f8e8c382557243a14052ef62760d644" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-amd64.zip", + "hash": "sha1:76e3726edc4cc1cd30f0ba0daac495c17e1bb38c" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jdk17.0.16%2B12-windows-i586.zip", - "hash": "sha1:9b131811f252887785d398b7633e96e747963422" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-i586.zip", + "hash": "sha1:23573719aa7596d4561a922fc56a91882aafd72a" } }, - "extract_dir": "jdk-17.0.16", + "extract_dir": "jdk-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From da44f2f714ea331ce6c831ba5640dabf1bc2d59a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:08 +0000 Subject: [PATCH 082/545] liberica17-jre: Update to version 17.0.17-11 --- bucket/liberica17-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-jre.json b/bucket/liberica17-jre.json index d0fffd38062..cef1f25e783 100644 --- a/bucket/liberica17-jre.json +++ b/bucket/liberica17-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.16-12", + "version": "17.0.17-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jre17.0.16%2B12-windows-amd64.zip", - "hash": "sha1:457b0c979f425f1c7f16a51af5f96d1783f171fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-amd64.zip", + "hash": "sha1:2d154f31171c6ba87f4aa9d89e4adb02d4e40369" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jre17.0.16%2B12-windows-i586.zip", - "hash": "sha1:4d74bdede2acd7f10f29cc852a0bd372161cb464" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-i586.zip", + "hash": "sha1:cb196d754e2063a0e017b3793c8d740550939fcb" } }, - "extract_dir": "jre-17.0.16", + "extract_dir": "jre-17.0.17", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 0627238c832474111ae46f853fc7760dac208513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:08 +0000 Subject: [PATCH 083/545] liberica17-lite-jdk: Update to version 17.0.17-11 --- bucket/liberica17-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-lite-jdk.json b/bucket/liberica17-lite-jdk.json index 42cfa90c0ec..ef53cfa0afd 100644 --- a/bucket/liberica17-lite-jdk.json +++ b/bucket/liberica17-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.16-12", + "version": "17.0.17-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jdk17.0.16%2B12-windows-amd64-lite.zip", - "hash": "sha1:be5e6b4ae4d9f2a36860c616a2e0f2134911df00" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-amd64-lite.zip", + "hash": "sha1:50f2faa15f83a1502d543b29c69fcb276881d926" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.16%2B12/bellsoft-jdk17.0.16%2B12-windows-i586-lite.zip", - "hash": "sha1:c7f32c48bcd69218448c8632156712bb9d8fb7ea" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-i586-lite.zip", + "hash": "sha1:7bf09a5c5dd1f9be254ee1f2b75e25af8750f42a" } }, - "extract_dir": "jdk-17.0.16-lite", + "extract_dir": "jdk-17.0.17-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 32341f95048328089613783ff198b6811020a500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:09 +0000 Subject: [PATCH 084/545] liberica21-full-lts-jdk: Update to version 21.0.9-11 --- bucket/liberica21-full-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-lts-jdk.json b/bucket/liberica21-full-lts-jdk.json index fab015be696..708f6d79e5b 100644 --- a/bucket/liberica21-full-lts-jdk.json +++ b/bucket/liberica21-full-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip", - "hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-full.zip", + "hash": "sha1:2e51eca83ee5ead5fd2dc000355a78b752685a34" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-full.zip", - "hash": "sha1:d2f0f9f0403147812828c3b42a383c004b8a37a7" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-full.zip", + "hash": "sha1:e35b295dce3057209727bbcb2a19729bb4ffb929" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-full.zip", - "hash": "sha1:117282a6344ac3ff239dff310d331405ea2576a7" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-full.zip", + "hash": "e99f2773868a1d2397eb8058e102e252ad31e076ca3f67f26e7e8dc26db3209c" } }, - "extract_dir": "jdk-21.0.8-full", + "extract_dir": "jdk-21.0.9-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 538dce9d070068582ad255eb65b8a4f0cd2c0cab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:09 +0000 Subject: [PATCH 085/545] liberica21-lts-jre: Update to version 21.0.9-11 --- bucket/liberica21-lts-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lts-jre.json b/bucket/liberica21-lts-jre.json index 0c85dcec102..0f78d191fb7 100644 --- a/bucket/liberica21-lts-jre.json +++ b/bucket/liberica21-lts-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64.zip", - "hash": "sha1:ef497a0e77eb86b1c659bc9074962c69e29b1551" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64.zip", + "hash": "sha1:e873ffec4cec44ddc3f37de0ba67b94bef67f829" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586.zip", - "hash": "sha1:e6f37c813835f4b9724d245e96ec958f2ea6ad76" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586.zip", + "hash": "sha1:ee7ff457d56824cb1e57eaed4961a1ac9d82c5ef" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64.zip", - "hash": "sha1:9451e66b7350fdf07287c14983c70f1d4f49a06c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64.zip", + "hash": "sha1:0861cc02528b6d9fd4e98e14d1c8344b9824e770" } }, - "extract_dir": "jre-21.0.8", + "extract_dir": "jre-21.0.9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ce9fe0afc463eabf4ea5a6451f2679b3421fa5e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:09 +0000 Subject: [PATCH 086/545] liberica25-full-jdk: Update to version 25.0.1-11 --- bucket/liberica25-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-jdk.json b/bucket/liberica25-full-jdk.json index 8d0216137a4..b9ac6e8f90b 100644 --- a/bucket/liberica25-full-jdk.json +++ b/bucket/liberica25-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip", - "hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", + "hash": "05d58a7f0aed88cb0f9f858a2dd65cd9f22f34e79b7b60603fdb7913a8c56c44" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip", - "hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", + "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" } }, - "extract_dir": "jdk-25-full", + "extract_dir": "jdk-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8473dbb737f596f4910a325f0003d8d63ad090f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:10 +0000 Subject: [PATCH 087/545] liberica25-full-jre: Update to version 25.0.1-11 --- bucket/liberica25-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-jre.json b/bucket/liberica25-full-jre.json index 3844c03c6b7..9f44f1de9d9 100644 --- a/bucket/liberica25-full-jre.json +++ b/bucket/liberica25-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64-full.zip", - "hash": "sha1:e7be82c6dcba6051b563150c107ef96b8fd5e0e4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", + "hash": "0d855829d51b49dd7a54bf0be930408ebbff8bbd487fdac287237468f2cd33c0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64-full.zip", - "hash": "sha1:69224a1176f0dd70924e8b4b1f5df5e1ec1dd5b7" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", + "hash": "2276f80f1a4dbbe531379a38cf00cb91ed79ce057dbc70f5cf2b53f5d24402ee" } }, - "extract_dir": "jre-25-full", + "extract_dir": "jre-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9d8c5c3a1fa17f8f25eb97dc4965fde8216b23c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:10 +0000 Subject: [PATCH 088/545] liberica25-lite-jdk: Update to version 25.0.1-11 --- bucket/liberica25-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lite-jdk.json b/bucket/liberica25-lite-jdk.json index d717dcddd02..3f74494de88 100644 --- a/bucket/liberica25-lite-jdk.json +++ b/bucket/liberica25-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-lite.zip", - "hash": "sha1:e2fa9243793aa64acde285b6556a7d0f8b0559e0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", + "hash": "b7dc779bb8b2c182b0320689907a2fa5e120ddb93a02e9c75c6f4a211258359a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-lite.zip", - "hash": "sha1:69dccf53ac60783928c0e1293d639ea51f1a192d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", + "hash": "5918af1b2fa4d53502d5c8a24f903e4f5fd1eba47979a0c47f715d0603e4eb76" } }, - "extract_dir": "jdk-25-lite", + "extract_dir": "jdk-25.0.1-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From aeef4693eba1140a7624b47e8d459a43ffadc799 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:10 +0000 Subject: [PATCH 089/545] liberica25-lts-jre: Update to version 25.0.1-11 --- bucket/liberica25-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lts-jre.json b/bucket/liberica25-lts-jre.json index bd4a435dc84..ad93eed7a88 100644 --- a/bucket/liberica25-lts-jre.json +++ b/bucket/liberica25-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64.zip", - "hash": "sha1:ce7aef3ef3f894962016bbbf2f32fed4eb96e0c5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64.zip", - "hash": "sha1:c46e09734fa94a26052271aff2279b9f47beedfa" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" } }, - "extract_dir": "jre-25", + "extract_dir": "jre-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ebf15073fa665b4f3272f5c85372f101665364f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:11 +0000 Subject: [PATCH 090/545] liberica8-full-jdk: Update to version 8u472-9 --- bucket/liberica8-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-full-jdk.json b/bucket/liberica8-full-jdk.json index 2e311d6c884..6cd2e8eef21 100644 --- a/bucket/liberica8-full-jdk.json +++ b/bucket/liberica8-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u462-11", + "version": "8u472-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jdk8u462%2B11-windows-amd64-full.zip", - "hash": "sha1:22d59653d6c00842323c63471d13bd6f5594f283" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-amd64-full.zip", + "hash": "sha1:b57a92d0d3288e73496f65594e20e8771a9dbdf8" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jdk8u462%2B11-windows-i586-full.zip", - "hash": "sha1:146dcd1dae936d308bb02bac4c9d3ee768e3ce02" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-i586-full.zip", + "hash": "sha1:7cd785e640e5c603f878c460f14822906d6347cb" } }, - "extract_dir": "jdk8u462-full", + "extract_dir": "jdk8u472-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5bf7d90f93a1afb10c2af5869f431eacf6987c3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:11 +0000 Subject: [PATCH 091/545] liberica8-full-jre: Update to version 8u472-9 --- bucket/liberica8-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-full-jre.json b/bucket/liberica8-full-jre.json index e0aa98d5ac5..d329903872c 100644 --- a/bucket/liberica8-full-jre.json +++ b/bucket/liberica8-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u462-11", + "version": "8u472-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jre8u462%2B11-windows-amd64-full.zip", - "hash": "sha1:9e378b10fe84b3104c052a125bfefc32541e1f21" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-amd64-full.zip", + "hash": "sha1:dfeec12aa7e46ccaf5668bcd5f9e69d75c95e627" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jre8u462%2B11-windows-i586-full.zip", - "hash": "sha1:2e27feb35df43207c189789604052aaf1df81442" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-i586-full.zip", + "hash": "sha1:3da50e3dc9809f77aeb411391eb177fba4addff2" } }, - "extract_dir": "jre8u462-full", + "extract_dir": "jre8u472-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From b53c3060dae2eb39b27495e9fc1f6fe08e46f626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:11 +0000 Subject: [PATCH 092/545] liberica8-jdk: Update to version 8u472-9 --- bucket/liberica8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-jdk.json b/bucket/liberica8-jdk.json index b6a2b98a9b8..962e3083cca 100644 --- a/bucket/liberica8-jdk.json +++ b/bucket/liberica8-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u462-11", + "version": "8u472-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jdk8u462%2B11-windows-amd64.zip", - "hash": "sha1:8d515eb9dadac6496c9a76a6aedc6697ce01cbd6" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-amd64.zip", + "hash": "sha1:89ba46ba70dbc04e6ee3ae0f8488ce6ebce0d0af" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jdk8u462%2B11-windows-i586.zip", - "hash": "sha1:72df9508669c24f5234eee8372076bd7be3272da" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-i586.zip", + "hash": "sha1:6f86395aa3fd750e29edced375fc17ada51cfdac" } }, - "extract_dir": "jdk8u462", + "extract_dir": "jdk8u472", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5c85ac4e6d61068ce597f4812492815f566f4b5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:44:12 +0000 Subject: [PATCH 093/545] liberica8-jre: Update to version 8u472-9 --- bucket/liberica8-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-jre.json b/bucket/liberica8-jre.json index f9bfa72285b..a63f8816ed9 100644 --- a/bucket/liberica8-jre.json +++ b/bucket/liberica8-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u462-11", + "version": "8u472-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jre8u462%2B11-windows-amd64.zip", - "hash": "sha1:f9d350069aefe3a96764b9afd01d82637924d371" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-amd64.zip", + "hash": "sha1:c5f803cdc3cea927e9bcee5b46f9ab51ad42978e" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u462%2B11/bellsoft-jre8u462%2B11-windows-i586.zip", - "hash": "sha1:4773fd0731bc0a2fc9506d323e7e3151db8d813c" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-i586.zip", + "hash": "sha1:d3b0170339c186abd378863c0fc263e87e4f6f39" } }, - "extract_dir": "jre8u462", + "extract_dir": "jre8u472", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4a51e2929742ad5fb5c17c530e52d44f683489d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:24 +0000 Subject: [PATCH 094/545] liberica-full-jdk: Update to version 25.0.1-11 --- bucket/liberica-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index 5adb02a1c43..bd7f4abb491 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "24.0.2-12", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:1c7fec837567c90d0f5fb572619383ec58d1c6f7" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", + "hash": "sha1:ef6625f09340c69d8c98791469976b03a80ec22c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:b8f8b48d82ca36497ab7b0ae640c335fcaa4f672" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", + "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" } }, - "extract_dir": "jdk-24.0.2-full", + "extract_dir": "jdk-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 23fab09a2d883302e8704b53efe28bcb7d4f7c9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:25 +0000 Subject: [PATCH 095/545] liberica-full-lts-jdk: Update to version 25.0.1-11 --- bucket/liberica-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index c246d94a57e..d0b7a5ba1c3 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-full.zip", - "hash": "sha1:2e51eca83ee5ead5fd2dc000355a78b752685a34" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", + "hash": "sha1:ef6625f09340c69d8c98791469976b03a80ec22c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-full.zip", - "hash": "e99f2773868a1d2397eb8058e102e252ad31e076ca3f67f26e7e8dc26db3209c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", + "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" } }, - "extract_dir": "jdk-21.0.9-full", + "extract_dir": "jdk-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e1344deef8fdfa229e9f6da7645818ee7191a254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:26 +0000 Subject: [PATCH 096/545] liberica-full-lts-jre: Update to version 25.0.1-11 --- bucket/liberica-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index 75c0ff0bce1..afcebbbe49c 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64-full.zip", - "hash": "sha1:0769531fee55e9fde6e59ca2cdec324c4a790686" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", + "hash": "sha1:9abf89b0c65f9b0a5d1b893730a08285764febe4" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64-full.zip", - "hash": "1d28718302b436b23a56d92a404a97c138cfb240e52b4a9481f35bb134f9743d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", + "hash": "sha1:1d2c789cdfb466d88ff9140e460747ad4998adb1" } }, - "extract_dir": "jre-21.0.9-full", + "extract_dir": "jre-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1745c8ab4b388b5eb65b6aff87bc60fd609081d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:26 +0000 Subject: [PATCH 097/545] liberica-jdk: Update to version 25.0.1-11 --- bucket/liberica-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index a53fd9aa160..d01afdd9cf4 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "24.0.2-12", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-amd64.zip", - "hash": "sha1:1221e998f013842382fee1b430934300ea6b2d19" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:33d36b467faac6a79668a478e186aad04f8cd4ef" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" } }, - "extract_dir": "jdk-24.0.2", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From da3367ca6a07bf17b59ba3979ad7f0fe308c7879 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:26 +0000 Subject: [PATCH 098/545] liberica-lite-jdk: Update to version 25.0.1-11 --- bucket/liberica-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index b9bc610fb4b..3188c0104d3 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "24.0.2-12", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-amd64-lite.zip", - "hash": "sha1:43ead9372f2cc45c9301927922faa3937da52902" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", + "hash": "sha1:dfe612d4a4a64f86914792504d16e2d4a5dc72ef" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/24.0.2%2B12/bellsoft-jdk24.0.2%2B12-windows-aarch64-lite.zip", - "hash": "sha1:a7c912ae437ad8ec1fa76c3ae21cdd67c834d164" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", + "hash": "sha1:8e9378438f3d8963e5f6008941c6990954c817d4" } }, - "extract_dir": "jdk-24.0.2-lite", + "extract_dir": "jdk-25.0.1-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5055569a7c2143466d97eceae9139715aa3c255e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:27 +0000 Subject: [PATCH 099/545] liberica-lite-lts-jdk: Update to version 25.0.1-11 --- bucket/liberica-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index cd0f544ad7f..93fee0542d0 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-lite.zip", - "hash": "sha1:db22c65f81612c177db0f43799725f861fd28824" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", + "hash": "sha1:dfe612d4a4a64f86914792504d16e2d4a5dc72ef" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-lite.zip", - "hash": "db2c298cf0a5aaefd054e26a13aec903a9310d4f56c4893e7fd0cec0c7afaacf" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", + "hash": "sha1:8e9378438f3d8963e5f6008941c6990954c817d4" } }, - "extract_dir": "jdk-21.0.9-lite", + "extract_dir": "jdk-25.0.1-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a5169e045c93db031dde0d6fde9479b26af5bfdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:27 +0000 Subject: [PATCH 100/545] liberica-lts-jdk: Update to version 25.0.1-11 --- bucket/liberica-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index 028b51d7d34..8ea09813207 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64.zip", - "hash": "sha1:8afc05ddb949647a53b60bbd5d34599c2216c356" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64.zip", - "hash": "b963ae881d0ca2659447b85cac1e4f8efb15e5b397dec38c4917951d4e12d0b4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" } }, - "extract_dir": "jdk-21.0.9", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 95eee05ae4ee0669385acea9c64cb2cdb77f3d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:28 +0000 Subject: [PATCH 101/545] liberica21-full-jdk: Update to version 21.0.9-11 --- bucket/liberica21-full-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-jdk.json b/bucket/liberica21-full-jdk.json index a41827c227f..deaee24f79e 100644 --- a/bucket/liberica21-full-jdk.json +++ b/bucket/liberica21-full-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-full.zip", - "hash": "sha1:67a00176acdf29a5c338f253b6267e75156db2b1" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-full.zip", + "hash": "sha1:2e51eca83ee5ead5fd2dc000355a78b752685a34" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-full.zip", - "hash": "sha1:d2f0f9f0403147812828c3b42a383c004b8a37a7" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-full.zip", + "hash": "sha1:e35b295dce3057209727bbcb2a19729bb4ffb929" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-full.zip", - "hash": "sha1:117282a6344ac3ff239dff310d331405ea2576a7" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-full.zip", + "hash": "sha1:7eab338e9f67124878b74294055db33269d2c038" } }, - "extract_dir": "jdk-21.0.8-full", + "extract_dir": "jdk-21.0.9-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4e00090bd84f2df960d56681c4958a0e97f8b1a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:28 +0000 Subject: [PATCH 102/545] liberica21-full-jre: Update to version 21.0.9-11 --- bucket/liberica21-full-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-jre.json b/bucket/liberica21-full-jre.json index 6f856f5c447..a4dda0e0520 100644 --- a/bucket/liberica21-full-jre.json +++ b/bucket/liberica21-full-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip", - "hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64-full.zip", + "hash": "sha1:0769531fee55e9fde6e59ca2cdec324c4a790686" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586-full.zip", - "hash": "sha1:54f084a4eec60ac6a57c8e42b0e882d3034e4fea" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586-full.zip", + "hash": "sha1:13a978f7ca4e2c0c5c36183cf39532ce549abbcd" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64-full.zip", - "hash": "sha1:4158061ba406bc1450b3e26868b6d6a45710b8ec" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64-full.zip", + "hash": "sha1:962d7fb0aa389a4914cb9a8a8e7f60414c094f54" } }, - "extract_dir": "jre-21.0.8-full", + "extract_dir": "jre-21.0.9-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d8a58b949b335730b37ede8d7ce6728190a3738c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:28 +0000 Subject: [PATCH 103/545] liberica21-full-lts-jre: Update to version 21.0.9-11 --- bucket/liberica21-full-lts-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-lts-jre.json b/bucket/liberica21-full-lts-jre.json index d708f6f8d47..7fd9863516b 100644 --- a/bucket/liberica21-full-lts-jre.json +++ b/bucket/liberica21-full-lts-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64-full.zip", - "hash": "sha1:d96a8d171da38505eba831fb7ea83bc79f63255c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64-full.zip", + "hash": "sha1:0769531fee55e9fde6e59ca2cdec324c4a790686" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586-full.zip", - "hash": "sha1:54f084a4eec60ac6a57c8e42b0e882d3034e4fea" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586-full.zip", + "hash": "sha1:13a978f7ca4e2c0c5c36183cf39532ce549abbcd" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64-full.zip", - "hash": "sha1:4158061ba406bc1450b3e26868b6d6a45710b8ec" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64-full.zip", + "hash": "sha1:962d7fb0aa389a4914cb9a8a8e7f60414c094f54" } }, - "extract_dir": "jre-21.0.8-full", + "extract_dir": "jre-21.0.9-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4048cd2757546f4b986483764ffebf3b0adefdd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:29 +0000 Subject: [PATCH 104/545] liberica21-jdk: Update to version 21.0.9-11 --- bucket/liberica21-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-jdk.json b/bucket/liberica21-jdk.json index 1bbd2a83ee0..33112f797de 100644 --- a/bucket/liberica21-jdk.json +++ b/bucket/liberica21-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip", - "hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64.zip", + "hash": "sha1:8afc05ddb949647a53b60bbd5d34599c2216c356" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586.zip", - "hash": "sha1:0e34000477f64d816b691f511f0b8ebe0747f7af" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586.zip", + "hash": "sha1:48bdb90f94b1321ff587d6ce881edd2dfff6d6f6" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64.zip", - "hash": "sha1:72f929cca6abb7f8f73f387a9b7b5c57dd891cbf" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64.zip", + "hash": "sha1:9459ddd43a9da9a3f5c20b8234cdced72d1bb602" } }, - "extract_dir": "jdk-21.0.8", + "extract_dir": "jdk-21.0.9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 91fb645aab5bef4ac1923ea0f2ee0d5d395463e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:29 +0000 Subject: [PATCH 105/545] liberica21-jre: Update to version 21.0.9-11 --- bucket/liberica21-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-jre.json b/bucket/liberica21-jre.json index 1906f74482d..5c9c9d76f62 100644 --- a/bucket/liberica21-jre.json +++ b/bucket/liberica21-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-amd64.zip", - "hash": "sha1:ef497a0e77eb86b1c659bc9074962c69e29b1551" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64.zip", + "hash": "sha1:e873ffec4cec44ddc3f37de0ba67b94bef67f829" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-i586.zip", - "hash": "sha1:e6f37c813835f4b9724d245e96ec958f2ea6ad76" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586.zip", + "hash": "sha1:ee7ff457d56824cb1e57eaed4961a1ac9d82c5ef" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jre21.0.8%2B12-windows-aarch64.zip", - "hash": "sha1:9451e66b7350fdf07287c14983c70f1d4f49a06c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64.zip", + "hash": "sha1:0861cc02528b6d9fd4e98e14d1c8344b9824e770" } }, - "extract_dir": "jre-21.0.8", + "extract_dir": "jre-21.0.9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 70e9cdf22b55084f490b2d4f7a7232aed92416b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:29 +0000 Subject: [PATCH 106/545] liberica21-lite-jdk: Update to version 21.0.9-11 --- bucket/liberica21-lite-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lite-jdk.json b/bucket/liberica21-lite-jdk.json index b76d0aa576e..f7030d66085 100644 --- a/bucket/liberica21-lite-jdk.json +++ b/bucket/liberica21-lite-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip", - "hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-lite.zip", + "hash": "sha1:db22c65f81612c177db0f43799725f861fd28824" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-lite.zip", - "hash": "sha1:71c8cfed8fa08d0993cea336fc990c8b6432318f" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-lite.zip", + "hash": "sha1:f5caa4352b910ea0e57c757c90cfde597979352c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-lite.zip", - "hash": "sha1:348e11207d318aebb14641d6951ae9d51e990d7a" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-lite.zip", + "hash": "sha1:ad599203bd6a8d24837ac43a89774f394675004b" } }, - "extract_dir": "jdk-21.0.8-lite", + "extract_dir": "jdk-21.0.9-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 94b128774ae1e8c51cc1e5fe96286ca62e557dd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:30 +0000 Subject: [PATCH 107/545] liberica21-lite-lts-jdk: Update to version 21.0.9-11 --- bucket/liberica21-lite-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lite-lts-jdk.json b/bucket/liberica21-lite-lts-jdk.json index 24eb4042639..f180f6523eb 100644 --- a/bucket/liberica21-lite-lts-jdk.json +++ b/bucket/liberica21-lite-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64-lite.zip", - "hash": "sha1:e0f6edea160f835fbca004e8bad25d7273dfc90b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-lite.zip", + "hash": "sha1:db22c65f81612c177db0f43799725f861fd28824" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586-lite.zip", - "hash": "sha1:71c8cfed8fa08d0993cea336fc990c8b6432318f" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-lite.zip", + "hash": "sha1:f5caa4352b910ea0e57c757c90cfde597979352c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64-lite.zip", - "hash": "sha1:348e11207d318aebb14641d6951ae9d51e990d7a" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-lite.zip", + "hash": "sha1:ad599203bd6a8d24837ac43a89774f394675004b" } }, - "extract_dir": "jdk-21.0.8-lite", + "extract_dir": "jdk-21.0.9-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9e32c1ef9e0a96e24a45cda2b42ecad795f3a87a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:30 +0000 Subject: [PATCH 108/545] liberica21-lts-jdk: Update to version 21.0.9-11 --- bucket/liberica21-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lts-jdk.json b/bucket/liberica21-lts-jdk.json index 6052d6f1507..2f5304095bc 100644 --- a/bucket/liberica21-lts-jdk.json +++ b/bucket/liberica21-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.8-12", + "version": "21.0.9-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-amd64.zip", - "hash": "sha1:35d0fe7f6141caebb256b9c0467da33002a6f0d9" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64.zip", + "hash": "sha1:8afc05ddb949647a53b60bbd5d34599c2216c356" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-i586.zip", - "hash": "sha1:0e34000477f64d816b691f511f0b8ebe0747f7af" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586.zip", + "hash": "sha1:48bdb90f94b1321ff587d6ce881edd2dfff6d6f6" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.8%2B12/bellsoft-jdk21.0.8%2B12-windows-aarch64.zip", - "hash": "sha1:72f929cca6abb7f8f73f387a9b7b5c57dd891cbf" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64.zip", + "hash": "sha1:9459ddd43a9da9a3f5c20b8234cdced72d1bb602" } }, - "extract_dir": "jdk-21.0.8", + "extract_dir": "jdk-21.0.9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a746bcb8af5b077a6aaa9b81306e568ddca9eed4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:30 +0000 Subject: [PATCH 109/545] liberica25-full-lts-jdk: Update to version 25.0.1-11 --- bucket/liberica25-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-lts-jdk.json b/bucket/liberica25-full-lts-jdk.json index 733470fbc94..ee3a763529c 100644 --- a/bucket/liberica25-full-lts-jdk.json +++ b/bucket/liberica25-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-full.zip", - "hash": "sha1:1b5ed6a4f1285a5236efc7299fcb62ed8ed936cd" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", + "hash": "sha1:ef6625f09340c69d8c98791469976b03a80ec22c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-full.zip", - "hash": "sha1:17173014d635f426c40f6cd7c6ffee034f351c71" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", + "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" } }, - "extract_dir": "jdk-25-full", + "extract_dir": "jdk-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f18a28172de70312afe35f1014a4aaabf95d14f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:31 +0000 Subject: [PATCH 110/545] liberica25-full-lts-jre: Update to version 25.0.1-11 --- bucket/liberica25-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-lts-jre.json b/bucket/liberica25-full-lts-jre.json index b5d56020098..071dcf3a448 100644 --- a/bucket/liberica25-full-lts-jre.json +++ b/bucket/liberica25-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64-full.zip", - "hash": "sha1:e7be82c6dcba6051b563150c107ef96b8fd5e0e4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", + "hash": "sha1:9abf89b0c65f9b0a5d1b893730a08285764febe4" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64-full.zip", - "hash": "sha1:69224a1176f0dd70924e8b4b1f5df5e1ec1dd5b7" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", + "hash": "sha1:1d2c789cdfb466d88ff9140e460747ad4998adb1" } }, - "extract_dir": "jre-25-full", + "extract_dir": "jre-25.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ca0ecf8d1611da1bf4c5656bbc9b8bd2a4d744fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:31 +0000 Subject: [PATCH 111/545] liberica25-jdk: Update to version 25.0.1-11 --- bucket/liberica25-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-jdk.json b/bucket/liberica25-jdk.json index 2651892f8e3..a1a771fb6bb 100644 --- a/bucket/liberica25-jdk.json +++ b/bucket/liberica25-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64.zip", - "hash": "sha1:7a62e1df0da604723115acfb3240a79cd1261771" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64.zip", - "hash": "sha1:c5a2d7969623bf419f76b4b2556b505ca1b0b0a3" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 48b265a5f277d46eb180ecba586dc4ab2e662123 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:32 +0000 Subject: [PATCH 112/545] liberica25-jre: Update to version 25.0.1-11 --- bucket/liberica25-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-jre.json b/bucket/liberica25-jre.json index e26b8d80a60..86fa52ee8a7 100644 --- a/bucket/liberica25-jre.json +++ b/bucket/liberica25-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-amd64.zip", - "hash": "sha1:ce7aef3ef3f894962016bbbf2f32fed4eb96e0c5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jre25%2B37-windows-aarch64.zip", - "hash": "sha1:c46e09734fa94a26052271aff2279b9f47beedfa" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" } }, - "extract_dir": "jre-25", + "extract_dir": "jre-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From c9789c5d949a4799386134833523a0e46e31ed4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:32 +0000 Subject: [PATCH 113/545] liberica25-lite-lts-jdk: Update to version 25.0.1-11 --- bucket/liberica25-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lite-lts-jdk.json b/bucket/liberica25-lite-lts-jdk.json index 8d517e46ac7..62158018f36 100644 --- a/bucket/liberica25-lite-lts-jdk.json +++ b/bucket/liberica25-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64-lite.zip", - "hash": "sha1:e2fa9243793aa64acde285b6556a7d0f8b0559e0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", + "hash": "sha1:dfe612d4a4a64f86914792504d16e2d4a5dc72ef" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64-lite.zip", - "hash": "sha1:69dccf53ac60783928c0e1293d639ea51f1a192d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", + "hash": "sha1:8e9378438f3d8963e5f6008941c6990954c817d4" } }, - "extract_dir": "jdk-25-lite", + "extract_dir": "jdk-25.0.1-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f8daa065c6fb3b79c43562da56fc01ae890befde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:27:32 +0000 Subject: [PATCH 114/545] liberica25-lts-jdk: Update to version 25.0.1-11 --- bucket/liberica25-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lts-jdk.json b/bucket/liberica25-lts-jdk.json index 5c43e957e22..a7db0e1ad4a 100644 --- a/bucket/liberica25-lts-jdk.json +++ b/bucket/liberica25-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25-37", + "version": "25.0.1-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-amd64.zip", - "hash": "sha1:7a62e1df0da604723115acfb3240a79cd1261771" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", + "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25%2B37/bellsoft-jdk25%2B37-windows-aarch64.zip", - "hash": "sha1:c5a2d7969623bf419f76b4b2556b505ca1b0b0a3" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", + "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" } }, - "extract_dir": "jdk-25", + "extract_dir": "jdk-25.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ac71ca9c0285da9ee0a1f2be22de584d9dcf2e25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:43:19 +0000 Subject: [PATCH 115/545] temurin11-nightly-jdk: Update to version 11.0.29-7.0.ea --- bucket/temurin11-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jdk.json b/bucket/temurin11-nightly-jdk.json index 665567f4706..f5187d7fd9c 100644 --- a/bucket/temurin11-nightly-jdk.json +++ b/bucket/temurin11-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-6.0.ea", + "version": "11.0.29-7.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_6-ea.zip", - "hash": "c2a8159b8aa38fb9af09d0c34b7c06162ff6618f84351fd76e8cde51f2fb7ec4" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_7-ea.zip", + "hash": "cd9f0d3e0ebb2b83df37867476434b9e96039b26447335924941930af76d3218" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_6-ea.zip", - "hash": "6fd541889e2ec571044a8a5e7722bb707c5077da50f24a29ed79139a4e80b0c2" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_7-ea.zip", + "hash": "33631e06a9ed88cfcac1f7ba273c32b66c3b19df0a2067101afe3a892e9adc90" } }, "extract_to": "tmp", From e9dd0e5af626a90e566baa243d0888476403de05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:43:20 +0000 Subject: [PATCH 116/545] temurin11-nightly-jre: Update to version 11.0.29-7.0.ea --- bucket/temurin11-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jre.json b/bucket/temurin11-nightly-jre.json index 840e9c75b95..03a3dd4467b 100644 --- a/bucket/temurin11-nightly-jre.json +++ b/bucket/temurin11-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-6.0.ea", + "version": "11.0.29-7.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_6-ea.zip", - "hash": "6454637243bd67f7060d885290b2a0a3f5ea8964c78ba5c6464490e5e1f7f372" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_7-ea.zip", + "hash": "1f86c745ef5e6dca848e24b2846d4979b1456f39550dbf7cc9b313780b118e13" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+6-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_6-ea.zip", - "hash": "72e708de1e781c5464b448564e96d498ee797c38d1c3f042c9685aaaa09f2bee" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_7-ea.zip", + "hash": "ad72f175c7d4383d8cf61c6fb51640e6a34906a029c2531ef154824d9cfd417f" } }, "extract_to": "tmp", From 274c927963c0d2610d87940ca9a99e646daf6efe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:43:20 +0000 Subject: [PATCH 117/545] temurin17-nightly-jdk: Update to version 17.0.17-10.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index af5487271a1..3a18dadfb97 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-9.0.ea", + "version": "17.0.17-10.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_9-ea.zip", - "hash": "bdf9ee455217e3fc162ee373434f8797b9f971e364934577c4fec8b31ab006ae" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_10-ea.zip", + "hash": "50134a6ab5b883d20922df951a831c10a1b3605901363d826081ff982eb7baab" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_9-ea.zip", - "hash": "07a90accb9cf211882e45536734527f0b6a85c6427d338e8c609ef4e995d2db8" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_10-ea.zip", + "hash": "5b388ddd0233535e1149589fa34932d2d67f62f7701b8b8ff751e127c49f5f80" } }, "extract_to": "tmp", From 370633e9f28cdee9c77f04e32fd34545886498e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:43:20 +0000 Subject: [PATCH 118/545] temurin17-nightly-jre: Update to version 17.0.17-10.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index 2d0f84940c1..6c41bfcf584 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-9.0.ea", + "version": "17.0.17-10.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_9-ea.zip", - "hash": "4acffeac2f8b2cfef5e7bcc515b902a3983e76a7cad0af0d416be0ce4e20867b" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10-ea.zip", + "hash": "92952facfd4b40ccce558506d5495d10d5934ac45c9a2ba977d9d958ab087641" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+9-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_9-ea.zip", - "hash": "fd96aa90f2023a2152137acacf06dac4a217814e38c0c9303aa6b79bcd03df2e" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_10-ea.zip", + "hash": "07bc01ed61f2fa83cc24da604cef50936b9b7bf6393271e805bd5fa0b5b364c1" } }, "extract_to": "tmp", From df4d843010cb50d39e86b4a6537e5738a05aa199 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:24:33 +0000 Subject: [PATCH 119/545] temurin8-nightly-jdk: Update to version 8.0.472-8.0.202510232136 --- bucket/temurin8-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin8-nightly-jdk.json b/bucket/temurin8-nightly-jdk.json index 7c899f60c15..765e66ea8b7 100644 --- a/bucket/temurin8-nightly-jdk.json +++ b/bucket/temurin8-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-7.0.202510091441", + "version": "8.0.472-8.0.202510232136", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u472b07-ea.zip", - "hash": "33c32945727dca855080452368ac25bdf9db98dad92109218c2feb75ed1022e2" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u472b08-ea.zip", + "hash": "bc3e68113466bd5e31d16838efc5c51d74cada4b074b6d2bf81877a1bea2022c" }, "32bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b07-ea.zip", - "hash": "f74d8d65793235e96eac6c4ef4b3fc3e92950d46c71b4649e42f9b4b39ac8ff4" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b08-ea.zip", + "hash": "2b35a05913dc4cc893433832a75a5e004a75f257fb87162b03d13c27fb682888" } }, "extract_to": "tmp", From 86aca4357ea39a226251625572dfc03afc2acaef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:24:33 +0000 Subject: [PATCH 120/545] temurin8-nightly-jre: Update to version 8.0.472-8.0.202510232136 --- bucket/temurin8-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin8-nightly-jre.json b/bucket/temurin8-nightly-jre.json index a18bb0270ed..12d9f0e00ac 100644 --- a/bucket/temurin8-nightly-jre.json +++ b/bucket/temurin8-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-7.0.202510091441", + "version": "8.0.472-8.0.202510232136", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u472b07-ea.zip", - "hash": "4cd338b737e7c7d378b5c1a769ea65ae2852f898faf6014db1344cb57a53a403" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u472b08-ea.zip", + "hash": "b5d84da9814a91e7f30700d71339d9117a22873bf022af5fa465241d438b8c8b" }, "32bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b07-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u472b07-ea.zip", - "hash": "9eec90d54bf1c2b7b21a9ba45177055791bd3089f164c3a9724733c70a80ac3a" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u472b08-ea.zip", + "hash": "fdc72fc159539cef2c9dd3528664fd97b2bbb47793b63310806e37c860f9090f" } }, "extract_to": "tmp", From efaa2540900465894f9b4786adc9914c555fedf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:28:10 +0000 Subject: [PATCH 121/545] intellij-jbr21-jcef: Update to version 21.0.8-b1163.69 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 5094e5bf467..87e13c38ff8 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1163.62", + "version": "21.0.8-b1163.69", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1163.62.tar.gz", - "hash": "sha512:438aab22d29834f1fdb17c33e6762a59dd9959c7f550f9e64cc601f08298f98425a28eaaf06130258a73afe87292236cd8292d55e491314af0e7f054c62223dd", - "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1163.62" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1163.69.tar.gz", + "hash": "sha512:7588fccf7ac50094dffbf03259929021cd3067f6e42c310341bebae11764ef47b5ba9d89087ca9e5a0abf2722dd974e33fb1eb4bb52ec44efd42410ef324e532", + "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1163.69" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1163.62.tar.gz", - "hash": "sha512:46444685664ac0e56ef041bdc0b913e8012267e3074cea50c4f185328a1f0a876f6c930f75babee664ee447824b2604eb549a631b44c59246619424b3056cc12", - "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1163.62" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1163.69.tar.gz", + "hash": "sha512:06ca9169fc559c408ffc8201aedf2505b184aedb5860e291a3d38303a34f6ef6dd410e2a7fc1dc6c60d22a31b5bbe9a8835c117ed3845399d11a2bc678b2dd6f", + "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1163.69" } }, "env_set": { From d303a28ed90fcfd96e05ddcc628a9d9a5c85d0f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:28:10 +0000 Subject: [PATCH 122/545] intellij-jbr21-sdk-jcef: Update to version 21.0.8-b1163.69 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index da65d2d7d0b..f225d7d7545 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1163.62", + "version": "21.0.8-b1163.69", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1163.62.tar.gz", - "hash": "sha512:46765a0e0e3322a6579c8563488a70131e6bc5bb0b3fd33fa49dcf13e1aed80e0e82fdb49f0d695086c719a42b6356ae4785b3fa62cf31e084d4932e1df14c4d", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1163.62" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1163.69.tar.gz", + "hash": "sha512:c1d32fd1e7d4ed5047fc80cc7f74798ae7e7e3b7b1cd35bc39d80db1ba22030705e84ab05b28046f393508eb5b9bae0a4a89d2ee9af676aa6137503f2255a2aa", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1163.69" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1163.62.tar.gz", - "hash": "sha512:768c8a5e0c99d744677322c83296cd8e9f60126ec0a5597551ee50b8853f0cb923971b5492b54347b2724b7b21a89997d3c807896c68c4a3c2a2a2a735271f7e", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1163.62" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1163.69.tar.gz", + "hash": "sha512:4b808ffb8170749f0d4da822d334775db9da2c8db68614a25c6cd89f75aae8d6a18c9f8fd2e32811a2ca7451acb2c655aa5cb24e3e96bdb72fd0e187196f83a7", + "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1163.69" } }, "env_set": { From e31d51a3c1e148a4176978ea98cec992c0725625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:27:25 +0000 Subject: [PATCH 123/545] microsoft-jdk: Update to version 25.0.1 --- bucket/microsoft-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-jdk.json b/bucket/microsoft-jdk.json index 5e4f332d6ba..9d46ccfb298 100644 --- a/bucket/microsoft-jdk.json +++ b/bucket/microsoft-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "25.0.0", + "version": "25.0.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.0-windows-x64.zip", - "hash": "f9a3b28ed2788b16892e11e159669bd70f100fea71bd36a15ac59bbcde344b80" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.1-windows-x64.zip", + "hash": "d56bed274adb2b16deea2dce3f21718d1b0dcdbe2253bc5cc332b525cbcd1fd1" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.0-windows-aarch64.zip", - "hash": "5006e99f9e0e528ec149284a6d443b25f4f006d5d67ac052b4ced4f66fb535a1" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.1-windows-aarch64.zip", + "hash": "2bc7afe8b47a02afb6a40d2fb4e32ba158931f99e4ec2473bf2b8f5231563d79" } }, "extract_to": "tmp", From 409df7dc83a3f1c1e8203b86e9e107a17775dfcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:27:25 +0000 Subject: [PATCH 124/545] microsoft-lts-jdk: Update to version 21.0.9 --- bucket/microsoft-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-lts-jdk.json b/bucket/microsoft-lts-jdk.json index c2c5280af17..43b58c6f174 100644 --- a/bucket/microsoft-lts-jdk.json +++ b/bucket/microsoft-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.8", + "version": "21.0.9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.zip", - "hash": "6ecfa864b95a45cde05d92351edf06d33b778669499b485bb8414145704fae0a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-x64.zip", + "hash": "96cda27c4d2171b94125e2c7dedad3d22c8e02f99babfe3369ac52af06b4397a" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-aarch64.zip", - "hash": "9affccd8cf6ffaca141e8b71303a22693349cb299e1d6c83b8f2c7841cfbd08d" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-aarch64.zip", + "hash": "eb446c40cecd0e465bd6496d9a215b285330bf2515525749d870cb2c6799b3a4" } }, "extract_to": "tmp", From 11cab4d37ad73dc03f9f37c59674a55c027ef8c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:27:26 +0000 Subject: [PATCH 125/545] microsoft11-jdk: Update to version 11.0.29 --- bucket/microsoft11-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft11-jdk.json b/bucket/microsoft11-jdk.json index 7706e217e86..d1242df92c2 100644 --- a/bucket/microsoft11-jdk.json +++ b/bucket/microsoft11-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "11.0.28", + "version": "11.0.29", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.28-windows-x64.zip", - "hash": "dd8522b9888504f1c7bee8289384ec194c72f5a631c74ee7c9cd5e17f10203b1" + "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.29-windows-x64.zip", + "hash": "f08e75753d3b61fea575d74eb13aa93f58a1ee87043b6ba931489956d8ba2a0d" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.28-windows-aarch64.zip", - "hash": "1e7bfad513a1c2930000db1af19c813460c7a788503c39a7f1f27375310880f8" + "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.29-windows-aarch64.zip", + "hash": "d6880afb7b81c77c1201c2ffaed16bbebe89dccb7497c0e58f27fe634a7fd3b9" } }, "extract_to": "tmp", From 1998cf65bdc3590f66b96189fc93c01da7270f25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:27:26 +0000 Subject: [PATCH 126/545] microsoft17-jdk: Update to version 17.0.17 --- bucket/microsoft17-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft17-jdk.json b/bucket/microsoft17-jdk.json index 1dc4494543b..bb0ad8286a3 100644 --- a/bucket/microsoft17-jdk.json +++ b/bucket/microsoft17-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "17.0.16", + "version": "17.0.17", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.16-windows-x64.zip", - "hash": "53f0c9ec64811a9ab968747076653e5500115db7230d244e4ec53577ca5ec8fc" + "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.17-windows-x64.zip", + "hash": "7bf59e0bab043c1869303aff89ce9c76982561ec9a0d74ae868ac65468822466" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.16-windows-aarch64.zip", - "hash": "709d65d7a24290f10fbe5a310c1f9b1edab12497785f6aef8395d4539c5f83c3" + "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.17-windows-aarch64.zip", + "hash": "1cae40b90b638807b0123652e1adeded5740f163ed0c976fbcdacf8a5a5e8207" } }, "extract_to": "tmp", From b6a8d0267e8509b779279233a8b82feb6df554fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:27:26 +0000 Subject: [PATCH 127/545] microsoft21-jdk: Update to version 21.0.9 --- bucket/microsoft21-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft21-jdk.json b/bucket/microsoft21-jdk.json index c2c5280af17..158efc25531 100644 --- a/bucket/microsoft21-jdk.json +++ b/bucket/microsoft21-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.8", + "version": "21.0.9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.zip", - "hash": "6ecfa864b95a45cde05d92351edf06d33b778669499b485bb8414145704fae0a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-x64.zip", + "hash": "96cda27c4d2171b94125e2c7dedad3d22c8e02f99babfe3369ac52af06b4397a" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-aarch64.zip", - "hash": "9affccd8cf6ffaca141e8b71303a22693349cb299e1d6c83b8f2c7841cfbd08d" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-aarch64.zip", + "hash": "2c01d9c2369e1f50fe96ada7d58cd055e54d41b0990f96292515fda4ca1a5a56" } }, "extract_to": "tmp", From f9f3ea5de47ce638a517772cb030defaf720ea91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:50 +0000 Subject: [PATCH 128/545] semeru-lts-jdk: Update to version 21.0.9-10-0.56.0 --- bucket/semeru-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru-lts-jdk.json b/bucket/semeru-lts-jdk.json index 06f2ddb7f11..52208989206 100644 --- a/bucket/semeru-lts-jdk.json +++ b/bucket/semeru-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.8-9-0.53.0", + "version": "21.0.9-10-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.8%2B9_openj9-0.53.0/ibm-semeru-open-jdk_x64_windows_21.0.8_9_openj9-0.53.0.zip", - "hash": "6a98e374e430ac4a499f91b63764b698a9ab83276ad586d351f9b78fb882a123" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_21.0.9_10_openj9-0.56.0.zip", + "hash": "5c64d83df704c757cb92db102900f3ed844e7cf1af0081ea5dad373b24f7ba69" } }, - "extract_dir": "jdk-21.0.8+9", + "extract_dir": "jdk-21.0.9+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 342b443c26292e3d3cea08196b65ca4359b7310f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:50 +0000 Subject: [PATCH 129/545] semeru-lts-jre: Update to version 21.0.9-10-0.56.0 --- bucket/semeru-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru-lts-jre.json b/bucket/semeru-lts-jre.json index f394a93b237..6107754f381 100644 --- a/bucket/semeru-lts-jre.json +++ b/bucket/semeru-lts-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.8-9-0.53.0", + "version": "21.0.9-10-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.8%2B9_openj9-0.53.0/ibm-semeru-open-jre_x64_windows_21.0.8_9_openj9-0.53.0.zip", - "hash": "b331a3b9a5fd1bd160f251cd5f8d21f4f22e52bdc99db369dab4570461ff95d6" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_21.0.9_10_openj9-0.56.0.zip", + "hash": "b86a53a3df42ccb2b2d4152f2684ace43cf6810d415a03c353e80cae740557c9" } }, - "extract_dir": "jdk-21.0.8+9-jre", + "extract_dir": "jdk-21.0.9+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 916abecffbaf4bc06350ad3b6e6e5b31dd24b78f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:51 +0000 Subject: [PATCH 130/545] semeru11-jdk: Update to version 11.0.29-7-0.56.0 --- bucket/semeru11-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru11-jdk.json b/bucket/semeru11-jdk.json index 4708fe4e140..5958eb9d06a 100644 --- a/bucket/semeru11-jdk.json +++ b/bucket/semeru11-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "11.0.28-6-0.53.0", + "version": "11.0.29-7-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.28%2B6_openj9-0.53.0/ibm-semeru-open-jdk_x64_windows_11.0.28_6_openj9-0.53.0.zip", - "hash": "e19d5df99050a4283714f99c5fff8c2f558cf183f712a94a5a2f003b076cf9bd" + "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.29%2B7_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_11.0.29_7_openj9-0.56.0.zip", + "hash": "b0532e99b02d1947ed9b8c72525db2b262da035ee29c9c70a353c2a921b45687" } }, - "extract_dir": "jdk-11.0.28+6", + "extract_dir": "jdk-11.0.29+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 0e5fcdf218dae62a5e11a2508fa4dca7a4f8cc22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:51 +0000 Subject: [PATCH 131/545] semeru11-jre: Update to version 11.0.29-7-0.56.0 --- bucket/semeru11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru11-jre.json b/bucket/semeru11-jre.json index a46066d3f19..5202c4bdd34 100644 --- a/bucket/semeru11-jre.json +++ b/bucket/semeru11-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "11.0.28-6-0.53.0", + "version": "11.0.29-7-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.28%2B6_openj9-0.53.0/ibm-semeru-open-jre_x64_windows_11.0.28_6_openj9-0.53.0.zip", - "hash": "27a8a4e1e3e111088ecf0620822cf3e905eb4b0f68156c46f71aed2073f6386e" + "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.29%2B7_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_11.0.29_7_openj9-0.56.0.zip", + "hash": "9ddc9a371e4955d6eb5c37848aa3106f13b0001677382410fd118ca75a63cba0" } }, - "extract_dir": "jdk-11.0.28+6-jre", + "extract_dir": "jdk-11.0.29+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a57637022650db658f86e27adb3a2f37d55ebee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:51 +0000 Subject: [PATCH 132/545] semeru17-jdk: Update to version 17.0.17-10-0.56.0 --- bucket/semeru17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru17-jdk.json b/bucket/semeru17-jdk.json index fea5569e532..0f3c47b5727 100644 --- a/bucket/semeru17-jdk.json +++ b/bucket/semeru17-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "17.0.16-8-0.53.0", + "version": "17.0.17-10-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.16%2B8_openj9-0.53.0/ibm-semeru-open-jdk_x64_windows_17.0.16_8_openj9-0.53.0.zip", - "hash": "f74e7092119d37d0234a31dbfd4042071dc97eda541768c3477ae65c6d12e858" + "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.17%2B10_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_17.0.17_10_openj9-0.56.0.zip", + "hash": "21c7e4238b30e5f1832258415c07120a864d3ea248568b79e8d79aa2b97ec16a" } }, - "extract_dir": "jdk-17.0.16+8", + "extract_dir": "jdk-17.0.17+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From eac4f263cc9ce5996bb09a1e0fb7268d58d3cbc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:52 +0000 Subject: [PATCH 133/545] semeru17-jre: Update to version 17.0.17-10-0.56.0 --- bucket/semeru17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru17-jre.json b/bucket/semeru17-jre.json index 0c8671c88f7..8c8148a1ee2 100644 --- a/bucket/semeru17-jre.json +++ b/bucket/semeru17-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "17.0.16-8-0.53.0", + "version": "17.0.17-10-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.16%2B8_openj9-0.53.0/ibm-semeru-open-jre_x64_windows_17.0.16_8_openj9-0.53.0.zip", - "hash": "6222addcf9657c89410fd9e22358ce0c2d9148aee8c2ebce2ed85465bbaeb513" + "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.17%2B10_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_17.0.17_10_openj9-0.56.0.zip", + "hash": "38c78acd02c4df866aa2ce2839012968dbddccc3c2898e4000ed08b663ff7e2d" } }, - "extract_dir": "jdk-17.0.16+8-jre", + "extract_dir": "jdk-17.0.17+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 08d22a342ddcf08101245d373588221216712e0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:52 +0000 Subject: [PATCH 134/545] semeru21-jdk: Update to version 21.0.9-10-0.56.0 --- bucket/semeru21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru21-jdk.json b/bucket/semeru21-jdk.json index 06f2ddb7f11..52208989206 100644 --- a/bucket/semeru21-jdk.json +++ b/bucket/semeru21-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.8-9-0.53.0", + "version": "21.0.9-10-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.8%2B9_openj9-0.53.0/ibm-semeru-open-jdk_x64_windows_21.0.8_9_openj9-0.53.0.zip", - "hash": "6a98e374e430ac4a499f91b63764b698a9ab83276ad586d351f9b78fb882a123" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_21.0.9_10_openj9-0.56.0.zip", + "hash": "5c64d83df704c757cb92db102900f3ed844e7cf1af0081ea5dad373b24f7ba69" } }, - "extract_dir": "jdk-21.0.8+9", + "extract_dir": "jdk-21.0.9+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5398aaad3959a5485bdcb0c317b0c7aef136872e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:52 +0000 Subject: [PATCH 135/545] semeru21-jre: Update to version 21.0.9-10-0.56.0 --- bucket/semeru21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru21-jre.json b/bucket/semeru21-jre.json index f394a93b237..6107754f381 100644 --- a/bucket/semeru21-jre.json +++ b/bucket/semeru21-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.8-9-0.53.0", + "version": "21.0.9-10-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.8%2B9_openj9-0.53.0/ibm-semeru-open-jre_x64_windows_21.0.8_9_openj9-0.53.0.zip", - "hash": "b331a3b9a5fd1bd160f251cd5f8d21f4f22e52bdc99db369dab4570461ff95d6" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_21.0.9_10_openj9-0.56.0.zip", + "hash": "b86a53a3df42ccb2b2d4152f2684ace43cf6810d415a03c353e80cae740557c9" } }, - "extract_dir": "jdk-21.0.8+9-jre", + "extract_dir": "jdk-21.0.9+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 14c51d636f6dc22c0ebfcce7b8edcd6f8080d048 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:53 +0000 Subject: [PATCH 136/545] semeru8-jdk: Update to version 8u472-b08-0.56.0 --- bucket/semeru8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/semeru8-jdk.json b/bucket/semeru8-jdk.json index 804951bc738..1a8353d330b 100644 --- a/bucket/semeru8-jdk.json +++ b/bucket/semeru8-jdk.json @@ -1,19 +1,19 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "8u462-b08-0.53.0", + "version": "8u472-b08-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u462-b08_openj9-0.53.0/ibm-semeru-open-jdk_x64_windows_8u462b08_openj9-0.53.0.zip", - "hash": "9a0564a472ae30142d7a2a48eaaa9672e3ec5cf74eae0028e86bf5be1251a792" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_8u472b08_openj9-0.56.0.zip", + "hash": "3b28462176d3de5fbf4a2c97a2a2a6f3a1c2503952ff89c19d7e39cb56e6582e" }, "32bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u462-b08_openj9-0.53.0/ibm-semeru-open-jdk_x86-32_windows_8u462b08_openj9-0.53.0.zip", - "hash": "1fc7e9bae7600957118eaddba60fe5d7d315ca1606e63c209bb604f60ae1d2df" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jdk_x86-32_windows_8u472b08_openj9-0.56.0.zip", + "hash": "b78f5be1351cb9516152fa9fe3c0fc969e457bf80d28f9d98994d8c0c5a7f67b" } }, - "extract_dir": "jdk8u462-b08", + "extract_dir": "jdk8u472-b08", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 715474f811520d40fd3093f58f2b2b971dc0fdce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:23:53 +0000 Subject: [PATCH 137/545] semeru8-jre: Update to version 8u472-b08-0.56.0 --- bucket/semeru8-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/semeru8-jre.json b/bucket/semeru8-jre.json index 21aa5253edd..0d7aef1b3d4 100644 --- a/bucket/semeru8-jre.json +++ b/bucket/semeru8-jre.json @@ -1,19 +1,19 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "8u462-b08-0.53.0", + "version": "8u472-b08-0.56.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u462-b08_openj9-0.53.0/ibm-semeru-open-jre_x64_windows_8u462b08_openj9-0.53.0.zip", - "hash": "a74892795ab8b2c21417a61ede14a48aacd7419c9a2c1c2bc88881e6f595a2bd" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_8u472b08_openj9-0.56.0.zip", + "hash": "baf36de3179dbdef1ec0237eb59663ec1d976d5325493187f1cb884e7a3e780e" }, "32bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u462-b08_openj9-0.53.0/ibm-semeru-open-jre_x86-32_windows_8u462b08_openj9-0.53.0.zip", - "hash": "3fdf9ec6512137109426e875131db8e713fb8f8491c86d790dff319cde1b2efb" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jre_x86-32_windows_8u472b08_openj9-0.56.0.zip", + "hash": "9332753bdec5c7fa2696d346a3310f896e772c2ac50d4cbc516a16c247cb9d9e" } }, - "extract_dir": "jdk8u462-b08-jre", + "extract_dir": "jdk8u472-b08-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From c5312dd8495b7899f8711d1cfa01d10fcf1cdd3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:43:17 +0000 Subject: [PATCH 138/545] temurin-jdk: Update to version 25.0.1-8.0.LTS --- bucket/temurin-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jdk.json b/bucket/temurin-jdk.json index 293340d92b7..9c2c47d4eb7 100644 --- a/bucket/temurin-jdk.json +++ b/bucket/temurin-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0.LTS", + "version": "25.0.1-8.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jdk_x64_windows_hotspot_25_36.zip", - "hash": "ff76428a600a0925abbfb1dc55da30828b500f8038a13679a8c75b37892a96c3" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jdk_x64_windows_hotspot_25.0.1_8.zip", + "hash": "46897db80b6df8fad1f6cccce9e8514210bfd0181085dcd346f5c710a70a0d58" } }, - "extract_dir": "jdk-25+36", + "extract_dir": "jdk-25.0.1+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 833cb5816abd342d73a0ab2e51484c33044b08d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:43:18 +0000 Subject: [PATCH 139/545] temurin-jre: Update to version 25.0.1-8.0.LTS --- bucket/temurin-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jre.json b/bucket/temurin-jre.json index 903a043ad0c..cca3683021b 100644 --- a/bucket/temurin-jre.json +++ b/bucket/temurin-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0.LTS", + "version": "25.0.1-8.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jre_x64_windows_hotspot_25_36.zip", - "hash": "66abb3213ce984ecb7b3ae7edfeac2d58622297f8c114eb467518dd63e42aa3f" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jre_x64_windows_hotspot_25.0.1_8.zip", + "hash": "317ffcdd88eec2914506ba8456a6d1717f8efb9b148d2214ae793cfa9ec7b54d" } }, - "extract_dir": "jdk-25+36-jre", + "extract_dir": "jdk-25.0.1+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4d430d12329dac339b7f395a462d2561549ed82a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:43:18 +0000 Subject: [PATCH 140/545] temurin-lts-jdk: Update to version 25.0.1-8.0.LTS --- bucket/temurin-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-lts-jdk.json b/bucket/temurin-lts-jdk.json index 77dbce6e2a4..f8548b1ed16 100644 --- a/bucket/temurin-lts-jdk.json +++ b/bucket/temurin-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0.LTS", + "version": "25.0.1-8.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jdk_x64_windows_hotspot_25_36.zip", - "hash": "ff76428a600a0925abbfb1dc55da30828b500f8038a13679a8c75b37892a96c3" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jdk_x64_windows_hotspot_25.0.1_8.zip", + "hash": "46897db80b6df8fad1f6cccce9e8514210bfd0181085dcd346f5c710a70a0d58" } }, - "extract_dir": "jdk-25+36", + "extract_dir": "jdk-25.0.1+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9f308b816e7ea34dd81eecc6675f939f9c93f81c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:43:18 +0000 Subject: [PATCH 141/545] temurin-lts-jre: Update to version 25.0.1-8.0.LTS --- bucket/temurin-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-lts-jre.json b/bucket/temurin-lts-jre.json index 47aa483e3bf..5f63d89fecd 100644 --- a/bucket/temurin-lts-jre.json +++ b/bucket/temurin-lts-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0.LTS", + "version": "25.0.1-8.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jre_x64_windows_hotspot_25_36.zip", - "hash": "66abb3213ce984ecb7b3ae7edfeac2d58622297f8c114eb467518dd63e42aa3f" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jre_x64_windows_hotspot_25.0.1_8.zip", + "hash": "317ffcdd88eec2914506ba8456a6d1717f8efb9b148d2214ae793cfa9ec7b54d" } }, - "extract_dir": "jdk-25+36-jre", + "extract_dir": "jdk-25.0.1+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 357526ef03a760506ab1eed91235963a49bd6463 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:43:19 +0000 Subject: [PATCH 142/545] temurin25-jdk: Update to version 25.0.1-8.0 --- bucket/temurin25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin25-jdk.json b/bucket/temurin25-jdk.json index c2a04461ecb..dcee2260e71 100644 --- a/bucket/temurin25-jdk.json +++ b/bucket/temurin25-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0", + "version": "25.0.1-8.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jdk_x64_windows_hotspot_25_36.zip", - "hash": "ff76428a600a0925abbfb1dc55da30828b500f8038a13679a8c75b37892a96c3" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jdk_x64_windows_hotspot_25.0.1_8.zip", + "hash": "46897db80b6df8fad1f6cccce9e8514210bfd0181085dcd346f5c710a70a0d58" } }, - "extract_dir": "jdk-25+36", + "extract_dir": "jdk-25.0.1+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 060f7f7d11927bfc0845334dde05fe2997c7871e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:43:19 +0000 Subject: [PATCH 143/545] temurin25-jre: Update to version 25.0.1-8.0 --- bucket/temurin25-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin25-jre.json b/bucket/temurin25-jre.json index 0f4345b5f3b..1e192b39fcf 100644 --- a/bucket/temurin25-jre.json +++ b/bucket/temurin25-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.0-36.0", + "version": "25.0.1-8.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25+36/OpenJDK25U-jre_x64_windows_hotspot_25_36.zip", - "hash": "66abb3213ce984ecb7b3ae7edfeac2d58622297f8c114eb467518dd63e42aa3f" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jre_x64_windows_hotspot_25.0.1_8.zip", + "hash": "317ffcdd88eec2914506ba8456a6d1717f8efb9b148d2214ae793cfa9ec7b54d" } }, - "extract_dir": "jdk-25+36-jre", + "extract_dir": "jdk-25.0.1+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 69974d178209c13e06807221cddfcd35bcf93f9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 01:41:09 +0000 Subject: [PATCH 144/545] temurin8-jdk: Update to version 8.0.472-8 --- bucket/temurin8-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin8-jdk.json b/bucket/temurin8-jdk.json index ba57327c75b..cb8f3f4a333 100644 --- a/bucket/temurin8-jdk.json +++ b/bucket/temurin8-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.462-8", + "version": "8.0.472-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u462-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u462b08.zip", - "hash": "c6c2d8e6c2cbf0b4ddb707e6edb9a00d8a7b04e9ed6dda7e62d43dc4d83d342c" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u472b08.zip", + "hash": "cbafb089f7c8a3e873607c8f4fe40e4943297f641d27806e055e782c82a33985" } }, - "extract_dir": "jdk8u462-b08", + "extract_dir": "jdk8u472-b08", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From cf82db50e10afd6bf340c3ec6d69bd8740014da7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 01:41:09 +0000 Subject: [PATCH 145/545] temurin8-jre: Update to version 8.0.472-8 --- bucket/temurin8-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin8-jre.json b/bucket/temurin8-jre.json index a6d92989380..8d878b916d0 100644 --- a/bucket/temurin8-jre.json +++ b/bucket/temurin8-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.462-8", + "version": "8.0.472-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u462-b08/OpenJDK8U-jre_x64_windows_hotspot_8u462b08.zip", - "hash": "8d054a725082607bc20af5777aff867bf94bb3b78bb523aed2caf0dcf22b8d03" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08/OpenJDK8U-jre_x64_windows_hotspot_8u472b08.zip", + "hash": "598b8eb9bd299e6d569085793a90ff87a84738221d50c994e82aca35c49b117d" } }, - "extract_dir": "jdk8u462-b08-jre", + "extract_dir": "jdk8u472-b08-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7c5e62ac2535a5f2e88679226d3ea930ea4008a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:36 +0000 Subject: [PATCH 146/545] zulufx11-jdk: Update to version 11.84.17 --- bucket/zulufx11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx11-jdk.json b/bucket/zulufx11-jdk.json index 78dd465b575..bfc6a1f7eb8 100644 --- a/bucket/zulufx11-jdk.json +++ b/bucket/zulufx11-jdk.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "11.82.19", + "version": "11.84.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-fx-jdk11.0.28-win_x64.zip", - "hash": "68525315456e1b5da5d1ddac9d8053865f69330795cd9882a20beea1e98a27ea", - "extract_dir": "zulu11.82.19-ca-fx-jdk11.0.28-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jdk11.0.29-win_x64.zip", + "hash": "23261e91918dcb4321e5ddba35f8814f562161a464cedee168fcd02b8c31c58b", + "extract_dir": "zulu11.84.17-ca-fx-jdk11.0.29-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-fx-jdk11.0.28-win_i686.zip", - "hash": "465190388e01cd916af774aea989f9bf35efdc3f7a5cbc250a200d102706f47d", - "extract_dir": "zulu11.82.19-ca-fx-jdk11.0.28-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jdk11.0.29-win_i686.zip", + "hash": "55b3dbcea5e0c5a20f8082c58edc455755ebf3ef7d207e0096bba089db99b034", + "extract_dir": "zulu11.84.17-ca-fx-jdk11.0.29-win_i686" } }, "env_add_path": "bin", From 3b8d254466f83c7d8bfa2163de126c3002e0b301 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:36 +0000 Subject: [PATCH 147/545] zulufx11-jre: Update to version 11.84.17 --- bucket/zulufx11-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx11-jre.json b/bucket/zulufx11-jre.json index 072a98d093f..15c1a4d8540 100644 --- a/bucket/zulufx11-jre.json +++ b/bucket/zulufx11-jre.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "11.82.19", + "version": "11.84.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-fx-jre11.0.28-win_x64.zip", - "hash": "c8b7a95503559fdde59cf9a29af87b6ac04014b7e9e069bf7d19af78adec9c84", - "extract_dir": "zulu11.82.19-ca-fx-jre11.0.28-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jre11.0.29-win_x64.zip", + "hash": "406fa94c6f818814a2aca411c3db58241fcc049a4e82987a4330c5f6dad7196b", + "extract_dir": "zulu11.84.17-ca-fx-jre11.0.29-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.82.19-ca-fx-jre11.0.28-win_i686.zip", - "hash": "5f48442fe5081f61926120d07bca3cb5d956ce694c0616c4e4e33e77aba0c856", - "extract_dir": "zulu11.82.19-ca-fx-jre11.0.28-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jre11.0.29-win_i686.zip", + "hash": "11a6f74074de88dab7b248d269520ed02a88a1ed8599e38e374050a9e64099c3", + "extract_dir": "zulu11.84.17-ca-fx-jre11.0.29-win_i686" } }, "env_add_path": "bin", From 4bb77758c465e83cb8a75d08397d49a7a6dd33ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:37 +0000 Subject: [PATCH 148/545] zulufx17-jdk: Update to version 17.62.17 --- bucket/zulufx17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx17-jdk.json b/bucket/zulufx17-jdk.json index cf193c0041f..4e2f9077251 100644 --- a/bucket/zulufx17-jdk.json +++ b/bucket/zulufx17-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "17.60.17", + "version": "17.62.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.60.17-ca-fx-jdk17.0.16-win_x64.zip", - "hash": "5ce9f2bb7cf5ba8afd87c2d2e37180484d78d84378323e16fb0f93a183eeb2bd", - "extract_dir": "zulu17.60.17-ca-fx-jdk17.0.16-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-fx-jdk17.0.17-win_x64.zip", + "hash": "3624b00c678a18ad6ba57665aa8704715606ebab2805647e8bd80de3c944c7e3", + "extract_dir": "zulu17.62.17-ca-fx-jdk17.0.17-win_x64" } }, "env_add_path": "bin", From a1245744cc7d75d2cf66796b63ac3bf2315cdd70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:37 +0000 Subject: [PATCH 149/545] zulufx17-jre: Update to version 17.62.17 --- bucket/zulufx17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx17-jre.json b/bucket/zulufx17-jre.json index 7d998676cc3..0177c1b32bb 100644 --- a/bucket/zulufx17-jre.json +++ b/bucket/zulufx17-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "17.60.17", + "version": "17.62.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.60.17-ca-fx-jre17.0.16-win_x64.zip", - "hash": "46f2a5579f4e48436d55da5dc091f536dac872c7a930eb19ba651d28a753fe87", - "extract_dir": "zulu17.60.17-ca-fx-jre17.0.16-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-fx-jre17.0.17-win_x64.zip", + "hash": "7c94f7d8c918009355534cbdeed622d8a4e23fcd8bda08fc943aba48c00a2bf8", + "extract_dir": "zulu17.62.17-ca-fx-jre17.0.17-win_x64" } }, "env_add_path": "bin", From 728e81d7c4fd75009179d42ff5441e268675fd86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:37 +0000 Subject: [PATCH 150/545] zulufx21-jdk: Update to version 21.46.19 --- bucket/zulufx21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx21-jdk.json b/bucket/zulufx21-jdk.json index 278d9e5609d..394272828cc 100644 --- a/bucket/zulufx21-jdk.json +++ b/bucket/zulufx21-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "21.44.17", + "version": "21.46.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.44.17-ca-fx-jdk21.0.8-win_x64.zip", - "hash": "c4d4d91c7135fd505f6bab6bd3ea7f28782c4724786cd1bcc4c1357e50e1d1b8", - "extract_dir": "zulu21.44.17-ca-fx-jdk21.0.8-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-fx-jdk21.0.9-win_x64.zip", + "hash": "254b6b18d25294dbeadf98acd470e12fc09dc5c4a96ff0b8a1a31e2379cad9b8", + "extract_dir": "zulu21.46.19-ca-fx-jdk21.0.9-win_x64" } }, "env_add_path": "bin", From 2acc84b95526669e46489ce0d8c4a8bd6ac2a79a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:38 +0000 Subject: [PATCH 151/545] zulufx21-jre: Update to version 21.46.19 --- bucket/zulufx21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx21-jre.json b/bucket/zulufx21-jre.json index 002f3917c6a..82b7e6a3921 100644 --- a/bucket/zulufx21-jre.json +++ b/bucket/zulufx21-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "21.44.17", + "version": "21.46.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.44.17-ca-fx-jre21.0.8-win_x64.zip", - "hash": "e65a3c0d700e2bbaf516fb3413381e647027cde4d847aaa8da4947c8e754a02d", - "extract_dir": "zulu21.44.17-ca-fx-jre21.0.8-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-fx-jre21.0.9-win_x64.zip", + "hash": "7dbccc2e51c65e2edcee18447eaeed8612c217ec4499600ab0fb9e94aceb2f59", + "extract_dir": "zulu21.46.19-ca-fx-jre21.0.9-win_x64" } }, "env_add_path": "bin", From 7fc40d86010d82c78059fd3b2ae7bcfcf4ad589a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:38 +0000 Subject: [PATCH 152/545] zulufx8-jdk: Update to version 8.90.0.19 --- bucket/zulufx8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx8-jdk.json b/bucket/zulufx8-jdk.json index e5fa99f27ec..d62895c8d21 100644 --- a/bucket/zulufx8-jdk.json +++ b/bucket/zulufx8-jdk.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu 8 With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "8.88.0.19", + "version": "8.90.0.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-fx-jdk8.0.462-win_x64.zip", - "hash": "04d798fef35e0f2f18300619a79cd7f50bfa0d533a037b5450cc9a8e84d8be9e", - "extract_dir": "zulu8.88.0.19-ca-fx-jdk8.0.462-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jdk8.0.472-win_x64.zip", + "hash": "6628e6b3586d6003a93f38fb7d8841ea46d4c386920a535b76e6b54c28266f9f", + "extract_dir": "zulu8.90.0.19-ca-fx-jdk8.0.472-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-fx-jdk8.0.462-win_i686.zip", - "hash": "81b726bc5eaf57b74bca1ff720a8499f1850415af19be350404f21b403a92e45", - "extract_dir": "zulu8.88.0.19-ca-fx-jdk8.0.462-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jdk8.0.472-win_i686.zip", + "hash": "6a425207aa710a89628afeb99b44e9eb80fb9bc2deb9f23ba01790f661368f9b", + "extract_dir": "zulu8.90.0.19-ca-fx-jdk8.0.472-win_i686" } }, "env_add_path": "bin", From eca6742f0c7fad2ece7d82e3f328d68280c8edc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:22:39 +0000 Subject: [PATCH 153/545] zulufx8-jre: Update to version 8.90.0.19 --- bucket/zulufx8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx8-jre.json b/bucket/zulufx8-jre.json index 695c4715c56..012b1f9ddc1 100644 --- a/bucket/zulufx8-jre.json +++ b/bucket/zulufx8-jre.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu 8 With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "8.88.0.19", + "version": "8.90.0.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-fx-jre8.0.462-win_x64.zip", - "hash": "7e133d2515cd577448f6ff3e1e844667fdbf3f902da078a4fa91ac5db50e97d8", - "extract_dir": "zulu8.88.0.19-ca-fx-jre8.0.462-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jre8.0.472-win_x64.zip", + "hash": "4383fed694c640886dc99a1c38c4f2b3d035a6a4911f17ea8f8dcd35188b527a", + "extract_dir": "zulu8.90.0.19-ca-fx-jre8.0.472-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.88.0.19-ca-fx-jre8.0.462-win_i686.zip", - "hash": "78df2e6b1ee8412b18aa6c3599349091bdbcceb96d9610f0c352b3acb1c2ad2c", - "extract_dir": "zulu8.88.0.19-ca-fx-jre8.0.462-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jre8.0.472-win_i686.zip", + "hash": "47325ecae75110e17de6a8dd2b8de4e00c51291ce9b2cde24f8b3b8d57b62cec", + "extract_dir": "zulu8.90.0.19-ca-fx-jre8.0.472-win_i686" } }, "env_add_path": "bin", From 274df4ba39a3a4eaee79f64b365cfca3b2335b16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:38:48 +0000 Subject: [PATCH 154/545] temurin17-jdk: Update to version 17.0.17-10 --- bucket/temurin17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin17-jdk.json b/bucket/temurin17-jdk.json index 66d176d8701..efe3025abee 100644 --- a/bucket/temurin17-jdk.json +++ b/bucket/temurin17-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.16-8", + "version": "17.0.17-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.16+8/OpenJDK17U-jdk_x64_windows_hotspot_17.0.16_8.zip", - "hash": "8c7cfff78a55c56ebaf470ed6a89c6466b47d8274bdabdda997d7507c20325c5" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_10.zip", + "hash": "dcf0064efec7e515a5e3b56e7532f1a1c125510303c6c9e60af8878e3f7347fe" } }, - "extract_dir": "jdk-17.0.16+8", + "extract_dir": "jdk-17.0.17+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 93c4118363286f99355560745b9f36821f7c894b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:38:48 +0000 Subject: [PATCH 155/545] temurin17-jre: Update to version 17.0.17-10 --- bucket/temurin17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin17-jre.json b/bucket/temurin17-jre.json index 7ff41c6ece0..aaaaf4b785f 100644 --- a/bucket/temurin17-jre.json +++ b/bucket/temurin17-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.16-8", + "version": "17.0.17-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.16+8/OpenJDK17U-jre_x64_windows_hotspot_17.0.16_8.zip", - "hash": "d35b05f4832215d8877d0dbf15c6370c854d7d5b812f890a9c0db8ad412a6bf2" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10.zip", + "hash": "bd17db1cc08b3a8a98cedc7b8b8a203f683793be65a9ffbe4ceaacde71fc2b6b" } }, - "extract_dir": "jdk-17.0.16+8-jre", + "extract_dir": "jdk-17.0.17+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 63702161e4a26159bc7df324de42db05800d67e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:38:48 +0000 Subject: [PATCH 156/545] temurin21-jdk: Update to version 21.0.9-10.0 --- bucket/temurin21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin21-jdk.json b/bucket/temurin21-jdk.json index 56ecedbb3eb..98366fa5261 100644 --- a/bucket/temurin21-jdk.json +++ b/bucket/temurin21-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "21.0.8-9.0", + "version": "21.0.9-10.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8+9/OpenJDK21U-jdk_x64_windows_hotspot_21.0.8_9.zip", - "hash": "5dbb74a4edda94c2aae97a1e30f448db0ad9023a9466fe31a8c68377d9dfbac4" + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9+10/OpenJDK21U-jdk_x64_windows_hotspot_21.0.9_10.zip", + "hash": "1c67df516e9795c0b09f5714bfe151da2e3cc988082042f5bbb60d75e4e63fb5" } }, - "extract_dir": "jdk-21.0.8+9", + "extract_dir": "jdk-21.0.9+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 383921e3a0b11c4f1ef7994dcc7adde9736a0c27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:38:49 +0000 Subject: [PATCH 157/545] temurin21-jre: Update to version 21.0.9-10.0 --- bucket/temurin21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin21-jre.json b/bucket/temurin21-jre.json index 0408b702920..ccfea1fd666 100644 --- a/bucket/temurin21-jre.json +++ b/bucket/temurin21-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "21.0.8-9.0", + "version": "21.0.9-10.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8+9/OpenJDK21U-jre_x64_windows_hotspot_21.0.8_9.zip", - "hash": "238d74ec4ec9422d416fa98805ba375eecd8bc8f971bd0c61a21051a4fe42db8" + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9+10/OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip", + "hash": "39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9" } }, - "extract_dir": "jdk-21.0.8+9-jre", + "extract_dir": "jdk-21.0.9+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d8e31046028f88f36e338a21ffdcdb8c1a0d120d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:36:44 +0000 Subject: [PATCH 158/545] intellij-jbr21-jcef: Update to version 21.0.9-b1163.78 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 87e13c38ff8..c8d2d51334c 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1163.69", + "version": "21.0.9-b1163.78", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-x64-b1163.69.tar.gz", - "hash": "sha512:7588fccf7ac50094dffbf03259929021cd3067f6e42c310341bebae11764ef47b5ba9d89087ca9e5a0abf2722dd974e33fb1eb4bb52ec44efd42410ef324e532", - "extract_dir": "jbr_jcef-21.0.8-windows-x64-b1163.69" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.78.tar.gz", + "hash": "sha512:ffeaabd071921829620d72c00e24a5fad673c12f5d28ae1beada8abeb4e4e5b95fd07519f54b54019b1ab33aa38261caeb203fb85ab75a5ba7a3672a56615d0f", + "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.78" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.8-windows-aarch64-b1163.69.tar.gz", - "hash": "sha512:06ca9169fc559c408ffc8201aedf2505b184aedb5860e291a3d38303a34f6ef6dd410e2a7fc1dc6c60d22a31b5bbe9a8835c117ed3845399d11a2bc678b2dd6f", - "extract_dir": "jbr_jcef-21.0.8-windows-aarch64-b1163.69" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.78.tar.gz", + "hash": "sha512:2500b8931d9cb914b101dbd44455369d4be2f9d5e63cbbc30b3234c733d43696e01733f0aed1818ad8a0f7117a0c0dcd7d865a347c672269f711ec48bd73a2a6", + "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.78" } }, "env_set": { From 77e3b0c167538c1bcfc373865be212d67fa10fcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:36:45 +0000 Subject: [PATCH 159/545] intellij-jbr21-sdk-jcef: Update to version 21.0.9-b1163.78 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index f225d7d7545..f5512c8623e 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.8-b1163.69", + "version": "21.0.9-b1163.78", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-x64-b1163.69.tar.gz", - "hash": "sha512:c1d32fd1e7d4ed5047fc80cc7f74798ae7e7e3b7b1cd35bc39d80db1ba22030705e84ab05b28046f393508eb5b9bae0a4a89d2ee9af676aa6137503f2255a2aa", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-x64-b1163.69" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.78.tar.gz", + "hash": "sha512:cea67d65b6479ca423b187f0c00f4951ed2b61d63b05db16ea43f5daa1be42fe27b6e7a6ce9a883e891f9626959787123dbec791066370f029b207c527aaab10", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.78" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.8-windows-aarch64-b1163.69.tar.gz", - "hash": "sha512:4b808ffb8170749f0d4da822d334775db9da2c8db68614a25c6cd89f75aae8d6a18c9f8fd2e32811a2ca7451acb2c655aa5cb24e3e96bdb72fd0e187196f83a7", - "extract_dir": "jbrsdk_jcef-21.0.8-windows-aarch64-b1163.69" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.78.tar.gz", + "hash": "sha512:583aea8a2c3ef32c985b54d8b715d884429a2d658b7816fda06ad12e86d55c55f18748919aef60578bf561630c0305b7b9c46c79489b8e71399add09021ee4bc", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.78" } }, "env_set": { From 24e5d10f3fb8e4fc85e64b9a2bf2cb5d49889018 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:23:48 +0000 Subject: [PATCH 160/545] intellij-jbr21-sdk: Update to version 21.0.9-b1038.75 --- bucket/intellij-jbr21-sdk.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21-sdk.json b/bucket/intellij-jbr21-sdk.json index a1d46dc898a..47ecb950701 100644 --- a/bucket/intellij-jbr21-sdk.json +++ b/bucket/intellij-jbr21-sdk.json @@ -1,23 +1,23 @@ { - "version": "21.0.8-b1038.68", + "version": "21.0.9-b1038.75", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.8-windows-x86-b1038.68.tar.gz", - "hash": "sha512:d9ced851e1d52e2122121afe3ec08c7010d2c7924832392e1da7e474b891d80edf0a6913bf4ff92a00652b44fc11658bfb9d44d39371a4a5a48ce9860cb06f7e", - "extract_dir": "jbrsdk-21.0.8-windows-x86-b1038.68" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x86-b1038.75.tar.gz", + "hash": "sha512:2e68dfd4d64ee3114f58c1735b1c59fe83c0773cb4ca26448102705097ba357f991c8c5ad67c34466353abc4d11dbbea247781d345d4a5553fbde3fcbe8300e2", + "extract_dir": "jbrsdk-21.0.9-windows-x86-b1038.75" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.8-windows-x64-b1038.68.tar.gz", - "hash": "sha512:b197aa242e3d8d0d0697f6c213f553b2836349a8f46682882763b0ad4d7def7a303c61bc25aa6b1585650f3f02acf0ddb46600a1e5f3c1429af5efa24c65bb17", - "extract_dir": "jbrsdk-21.0.8-windows-x64-b1038.68" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x64-b1038.75.tar.gz", + "hash": "sha512:80954dddf8ea65462b6b8e8f1e0650930e31f55e2baa8c9e87257000d68552461b1fee28682722b4d7848a77b51bebe46aeff406aa46a2512a72054a9a23334b", + "extract_dir": "jbrsdk-21.0.9-windows-x64-b1038.75" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.8-windows-aarch64-b1038.68.tar.gz", - "hash": "sha512:c81b2f261883359dc39fb9ebbff0b757f50a24cecb9c6a7f7f2271593b128d1019e94655b77d843538f6019a08719ea55727532314a78837f8e7e43def3ca639", - "extract_dir": "jbrsdk-21.0.8-windows-aarch64-b1038.68" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-aarch64-b1038.75.tar.gz", + "hash": "sha512:168f7c9e843180c20beee1854c1adfa34ffaf15eb0f2bbcf0b64445922c4560e8a9d9dd33ba6164e1f53835ac0af0a57c9967cfdd2e2d97de6a45c6d2064d064", + "extract_dir": "jbrsdk-21.0.9-windows-aarch64-b1038.75" } }, "env_set": { From de6f2f9abc630eba2ef0441b11ab70d10c97cdb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:23:48 +0000 Subject: [PATCH 161/545] intellij-jbr21: Update to version 21.0.9-b1038.75 --- bucket/intellij-jbr21.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21.json b/bucket/intellij-jbr21.json index 1509154d053..6a86d4e72a7 100644 --- a/bucket/intellij-jbr21.json +++ b/bucket/intellij-jbr21.json @@ -1,23 +1,23 @@ { - "version": "21.0.8-b1038.68", + "version": "21.0.9-b1038.75", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.8-windows-x86-b1038.68.tar.gz", - "hash": "sha512:e3c0b1d270171e9ad179b99f0a24c469977b7125623f5d136efd418d063f61fc96eb3f4a41489f3fe89d6f1c86bf95afbb000ab06912a17a88bbcf3520bfc90a", - "extract_dir": "jbr-21.0.8-windows-x86-b1038.68" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x86-b1038.75.tar.gz", + "hash": "sha512:c1a6ca574ede29bae5f0eec38ba92acc294ad7370b57b993f081e4cbcc51db1977374ae2ea404d06241812694acd8c48e7dafc0129a14188dde96579ead41568", + "extract_dir": "jbr-21.0.9-windows-x86-b1038.75" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.8-windows-x64-b1038.68.tar.gz", - "hash": "sha512:b59b6c9dd5194c93c3b8512e788fea08cef97e6c1b9108591f72ecdddc6fdbd95999db1e44b382cb5c74202b5ae016da5aa1c21883cefe50c23f8d2d0f3f7434", - "extract_dir": "jbr-21.0.8-windows-x64-b1038.68" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x64-b1038.75.tar.gz", + "hash": "sha512:3b1b8ca350b527427388238800c101d786ab9b41e0e3e346e5c1504805a32ad7854b14e9cbc19a67e3cea70cd4a268e59c19d243ab7b31f23275b97aaf7bc3bb", + "extract_dir": "jbr-21.0.9-windows-x64-b1038.75" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.8-windows-aarch64-b1038.68.tar.gz", - "hash": "sha512:fb784bf1c0842ff788479e05d65e7d6e7c92545d006a753a158e3f00d17a52fe0f8e4b0aa6081fabe0443219682ec03f726daacd7bf2ea28ddd31bd3ae7b7f22", - "extract_dir": "jbr-21.0.8-windows-aarch64-b1038.68" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-aarch64-b1038.75.tar.gz", + "hash": "sha512:5f38fcb34cd076dff52185ca52ab28de782090e1d48c885e31787729875fd7cf36b44fcb7f1aeb5f839ff329fb59414c88e6eac03736072c0998c62a91813782", + "extract_dir": "jbr-21.0.9-windows-aarch64-b1038.75" } }, "env_set": { From 1c3e3f8084d95ac608f27334e57ebf075e78f6e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:39:55 +0000 Subject: [PATCH 162/545] temurin8-nightly-jdk: Update to version 8.0.482-1.0.202511042237 --- bucket/temurin8-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin8-nightly-jdk.json b/bucket/temurin8-nightly-jdk.json index 765e66ea8b7..067407e8355 100644 --- a/bucket/temurin8-nightly-jdk.json +++ b/bucket/temurin8-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-8.0.202510232136", + "version": "8.0.482-1.0.202511042237", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u472b08-ea.zip", - "hash": "bc3e68113466bd5e31d16838efc5c51d74cada4b074b6d2bf81877a1bea2022c" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b01-ea-beta/OpenJDK8U-jdk_x64_windows_hotspot_8u482b01-ea.zip", + "hash": "762c0fe266696f9a1ec58a8252b7abac77bcd5271bf082e51b709a52f563b2e0" }, "32bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b08-ea.zip", - "hash": "2b35a05913dc4cc893433832a75a5e004a75f257fb87162b03d13c27fb682888" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b01-ea-beta/OpenJDK8U-jdk_x86-32_windows_hotspot_8u482b01-ea.zip", + "hash": "e528fc9a5a3c6a454c9fe4b26def7fb214b847b08750d2c05cf68125dd51e626" } }, "extract_to": "tmp", From 21dde48e54ebd92ee817f04966dbefc322247544 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:39:55 +0000 Subject: [PATCH 163/545] temurin8-nightly-jre: Update to version 8.0.482-1.0.202511042237 --- bucket/temurin8-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin8-nightly-jre.json b/bucket/temurin8-nightly-jre.json index 12d9f0e00ac..3f35eab3205 100644 --- a/bucket/temurin8-nightly-jre.json +++ b/bucket/temurin8-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-8.0.202510232136", + "version": "8.0.482-1.0.202511042237", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u472b08-ea.zip", - "hash": "b5d84da9814a91e7f30700d71339d9117a22873bf022af5fa465241d438b8c8b" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b01-ea-beta/OpenJDK8U-jre_x64_windows_hotspot_8u482b01-ea.zip", + "hash": "47ebd7b4f8405b7926227a5394b73fd6e531bda51c4b82389b211f958b817095" }, "32bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u472b08-ea.zip", - "hash": "fdc72fc159539cef2c9dd3528664fd97b2bbb47793b63310806e37c860f9090f" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b01-ea-beta/OpenJDK8U-jre_x86-32_windows_hotspot_8u482b01-ea.zip", + "hash": "a457b029539634d76cfa82ace8d90f76a5f2e990a8bffc5dde73d25be4ea9191" } }, "extract_to": "tmp", From f6f456ecbb1d825a45386d8bd56bcf598b0f7173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 12:41:02 +0000 Subject: [PATCH 164/545] temurin11-jdk: Update to version 11.0.29-7 --- bucket/temurin11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/temurin11-jdk.json b/bucket/temurin11-jdk.json index 400bbc77c81..fa69c68382e 100644 --- a/bucket/temurin11-jdk.json +++ b/bucket/temurin11-jdk.json @@ -1,19 +1,19 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.28-6", + "version": "11.0.29-7", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.28+6/OpenJDK11U-jdk_x64_windows_hotspot_11.0.28_6.zip", - "hash": "1422b070f94c93d3fdba7e0bcaa269389c92a928de54e47d988a1002d3a35dc2" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_7.zip", + "hash": "c21b63f6391b9d8f8aa969fb99250de797539cfb54232f5d4d371993f0c235b5" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.28+6/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.28_6.zip", - "hash": "21835a3a761932d93a79759dc1c823112d54a3288f0f04e65a188eaf45cc6d69" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_7.zip", + "hash": "0b5bb836546f86aab9ffe53a14ae51f4801c5a020383d7ea88a054091676698c" } }, - "extract_dir": "jdk-11.0.28+6", + "extract_dir": "jdk-11.0.29+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f5896375c48aec7483fae3c0f127a77a05066d78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 12:41:02 +0000 Subject: [PATCH 165/545] temurin11-jre: Update to version 11.0.29-7 --- bucket/temurin11-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/temurin11-jre.json b/bucket/temurin11-jre.json index 84e6dd1b8d5..cd5b9c90eec 100644 --- a/bucket/temurin11-jre.json +++ b/bucket/temurin11-jre.json @@ -1,19 +1,19 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.28-6", + "version": "11.0.29-7", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.28+6/OpenJDK11U-jre_x64_windows_hotspot_11.0.28_6.zip", - "hash": "d9ebfc6a09eee77ed1789bd802612a846181b9d0f30b40acfeff678cf94d43e7" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_7.zip", + "hash": "b619e5e2434ac1a6cf7a33d6e93827d832a16484e4d0beb9fff60760472ae76a" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.28+6/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.28_6.zip", - "hash": "bf88e85e140cd44af4134cc5d063bd79d77b24d26484790a132bd6ef56870110" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_7.zip", + "hash": "b747698a05a39391a58b9caac30310275e4e6bd9fef92d6c149cba310d91d2be" } }, - "extract_dir": "jdk-11.0.28+6-jre", + "extract_dir": "jdk-11.0.29+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5062f5b8916382299258fff1d487e1557645fa81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:22:51 +0000 Subject: [PATCH 166/545] temurin11-nightly-jdk: Update to version 11.0.30-1.0.ea --- bucket/temurin11-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jdk.json b/bucket/temurin11-nightly-jdk.json index f5187d7fd9c..7dc132aa4e9 100644 --- a/bucket/temurin11-nightly-jdk.json +++ b/bucket/temurin11-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-7.0.ea", + "version": "11.0.30-1.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_7-ea.zip", - "hash": "cd9f0d3e0ebb2b83df37867476434b9e96039b26447335924941930af76d3218" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.30_1-ea.zip", + "hash": "fc1a6f8a4d877dd31399aa409c2b6f11496b0ed0fbb0675d43dccc0649b118ae" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_7-ea.zip", - "hash": "33631e06a9ed88cfcac1f7ba273c32b66c3b19df0a2067101afe3a892e9adc90" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.30_1-ea.zip", + "hash": "3c1ee70940e1a1a9574ee68be2c87068f4acc871b531dfcee22345bd8a3c6844" } }, "extract_to": "tmp", From 8ad1f166374edc2a190b16c4cbf3e280afaf1404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:22:52 +0000 Subject: [PATCH 167/545] temurin11-nightly-jre: Update to version 11.0.30-1.0.ea --- bucket/temurin11-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jre.json b/bucket/temurin11-nightly-jre.json index 03a3dd4467b..b08c4a937d0 100644 --- a/bucket/temurin11-nightly-jre.json +++ b/bucket/temurin11-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-7.0.ea", + "version": "11.0.30-1.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_7-ea.zip", - "hash": "1f86c745ef5e6dca848e24b2846d4979b1456f39550dbf7cc9b313780b118e13" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.30_1-ea.zip", + "hash": "0bcffdc88b2964d03c4bbb9ceb656210206cd7139ebb1d5532f9f643af72aae1" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_7-ea.zip", - "hash": "ad72f175c7d4383d8cf61c6fb51640e6a34906a029c2531ef154824d9cfd417f" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.30_1-ea.zip", + "hash": "9ad1d90bacfb4375974a4f8c6dbd25b588a0ada48c632dcbf0f0d5aadfea4d60" } }, "extract_to": "tmp", From b8bafff5996b108b0c30702738cd02c2b4241aaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:19:45 +0000 Subject: [PATCH 168/545] temurin17-nightly-jdk: Update to version 17.0.18-1.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index 3a18dadfb97..248ec742c63 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-10.0.ea", + "version": "17.0.18-1.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_10-ea.zip", - "hash": "50134a6ab5b883d20922df951a831c10a1b3605901363d826081ff982eb7baab" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_1-ea.zip", + "hash": "c0b9a0c740b1a841cd5b8cc3dcdb328488dbd4b10fea4a64bd3d786bae5e5bb7" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.17_10-ea.zip", - "hash": "5b388ddd0233535e1149589fa34932d2d67f62f7701b8b8ff751e127c49f5f80" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_1-ea.zip", + "hash": "83503dca8b623cb9a834439ab453029aeaca8cd974e33a10c6690634b3cd72aa" } }, "extract_to": "tmp", From 94d826416851799df17d33c9d8e7149e05137c75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:19:45 +0000 Subject: [PATCH 169/545] temurin17-nightly-jre: Update to version 17.0.18-1.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index 6c41bfcf584..2c0b421a531 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-10.0.ea", + "version": "17.0.18-1.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10-ea.zip", - "hash": "92952facfd4b40ccce558506d5495d10d5934ac45c9a2ba977d9d958ab087641" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_1-ea.zip", + "hash": "bd0e5ad26ed87444fdf2a72aa03af8713e0416f9ae6d2c878e5fb350b17b308d" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.17_10-ea.zip", - "hash": "07bc01ed61f2fa83cc24da604cef50936b9b7bf6393271e805bd5fa0b5b364c1" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_1-ea.zip", + "hash": "80ae3b052731a4086f11e9208eed521f9c856c6219571aa81f38779b523edc29" } }, "extract_to": "tmp", From d418b26456e8a838ac71551fa6de1261c9a1480a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 16:22:46 +0000 Subject: [PATCH 170/545] temurin17-nightly-jdk: Update to version 17.0.18-2.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index 248ec742c63..206cf4a6b23 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-1.0.ea", + "version": "17.0.18-2.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_1-ea.zip", - "hash": "c0b9a0c740b1a841cd5b8cc3dcdb328488dbd4b10fea4a64bd3d786bae5e5bb7" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_2-ea.zip", + "hash": "19657af80df75c250d91a4b961a01facbd0b20d70fc9fe69d18ac809b1eb2bda" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_1-ea.zip", - "hash": "83503dca8b623cb9a834439ab453029aeaca8cd974e33a10c6690634b3cd72aa" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_2-ea.zip", + "hash": "7db590a6520d2034fc9cfa202df32e0e0eb1c7d006a79d6737939ae20f18685d" } }, "extract_to": "tmp", From cb924c4c765f052c5041ddb2ac1ffce1435a0c2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 16:22:47 +0000 Subject: [PATCH 171/545] temurin17-nightly-jre: Update to version 17.0.18-2.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index 2c0b421a531..604ff16e7ce 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-1.0.ea", + "version": "17.0.18-2.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_1-ea.zip", - "hash": "bd0e5ad26ed87444fdf2a72aa03af8713e0416f9ae6d2c878e5fb350b17b308d" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_2-ea.zip", + "hash": "ee6dec34305256f93233a96900a9c8ac8916fd87ea93260c53f25ccacfbe6d0e" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+1-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_1-ea.zip", - "hash": "80ae3b052731a4086f11e9208eed521f9c856c6219571aa81f38779b523edc29" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_2-ea.zip", + "hash": "6ca7c37e6402c1aafeb101fc1ff760197e4fcf82b9bad1ada0b79dbcff99aa5b" } }, "extract_to": "tmp", From 8e1d8a9012cb62c8f725169d427e5337e7503d76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:25:03 +0000 Subject: [PATCH 172/545] intellij-jbr21-sdk: Update to version 21.0.9-b1038.76 --- bucket/intellij-jbr21-sdk.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21-sdk.json b/bucket/intellij-jbr21-sdk.json index 47ecb950701..8174433303a 100644 --- a/bucket/intellij-jbr21-sdk.json +++ b/bucket/intellij-jbr21-sdk.json @@ -1,23 +1,23 @@ { - "version": "21.0.9-b1038.75", + "version": "21.0.9-b1038.76", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x86-b1038.75.tar.gz", - "hash": "sha512:2e68dfd4d64ee3114f58c1735b1c59fe83c0773cb4ca26448102705097ba357f991c8c5ad67c34466353abc4d11dbbea247781d345d4a5553fbde3fcbe8300e2", - "extract_dir": "jbrsdk-21.0.9-windows-x86-b1038.75" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x86-b1038.76.tar.gz", + "hash": "sha512:c344e6e9d01ad43132b3ec490257e7df88e68409606b5712440de84751cb3d8f1a40660b94f810d3b200797d7c2ced0016580c024a3a769eb787fbe98baa2e11", + "extract_dir": "jbrsdk-21.0.9-windows-x86-b1038.76" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x64-b1038.75.tar.gz", - "hash": "sha512:80954dddf8ea65462b6b8e8f1e0650930e31f55e2baa8c9e87257000d68552461b1fee28682722b4d7848a77b51bebe46aeff406aa46a2512a72054a9a23334b", - "extract_dir": "jbrsdk-21.0.9-windows-x64-b1038.75" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x64-b1038.76.tar.gz", + "hash": "sha512:19f3ed04592e8110502429e6a39d3ef91951487dc575e3656a4c5079c0019f4f7a5c3a9f9ec96f9522378e61d327c6a9281da4142e30637e5740662de6aec5f2", + "extract_dir": "jbrsdk-21.0.9-windows-x64-b1038.76" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-aarch64-b1038.75.tar.gz", - "hash": "sha512:168f7c9e843180c20beee1854c1adfa34ffaf15eb0f2bbcf0b64445922c4560e8a9d9dd33ba6164e1f53835ac0af0a57c9967cfdd2e2d97de6a45c6d2064d064", - "extract_dir": "jbrsdk-21.0.9-windows-aarch64-b1038.75" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-aarch64-b1038.76.tar.gz", + "hash": "sha512:74ba8765c3dcbdb66cfebfab2b633fed7732b73f56fad35075e156cd593923ab2703eb32ad5a4550aabf9508b8fb35334daf6ffa2f2d3761df0a87d007001aed", + "extract_dir": "jbrsdk-21.0.9-windows-aarch64-b1038.76" } }, "env_set": { From b8d49d6cbf04bcab050b4a36ea2ac22c44ec56b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:25:03 +0000 Subject: [PATCH 173/545] intellij-jbr21: Update to version 21.0.9-b1038.76 --- bucket/intellij-jbr21.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21.json b/bucket/intellij-jbr21.json index 6a86d4e72a7..f23d2d7c6e4 100644 --- a/bucket/intellij-jbr21.json +++ b/bucket/intellij-jbr21.json @@ -1,23 +1,23 @@ { - "version": "21.0.9-b1038.75", + "version": "21.0.9-b1038.76", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x86-b1038.75.tar.gz", - "hash": "sha512:c1a6ca574ede29bae5f0eec38ba92acc294ad7370b57b993f081e4cbcc51db1977374ae2ea404d06241812694acd8c48e7dafc0129a14188dde96579ead41568", - "extract_dir": "jbr-21.0.9-windows-x86-b1038.75" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x86-b1038.76.tar.gz", + "hash": "sha512:c2f0666c5d949b32289d286abddc831ed5a8e5a083d6d3068105c88257729a86a7525538487bb259eb2314d49e544eb3d4109baaa5c8cc3e5bb83bbdb3b28fa8", + "extract_dir": "jbr-21.0.9-windows-x86-b1038.76" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x64-b1038.75.tar.gz", - "hash": "sha512:3b1b8ca350b527427388238800c101d786ab9b41e0e3e346e5c1504805a32ad7854b14e9cbc19a67e3cea70cd4a268e59c19d243ab7b31f23275b97aaf7bc3bb", - "extract_dir": "jbr-21.0.9-windows-x64-b1038.75" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x64-b1038.76.tar.gz", + "hash": "sha512:5b6441bddc8d4089347cdc4f23c52c1122ec43b2d24ffa147055ab7eed4527f24225a4025e52e8591d56f7510cf4c61de2ba2195db0e9e99bc2627b0ded8989f", + "extract_dir": "jbr-21.0.9-windows-x64-b1038.76" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-aarch64-b1038.75.tar.gz", - "hash": "sha512:5f38fcb34cd076dff52185ca52ab28de782090e1d48c885e31787729875fd7cf36b44fcb7f1aeb5f839ff329fb59414c88e6eac03736072c0998c62a91813782", - "extract_dir": "jbr-21.0.9-windows-aarch64-b1038.75" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-aarch64-b1038.76.tar.gz", + "hash": "sha512:5b023637aa83cc77c696ae792b9ea61f10d0a4b53e40be4fc08f1ae514f152021644a76aab5821c749f37124414657b0f3a464271fad9c617d9127e1ade9e21d", + "extract_dir": "jbr-21.0.9-windows-aarch64-b1038.76" } }, "env_set": { From 020e97753264da102017f63442edc0489c3c7b27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:34 +0000 Subject: [PATCH 174/545] liberica-full-jdk: Update to version 25.0.1-13 --- bucket/liberica-full-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index bd7f4abb491..d275b4d5f2a 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", - "hash": "sha1:ef6625f09340c69d8c98791469976b03a80ec22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", - "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" } }, "extract_dir": "jdk-25.0.1-full", From d80c000fff0cd907cd88c3b45d204d7eb94aa190 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:34 +0000 Subject: [PATCH 175/545] liberica-full-jre: Update to version 25.0.1-13 --- bucket/liberica-full-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index 7cce5609b54..3b4f8020d57 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", - "hash": "0d855829d51b49dd7a54bf0be930408ebbff8bbd487fdac287237468f2cd33c0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", - "hash": "2276f80f1a4dbbe531379a38cf00cb91ed79ce057dbc70f5cf2b53f5d24402ee" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" } }, "extract_dir": "jre-25.0.1-full", From 1433ffa257e0a9d4593de0704a638aba4be2e73e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:34 +0000 Subject: [PATCH 176/545] liberica-full-lts-jdk: Update to version 25.0.1-13 --- bucket/liberica-full-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index d0b7a5ba1c3..28bb6023ddf 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", - "hash": "sha1:ef6625f09340c69d8c98791469976b03a80ec22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", - "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" } }, "extract_dir": "jdk-25.0.1-full", From fb18681d5c08de0802a39a6b8844fb5fc348889c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:35 +0000 Subject: [PATCH 177/545] liberica-full-lts-jre: Update to version 25.0.1-13 --- bucket/liberica-full-lts-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index afcebbbe49c..cbacb9a6893 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", - "hash": "sha1:9abf89b0c65f9b0a5d1b893730a08285764febe4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", - "hash": "sha1:1d2c789cdfb466d88ff9140e460747ad4998adb1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" } }, "extract_dir": "jre-25.0.1-full", From 38103c01f6cb82d005a93bf47c1d2fdfb5883afd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:35 +0000 Subject: [PATCH 178/545] liberica-jdk: Update to version 25.0.1-13 --- bucket/liberica-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index d01afdd9cf4..dd489aa641b 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" } }, "extract_dir": "jdk-25.0.1", From 007a144221bbb0963a5a4c265deb675102fc99bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:35 +0000 Subject: [PATCH 179/545] liberica-jre: Update to version 25.0.1-13 --- bucket/liberica-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index bb9d51ea2c3..ed7a02fa553 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" } }, "extract_dir": "jre-25.0.1", From 55ea635e2a4e492921abd718100f92f349aadf68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:36 +0000 Subject: [PATCH 180/545] liberica-lite-jdk: Update to version 25.0.1-13 --- bucket/liberica-lite-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index 3188c0104d3..bc882eaeaa8 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", - "hash": "sha1:dfe612d4a4a64f86914792504d16e2d4a5dc72ef" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", + "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", - "hash": "sha1:8e9378438f3d8963e5f6008941c6990954c817d4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", + "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" } }, "extract_dir": "jdk-25.0.1-lite", From 3af2b31362ef53a87739d299814ddfbfb6e1e299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:36 +0000 Subject: [PATCH 181/545] liberica-lite-lts-jdk: Update to version 25.0.1-13 --- bucket/liberica-lite-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index 93fee0542d0..b9aa5f7d75c 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", - "hash": "sha1:dfe612d4a4a64f86914792504d16e2d4a5dc72ef" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", + "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", - "hash": "sha1:8e9378438f3d8963e5f6008941c6990954c817d4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", + "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" } }, "extract_dir": "jdk-25.0.1-lite", From 35916eb73e0b6baec6c53af218acf5d884e4ae45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:36 +0000 Subject: [PATCH 182/545] liberica-lts-jdk: Update to version 25.0.1-13 --- bucket/liberica-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index 8ea09813207..497589e2473 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" } }, "extract_dir": "jdk-25.0.1", From 4a25207153736fdb803ebfd7604cded0670003d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:37 +0000 Subject: [PATCH 183/545] liberica-lts-jre: Update to version 25.0.1-13 --- bucket/liberica-lts-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica-lts-jre.json b/bucket/liberica-lts-jre.json index 02ecdd79ec2..76f78a33ece 100644 --- a/bucket/liberica-lts-jre.json +++ b/bucket/liberica-lts-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" } }, "extract_dir": "jre-25.0.1", From 8c7f27240887c9cfeeb5acf3cbc67dff8be40275 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:37 +0000 Subject: [PATCH 184/545] liberica11-full-jdk: Update to version 11.0.29-12 --- bucket/liberica11-full-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica11-full-jdk.json b/bucket/liberica11-full-jdk.json index 39e178e2630..d093dca1eb8 100644 --- a/bucket/liberica11-full-jdk.json +++ b/bucket/liberica11-full-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-10", + "version": "11.0.29-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-amd64-full.zip", - "hash": "sha1:588098c8ebc6a6e17f04e67d193fe10f13eedb0f" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-amd64-full.zip", + "hash": "sha1:04c48172d320e1bca65fadeb15350f61c75e5bcf" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-i586-full.zip", - "hash": "sha1:d3b6f480414e18e6207b72f0e8edcfb4872b0525" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-i586-full.zip", + "hash": "sha1:ff4fdcf596e5ce51cde5281b18adb5e629622def" } }, "extract_dir": "jdk-11.0.29-full", From 010b7ac67fd83ae103db14db9e6f4296d896886f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:38 +0000 Subject: [PATCH 185/545] liberica11-full-jre: Update to version 11.0.29-12 --- bucket/liberica11-full-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica11-full-jre.json b/bucket/liberica11-full-jre.json index 526f5487500..2fc94fc3e66 100644 --- a/bucket/liberica11-full-jre.json +++ b/bucket/liberica11-full-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-10", + "version": "11.0.29-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-amd64-full.zip", - "hash": "sha1:c388f52d90a1decc5315ad102d8ba4f7d8ddfb52" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-amd64-full.zip", + "hash": "sha1:a2988caeb64eb39facdf9a9b9aac7ffab402282a" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-i586-full.zip", - "hash": "sha1:27b2e73710ca5afa6c711643e52a59e00337095e" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-i586-full.zip", + "hash": "sha1:aeab1921b8750ae94e4ed3907102b080b53e9149" } }, "extract_dir": "jre-11.0.29-full", From 4d81a6bb6ff2c05383e51b40a6364f9b76e81992 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:38 +0000 Subject: [PATCH 186/545] liberica11-jdk: Update to version 11.0.29-12 --- bucket/liberica11-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica11-jdk.json b/bucket/liberica11-jdk.json index f87659516df..fd43f506b12 100644 --- a/bucket/liberica11-jdk.json +++ b/bucket/liberica11-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-10", + "version": "11.0.29-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-amd64.zip", - "hash": "sha1:75350cb189c59357dee696421d7ffbbe0593ba13" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-amd64.zip", + "hash": "sha1:70df5cda968aa2e7e264a678cdc5cb14d523a2d9" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-i586.zip", - "hash": "sha1:29a6835a108e2cb0732f7fbe46597d2c54657e4f" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-i586.zip", + "hash": "sha1:4310998f50a66818c66ee66e11d548279e60ef8e" } }, "extract_dir": "jdk-11.0.29", From 433e737141f6a69afd95a4db86f026ac90bf54ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:38 +0000 Subject: [PATCH 187/545] liberica11-jre: Update to version 11.0.29-12 --- bucket/liberica11-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica11-jre.json b/bucket/liberica11-jre.json index 172fd20b4dd..5e205ebd8a6 100644 --- a/bucket/liberica11-jre.json +++ b/bucket/liberica11-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-10", + "version": "11.0.29-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-amd64.zip", - "hash": "sha1:748fdce2c6abcd813b33df072e707a620825a764" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-amd64.zip", + "hash": "sha1:039a567fc7ffccaaed47a95c7f4139bb7a3940ac" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jre11.0.29%2B10-windows-i586.zip", - "hash": "sha1:d108b222fc3746935b75ee9852d72644f2722274" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-i586.zip", + "hash": "sha1:053b85faba4dce5d71178b44f5ff99ed0ba43273" } }, "extract_dir": "jre-11.0.29", From 80b4f0557dde8bfc3c8985a496d6b942096eda45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:39 +0000 Subject: [PATCH 188/545] liberica11-lite-jdk: Update to version 11.0.29-12 --- bucket/liberica11-lite-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica11-lite-jdk.json b/bucket/liberica11-lite-jdk.json index eb4418def51..781befa2aa9 100644 --- a/bucket/liberica11-lite-jdk.json +++ b/bucket/liberica11-lite-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-10", + "version": "11.0.29-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-amd64-lite.zip", - "hash": "sha1:bc8fe3320a719808cd4c8019d1495f548f8eb466" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-amd64-lite.zip", + "hash": "sha1:5207dc5eab1c1e1634a7ff02a5bcdd2e3afeb804" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B10/bellsoft-jdk11.0.29%2B10-windows-i586-lite.zip", - "hash": "sha1:79d25f5c3e26fb75db58ef4e57df02bd1ba9252e" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-i586-lite.zip", + "hash": "sha1:deaa0d81de0cfe30f3579f775a18a27330f13ead" } }, "extract_dir": "jdk-11.0.29-lite", From 57a2e2c2876ddf4a86e0df3745a108f55f9116dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:39 +0000 Subject: [PATCH 189/545] liberica17-full-jdk: Update to version 17.0.17-15 --- bucket/liberica17-full-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica17-full-jdk.json b/bucket/liberica17-full-jdk.json index 32d13d0f1fa..2550101aa78 100644 --- a/bucket/liberica17-full-jdk.json +++ b/bucket/liberica17-full-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-11", + "version": "17.0.17-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-amd64-full.zip", - "hash": "sha1:1f06375d3b144c6498a0910469219d4add0a6afe" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-amd64-full.zip", + "hash": "sha1:1dfeb69d5d280ad25f1969dfa5dc5ad79a29d6a2" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-i586-full.zip", - "hash": "sha1:1a9a300c0f4d735674234f4285b8988e7a91d147" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-i586-full.zip", + "hash": "sha1:ffc4aefaa3c383f78cc732568e025f392e87609e" } }, "extract_dir": "jdk-17.0.17-full", From 656865327758f4d5c6e173e5ceb0376621903f69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:39 +0000 Subject: [PATCH 190/545] liberica17-full-jre: Update to version 17.0.17-15 --- bucket/liberica17-full-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica17-full-jre.json b/bucket/liberica17-full-jre.json index 86fd6f7eea3..5b3406b76f9 100644 --- a/bucket/liberica17-full-jre.json +++ b/bucket/liberica17-full-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-11", + "version": "17.0.17-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-amd64-full.zip", - "hash": "sha1:b808e32ecfdaf836918390d8b50c3cc14753dd7c" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-amd64-full.zip", + "hash": "sha1:d9eb0b5c31c4ff1e6a7b0fa34081f2183086cf89" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-i586-full.zip", - "hash": "sha1:ca5d2faa85903d5156ca1828b1964471cd95277e" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-i586-full.zip", + "hash": "sha1:28f3e1e0e20f7e5ee3698dcc30481af4e085b52b" } }, "extract_dir": "jre-17.0.17-full", From 7bc5491db8b0d0adf7dbed8ac50e1ad2a278a6a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:40 +0000 Subject: [PATCH 191/545] liberica17-jdk: Update to version 17.0.17-15 --- bucket/liberica17-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica17-jdk.json b/bucket/liberica17-jdk.json index 4c27a34714d..58bf6583e1d 100644 --- a/bucket/liberica17-jdk.json +++ b/bucket/liberica17-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-11", + "version": "17.0.17-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-amd64.zip", - "hash": "sha1:76e3726edc4cc1cd30f0ba0daac495c17e1bb38c" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-amd64.zip", + "hash": "sha1:0efbcb34ece578a12230147932044e988451f2a7" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-i586.zip", - "hash": "sha1:23573719aa7596d4561a922fc56a91882aafd72a" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-i586.zip", + "hash": "sha1:b7e284416acfadc0e5e4456749dbb2764c94973c" } }, "extract_dir": "jdk-17.0.17", From a68bd55b4ebd7aafe1f8528dada14b04dbf8223b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:40 +0000 Subject: [PATCH 192/545] liberica17-jre: Update to version 17.0.17-15 --- bucket/liberica17-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica17-jre.json b/bucket/liberica17-jre.json index cef1f25e783..9152726ea87 100644 --- a/bucket/liberica17-jre.json +++ b/bucket/liberica17-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-11", + "version": "17.0.17-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-amd64.zip", - "hash": "sha1:2d154f31171c6ba87f4aa9d89e4adb02d4e40369" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-amd64.zip", + "hash": "sha1:de934b3ce938a1807d4b25696d254b1474909a17" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jre17.0.17%2B11-windows-i586.zip", - "hash": "sha1:cb196d754e2063a0e017b3793c8d740550939fcb" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-i586.zip", + "hash": "sha1:2668652bc740bb122b86bd5a69805e97921ede1e" } }, "extract_dir": "jre-17.0.17", From ae8419a6b43c4ed7e9d2e809f38e15ccb3389e67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:40 +0000 Subject: [PATCH 193/545] liberica17-lite-jdk: Update to version 17.0.17-15 --- bucket/liberica17-lite-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica17-lite-jdk.json b/bucket/liberica17-lite-jdk.json index ef53cfa0afd..a8598c10a0f 100644 --- a/bucket/liberica17-lite-jdk.json +++ b/bucket/liberica17-lite-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-11", + "version": "17.0.17-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-amd64-lite.zip", - "hash": "sha1:50f2faa15f83a1502d543b29c69fcb276881d926" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-amd64-lite.zip", + "hash": "sha1:c110bae5e7518c3f4118050ca283c5ad7eace594" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B11/bellsoft-jdk17.0.17%2B11-windows-i586-lite.zip", - "hash": "sha1:7bf09a5c5dd1f9be254ee1f2b75e25af8750f42a" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-i586-lite.zip", + "hash": "sha1:4220bdd35d5e68bf5dafc627ba3e9450cc91fd35" } }, "extract_dir": "jdk-17.0.17-lite", From 9effb8dade66112247536c538d817d97c58fbc36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:41 +0000 Subject: [PATCH 194/545] liberica21-full-jdk: Update to version 21.0.9-15 --- bucket/liberica21-full-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-full-jdk.json b/bucket/liberica21-full-jdk.json index deaee24f79e..10aab945cec 100644 --- a/bucket/liberica21-full-jdk.json +++ b/bucket/liberica21-full-jdk.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-full.zip", - "hash": "sha1:2e51eca83ee5ead5fd2dc000355a78b752685a34" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-full.zip", + "hash": "sha1:817c6858f4f7ae84bcf0af9efd58a526072cadbd" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-full.zip", - "hash": "sha1:e35b295dce3057209727bbcb2a19729bb4ffb929" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-full.zip", + "hash": "sha1:3a890cb3c62bc9acc8b70742c220b0d4d421101b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-full.zip", - "hash": "sha1:7eab338e9f67124878b74294055db33269d2c038" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-full.zip", + "hash": "sha1:654307a8862f5b36ca568ba840ce6a3e0d4296fd" } }, "extract_dir": "jdk-21.0.9-full", From ece400b242313d3961ac878fa8dd6b55af9b39c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:41 +0000 Subject: [PATCH 195/545] liberica21-full-jre: Update to version 21.0.9-15 --- bucket/liberica21-full-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-full-jre.json b/bucket/liberica21-full-jre.json index a4dda0e0520..a683426740d 100644 --- a/bucket/liberica21-full-jre.json +++ b/bucket/liberica21-full-jre.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64-full.zip", - "hash": "sha1:0769531fee55e9fde6e59ca2cdec324c4a790686" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64-full.zip", + "hash": "sha1:5a3801b46c42390bdbf34539216e953140f9ffb4" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586-full.zip", - "hash": "sha1:13a978f7ca4e2c0c5c36183cf39532ce549abbcd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586-full.zip", + "hash": "sha1:831ac6939afb0b429a1f0b63589c728f1a398656" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64-full.zip", - "hash": "sha1:962d7fb0aa389a4914cb9a8a8e7f60414c094f54" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64-full.zip", + "hash": "sha1:65a47d8c205737b3cf837f8694220a7b27b46be4" } }, "extract_dir": "jre-21.0.9-full", From df1899c993a3a01426233b33a062c6129dc58345 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:42 +0000 Subject: [PATCH 196/545] liberica21-full-lts-jdk: Update to version 21.0.9-15 --- bucket/liberica21-full-lts-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-full-lts-jdk.json b/bucket/liberica21-full-lts-jdk.json index 708f6d79e5b..4b55bb12b61 100644 --- a/bucket/liberica21-full-lts-jdk.json +++ b/bucket/liberica21-full-lts-jdk.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-full.zip", - "hash": "sha1:2e51eca83ee5ead5fd2dc000355a78b752685a34" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-full.zip", + "hash": "sha1:817c6858f4f7ae84bcf0af9efd58a526072cadbd" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-full.zip", - "hash": "sha1:e35b295dce3057209727bbcb2a19729bb4ffb929" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-full.zip", + "hash": "sha1:3a890cb3c62bc9acc8b70742c220b0d4d421101b" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-full.zip", - "hash": "e99f2773868a1d2397eb8058e102e252ad31e076ca3f67f26e7e8dc26db3209c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-full.zip", + "hash": "sha1:654307a8862f5b36ca568ba840ce6a3e0d4296fd" } }, "extract_dir": "jdk-21.0.9-full", From 39742b97a71ec909c426e740899a4078cb0f8c39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:42 +0000 Subject: [PATCH 197/545] liberica21-full-lts-jre: Update to version 21.0.9-15 --- bucket/liberica21-full-lts-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-full-lts-jre.json b/bucket/liberica21-full-lts-jre.json index 7fd9863516b..c64aa44c552 100644 --- a/bucket/liberica21-full-lts-jre.json +++ b/bucket/liberica21-full-lts-jre.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64-full.zip", - "hash": "sha1:0769531fee55e9fde6e59ca2cdec324c4a790686" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64-full.zip", + "hash": "sha1:5a3801b46c42390bdbf34539216e953140f9ffb4" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586-full.zip", - "hash": "sha1:13a978f7ca4e2c0c5c36183cf39532ce549abbcd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586-full.zip", + "hash": "sha1:831ac6939afb0b429a1f0b63589c728f1a398656" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64-full.zip", - "hash": "sha1:962d7fb0aa389a4914cb9a8a8e7f60414c094f54" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64-full.zip", + "hash": "sha1:65a47d8c205737b3cf837f8694220a7b27b46be4" } }, "extract_dir": "jre-21.0.9-full", From 44c5c870b4aabb4837ae90c6ba80b0bc84874379 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:42 +0000 Subject: [PATCH 198/545] liberica21-jdk: Update to version 21.0.9-15 --- bucket/liberica21-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-jdk.json b/bucket/liberica21-jdk.json index 33112f797de..3ddf7d3aa33 100644 --- a/bucket/liberica21-jdk.json +++ b/bucket/liberica21-jdk.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64.zip", - "hash": "sha1:8afc05ddb949647a53b60bbd5d34599c2216c356" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64.zip", + "hash": "sha1:09db5f455e93672e14e99c46014def2345c57c02" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586.zip", - "hash": "sha1:48bdb90f94b1321ff587d6ce881edd2dfff6d6f6" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586.zip", + "hash": "sha1:c33785bdf42dbf641cde215b36cd88dd3f2dbdd8" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64.zip", - "hash": "sha1:9459ddd43a9da9a3f5c20b8234cdced72d1bb602" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64.zip", + "hash": "sha1:46d2f1873d1b29693435709bdae304ef47eb7df4" } }, "extract_dir": "jdk-21.0.9", From ece8d32f886a7217dc9256b5bde0c19a0191f985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:43 +0000 Subject: [PATCH 199/545] liberica21-jre: Update to version 21.0.9-15 --- bucket/liberica21-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-jre.json b/bucket/liberica21-jre.json index 5c9c9d76f62..9d21030fccc 100644 --- a/bucket/liberica21-jre.json +++ b/bucket/liberica21-jre.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64.zip", - "hash": "sha1:e873ffec4cec44ddc3f37de0ba67b94bef67f829" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64.zip", + "hash": "sha1:6a61db2077fb407e09f296e1b8934fd8c64f3977" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586.zip", - "hash": "sha1:ee7ff457d56824cb1e57eaed4961a1ac9d82c5ef" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586.zip", + "hash": "sha1:fbb469e0d30fcb4e45ff6a531cd0fee0a02878b9" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64.zip", - "hash": "sha1:0861cc02528b6d9fd4e98e14d1c8344b9824e770" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64.zip", + "hash": "sha1:43994e4d7b8c063448659b67c50db2ae7ad28aa3" } }, "extract_dir": "jre-21.0.9", From 2c5c3c294fc3bd6158c7518035d140135e1aedbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:43 +0000 Subject: [PATCH 200/545] liberica21-lite-jdk: Update to version 21.0.9-15 --- bucket/liberica21-lite-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-lite-jdk.json b/bucket/liberica21-lite-jdk.json index f7030d66085..20d5a8ef0f3 100644 --- a/bucket/liberica21-lite-jdk.json +++ b/bucket/liberica21-lite-jdk.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-lite.zip", - "hash": "sha1:db22c65f81612c177db0f43799725f861fd28824" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-lite.zip", + "hash": "sha1:c4673bf20e0d6cf9aa5c155d182aab93323d6cf6" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-lite.zip", - "hash": "sha1:f5caa4352b910ea0e57c757c90cfde597979352c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-lite.zip", + "hash": "sha1:3b5fca1a065fca0cfe60e1d65517ebdac6a73add" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-lite.zip", - "hash": "sha1:ad599203bd6a8d24837ac43a89774f394675004b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-lite.zip", + "hash": "sha1:18da3abf887b16286e950e360f9c2871c9e7784a" } }, "extract_dir": "jdk-21.0.9-lite", From bce0acd7d2611ed9d7b4980fb8a35469dbb407b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:43 +0000 Subject: [PATCH 201/545] liberica21-lite-lts-jdk: Update to version 21.0.9-15 --- bucket/liberica21-lite-lts-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-lite-lts-jdk.json b/bucket/liberica21-lite-lts-jdk.json index f180f6523eb..b3ee19f2f0d 100644 --- a/bucket/liberica21-lite-lts-jdk.json +++ b/bucket/liberica21-lite-lts-jdk.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64-lite.zip", - "hash": "sha1:db22c65f81612c177db0f43799725f861fd28824" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-lite.zip", + "hash": "sha1:c4673bf20e0d6cf9aa5c155d182aab93323d6cf6" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586-lite.zip", - "hash": "sha1:f5caa4352b910ea0e57c757c90cfde597979352c" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-lite.zip", + "hash": "sha1:3b5fca1a065fca0cfe60e1d65517ebdac6a73add" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64-lite.zip", - "hash": "sha1:ad599203bd6a8d24837ac43a89774f394675004b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-lite.zip", + "hash": "sha1:18da3abf887b16286e950e360f9c2871c9e7784a" } }, "extract_dir": "jdk-21.0.9-lite", From 1e3c44b56b501014cfd98dc839cde3387f120269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:44 +0000 Subject: [PATCH 202/545] liberica21-lts-jdk: Update to version 21.0.9-15 --- bucket/liberica21-lts-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-lts-jdk.json b/bucket/liberica21-lts-jdk.json index 2f5304095bc..056c70ea3f4 100644 --- a/bucket/liberica21-lts-jdk.json +++ b/bucket/liberica21-lts-jdk.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-amd64.zip", - "hash": "sha1:8afc05ddb949647a53b60bbd5d34599c2216c356" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64.zip", + "hash": "sha1:09db5f455e93672e14e99c46014def2345c57c02" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-i586.zip", - "hash": "sha1:48bdb90f94b1321ff587d6ce881edd2dfff6d6f6" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586.zip", + "hash": "sha1:c33785bdf42dbf641cde215b36cd88dd3f2dbdd8" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jdk21.0.9%2B11-windows-aarch64.zip", - "hash": "sha1:9459ddd43a9da9a3f5c20b8234cdced72d1bb602" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64.zip", + "hash": "sha1:46d2f1873d1b29693435709bdae304ef47eb7df4" } }, "extract_dir": "jdk-21.0.9", From 8288c79ef1a1a501cf1608eeff17b40a22a10acd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:44 +0000 Subject: [PATCH 203/545] liberica21-lts-jre: Update to version 21.0.9-15 --- bucket/liberica21-lts-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/liberica21-lts-jre.json b/bucket/liberica21-lts-jre.json index 0f78d191fb7..8a561432d32 100644 --- a/bucket/liberica21-lts-jre.json +++ b/bucket/liberica21-lts-jre.json @@ -1,20 +1,20 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-11", + "version": "21.0.9-15", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-amd64.zip", - "hash": "sha1:e873ffec4cec44ddc3f37de0ba67b94bef67f829" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64.zip", + "hash": "sha1:6a61db2077fb407e09f296e1b8934fd8c64f3977" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-i586.zip", - "hash": "sha1:ee7ff457d56824cb1e57eaed4961a1ac9d82c5ef" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586.zip", + "hash": "sha1:fbb469e0d30fcb4e45ff6a531cd0fee0a02878b9" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B11/bellsoft-jre21.0.9%2B11-windows-aarch64.zip", - "hash": "sha1:0861cc02528b6d9fd4e98e14d1c8344b9824e770" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64.zip", + "hash": "sha1:43994e4d7b8c063448659b67c50db2ae7ad28aa3" } }, "extract_dir": "jre-21.0.9", From 5f26cacd8a61f24665e7857016fd21601094f811 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:44 +0000 Subject: [PATCH 204/545] liberica25-full-jdk: Update to version 25.0.1-13 --- bucket/liberica25-full-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-full-jdk.json b/bucket/liberica25-full-jdk.json index b9ac6e8f90b..13dee773087 100644 --- a/bucket/liberica25-full-jdk.json +++ b/bucket/liberica25-full-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", - "hash": "05d58a7f0aed88cb0f9f858a2dd65cd9f22f34e79b7b60603fdb7913a8c56c44" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", - "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" } }, "extract_dir": "jdk-25.0.1-full", From 7deaf7955e6b7e8af58d203755cf84f5bcd2e52b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:45 +0000 Subject: [PATCH 205/545] liberica25-full-jre: Update to version 25.0.1-13 --- bucket/liberica25-full-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-full-jre.json b/bucket/liberica25-full-jre.json index 9f44f1de9d9..a8506efcdb4 100644 --- a/bucket/liberica25-full-jre.json +++ b/bucket/liberica25-full-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", - "hash": "0d855829d51b49dd7a54bf0be930408ebbff8bbd487fdac287237468f2cd33c0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", - "hash": "2276f80f1a4dbbe531379a38cf00cb91ed79ce057dbc70f5cf2b53f5d24402ee" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" } }, "extract_dir": "jre-25.0.1-full", From 185158f83f038e2510df1b4d5d00bbd8a4dfee09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:45 +0000 Subject: [PATCH 206/545] liberica25-full-lts-jdk: Update to version 25.0.1-13 --- bucket/liberica25-full-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-full-lts-jdk.json b/bucket/liberica25-full-lts-jdk.json index ee3a763529c..8a3d9070bcb 100644 --- a/bucket/liberica25-full-lts-jdk.json +++ b/bucket/liberica25-full-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-full.zip", - "hash": "sha1:ef6625f09340c69d8c98791469976b03a80ec22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-full.zip", - "hash": "sha1:034ddb3ef9978690dcf077c1d0ea8aec0dcc45a5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" } }, "extract_dir": "jdk-25.0.1-full", From 345a65148b539626781395024bfad1d3d299c762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:46 +0000 Subject: [PATCH 207/545] liberica25-full-lts-jre: Update to version 25.0.1-13 --- bucket/liberica25-full-lts-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-full-lts-jre.json b/bucket/liberica25-full-lts-jre.json index 071dcf3a448..81b3266d618 100644 --- a/bucket/liberica25-full-lts-jre.json +++ b/bucket/liberica25-full-lts-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64-full.zip", - "hash": "sha1:9abf89b0c65f9b0a5d1b893730a08285764febe4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", + "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64-full.zip", - "hash": "sha1:1d2c789cdfb466d88ff9140e460747ad4998adb1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", + "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" } }, "extract_dir": "jre-25.0.1-full", From 2d68db6601153f06e07ff8d1bd137d6027a9a535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:46 +0000 Subject: [PATCH 208/545] liberica25-jdk: Update to version 25.0.1-13 --- bucket/liberica25-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-jdk.json b/bucket/liberica25-jdk.json index a1a771fb6bb..9b4f2323047 100644 --- a/bucket/liberica25-jdk.json +++ b/bucket/liberica25-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" } }, "extract_dir": "jdk-25.0.1", From 181bc7cd8cfd5a297536b0458ce87e08caf05404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:46 +0000 Subject: [PATCH 209/545] liberica25-jre: Update to version 25.0.1-13 --- bucket/liberica25-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-jre.json b/bucket/liberica25-jre.json index 86fa52ee8a7..481a4e332ca 100644 --- a/bucket/liberica25-jre.json +++ b/bucket/liberica25-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" } }, "extract_dir": "jre-25.0.1", From cdd91d3a589909b9131983befd0990ff6a259ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:47 +0000 Subject: [PATCH 210/545] liberica25-lite-jdk: Update to version 25.0.1-13 --- bucket/liberica25-lite-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-lite-jdk.json b/bucket/liberica25-lite-jdk.json index 3f74494de88..4dee7dda0e1 100644 --- a/bucket/liberica25-lite-jdk.json +++ b/bucket/liberica25-lite-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", - "hash": "b7dc779bb8b2c182b0320689907a2fa5e120ddb93a02e9c75c6f4a211258359a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", + "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", - "hash": "5918af1b2fa4d53502d5c8a24f903e4f5fd1eba47979a0c47f715d0603e4eb76" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", + "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" } }, "extract_dir": "jdk-25.0.1-lite", From c9c4a04a6b58e1a3ac0987cd0f30ff9a9d060815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:47 +0000 Subject: [PATCH 211/545] liberica25-lite-lts-jdk: Update to version 25.0.1-13 --- bucket/liberica25-lite-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-lite-lts-jdk.json b/bucket/liberica25-lite-lts-jdk.json index 62158018f36..eedf883f3ff 100644 --- a/bucket/liberica25-lite-lts-jdk.json +++ b/bucket/liberica25-lite-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64-lite.zip", - "hash": "sha1:dfe612d4a4a64f86914792504d16e2d4a5dc72ef" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", + "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64-lite.zip", - "hash": "sha1:8e9378438f3d8963e5f6008941c6990954c817d4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", + "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" } }, "extract_dir": "jdk-25.0.1-lite", From 32db3c95c55af83fdc9d5046092788bc8c07e9ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:47 +0000 Subject: [PATCH 212/545] liberica25-lts-jdk: Update to version 25.0.1-13 --- bucket/liberica25-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-lts-jdk.json b/bucket/liberica25-lts-jdk.json index a7db0e1ad4a..3760d1ad835 100644 --- a/bucket/liberica25-lts-jdk.json +++ b/bucket/liberica25-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:1100174472a6bee37d73b20a603ad834a8f8768c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jdk25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:b6991820064266dad01b9d21bee787480a25d22c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" } }, "extract_dir": "jdk-25.0.1", From b983f325608e56b5a07d1f089de8f45bb1286d6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:48 +0000 Subject: [PATCH 213/545] liberica25-lts-jre: Update to version 25.0.1-13 --- bucket/liberica25-lts-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica25-lts-jre.json b/bucket/liberica25-lts-jre.json index ad93eed7a88..3d85936b622 100644 --- a/bucket/liberica25-lts-jre.json +++ b/bucket/liberica25-lts-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-11", + "version": "25.0.1-13", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-amd64.zip", - "hash": "sha1:0b27ed60a861b621d25494866ed75354d1195f8b" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", + "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B11/bellsoft-jre25.0.1%2B11-windows-aarch64.zip", - "hash": "sha1:d24a0fb74e070e933a9b7850e85bbebfdb90ef88" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", + "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" } }, "extract_dir": "jre-25.0.1", From 6e3136b452cd313b66043f0e858c19e8fceb82a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:48 +0000 Subject: [PATCH 214/545] liberica8-full-jdk: Update to version 8u472-11 --- bucket/liberica8-full-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica8-full-jdk.json b/bucket/liberica8-full-jdk.json index 6cd2e8eef21..0ff221cc6a8 100644 --- a/bucket/liberica8-full-jdk.json +++ b/bucket/liberica8-full-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-9", + "version": "8u472-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-amd64-full.zip", - "hash": "sha1:b57a92d0d3288e73496f65594e20e8771a9dbdf8" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-amd64-full.zip", + "hash": "sha1:17f9d56a00125c506d7144342cf56d3f9e9160db" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-i586-full.zip", - "hash": "sha1:7cd785e640e5c603f878c460f14822906d6347cb" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-i586-full.zip", + "hash": "sha1:3d4521a9a7acf6fe65f15a2a56882a260e907c99" } }, "extract_dir": "jdk8u472-full", From b8d698bec2df5d3ab04e391b8440d24ab0a05156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:48 +0000 Subject: [PATCH 215/545] liberica8-full-jre: Update to version 8u472-11 --- bucket/liberica8-full-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica8-full-jre.json b/bucket/liberica8-full-jre.json index d329903872c..08d67ec870c 100644 --- a/bucket/liberica8-full-jre.json +++ b/bucket/liberica8-full-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-9", + "version": "8u472-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-amd64-full.zip", - "hash": "sha1:dfeec12aa7e46ccaf5668bcd5f9e69d75c95e627" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-amd64-full.zip", + "hash": "sha1:72e0e432ba5dcd31747df46030fed57b6c26c58c" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-i586-full.zip", - "hash": "sha1:3da50e3dc9809f77aeb411391eb177fba4addff2" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-i586-full.zip", + "hash": "sha1:47a3a3ebb714bbd97d8c51a60a8f98151375aca8" } }, "extract_dir": "jre8u472-full", From 324526079a1275d0f21836dd3e65dbb6991648c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:49 +0000 Subject: [PATCH 216/545] liberica8-jdk: Update to version 8u472-11 --- bucket/liberica8-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica8-jdk.json b/bucket/liberica8-jdk.json index 962e3083cca..9f7d4cfafd2 100644 --- a/bucket/liberica8-jdk.json +++ b/bucket/liberica8-jdk.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-9", + "version": "8u472-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-amd64.zip", - "hash": "sha1:89ba46ba70dbc04e6ee3ae0f8488ce6ebce0d0af" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-amd64.zip", + "hash": "sha1:cce82ba200cacb905224ca8928e1d9e8984b1d74" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jdk8u472%2B9-windows-i586.zip", - "hash": "sha1:6f86395aa3fd750e29edced375fc17ada51cfdac" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-i586.zip", + "hash": "sha1:d5521f1efe49e933fe8f87757fcb78d686e681c5" } }, "extract_dir": "jdk8u472", From 895df8f0dbc3145f508428ca8ebb46df4ed9fcf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:24:49 +0000 Subject: [PATCH 217/545] liberica8-jre: Update to version 8u472-11 --- bucket/liberica8-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/liberica8-jre.json b/bucket/liberica8-jre.json index a63f8816ed9..e8b6cdbfe35 100644 --- a/bucket/liberica8-jre.json +++ b/bucket/liberica8-jre.json @@ -1,16 +1,16 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-9", + "version": "8u472-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-amd64.zip", - "hash": "sha1:c5f803cdc3cea927e9bcee5b46f9ab51ad42978e" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-amd64.zip", + "hash": "sha1:882631eaf0e29a861cdda3d01d41565116ba9b9f" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B9/bellsoft-jre8u472%2B9-windows-i586.zip", - "hash": "sha1:d3b0170339c186abd378863c0fc263e87e4f6f39" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-i586.zip", + "hash": "sha1:99fa16f4caf1cbd3ea97976821796c2cc9a2b99e" } }, "extract_dir": "jre8u472", From f8b06a44560d2712496895924b822e3512150e8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 12:36:27 +0000 Subject: [PATCH 218/545] temurin17-nightly-jdk: Update to version 17.0.18-3.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index 206cf4a6b23..1a1ae49204d 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-2.0.ea", + "version": "17.0.18-3.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_2-ea.zip", - "hash": "19657af80df75c250d91a4b961a01facbd0b20d70fc9fe69d18ac809b1eb2bda" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_3-ea.zip", + "hash": "846ddb3e186dda51867f4ade257f04be94a001a0e679e9964e8163da8cba4ed5" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_2-ea.zip", - "hash": "7db590a6520d2034fc9cfa202df32e0e0eb1c7d006a79d6737939ae20f18685d" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_3-ea.zip", + "hash": "388dd14951a83d04d14c33655d62c2549dc873f26ed6cadec6276191bddb0e3d" } }, "extract_to": "tmp", From fd6b5cf4b3936f82ef074a7af757b5324b2de45f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 12:36:27 +0000 Subject: [PATCH 219/545] temurin17-nightly-jre: Update to version 17.0.18-3.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index 604ff16e7ce..4b5dec419ac 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-2.0.ea", + "version": "17.0.18-3.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_2-ea.zip", - "hash": "ee6dec34305256f93233a96900a9c8ac8916fd87ea93260c53f25ccacfbe6d0e" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_3-ea.zip", + "hash": "ea9fc87a5f6c79b9dd7016a5eccc89f39ab145acc2e6e27fd3fc0cdcddff1487" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+2-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_2-ea.zip", - "hash": "6ca7c37e6402c1aafeb101fc1ff760197e4fcf82b9bad1ada0b79dbcff99aa5b" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_3-ea.zip", + "hash": "5290cc1bc7e802787c9b23d0019058e9fcb0cecf8a9aa39db175a702ef8a4d8c" } }, "extract_to": "tmp", From 23cece7bed191ad17b6bbf0b88a53b4b4ae942db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 08:25:32 +0000 Subject: [PATCH 220/545] temurin11-nightly-jdk: Update to version 11.0.30-2.0.ea --- bucket/temurin11-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jdk.json b/bucket/temurin11-nightly-jdk.json index 7dc132aa4e9..11c2aecd5f8 100644 --- a/bucket/temurin11-nightly-jdk.json +++ b/bucket/temurin11-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.30-1.0.ea", + "version": "11.0.30-2.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.30_1-ea.zip", - "hash": "fc1a6f8a4d877dd31399aa409c2b6f11496b0ed0fbb0675d43dccc0649b118ae" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+2-ea-beta/OpenJDK11U-jdk_x64_windows_hotspot_11.0.30_2-ea.zip", + "hash": "c172fae99eda4d0c81ac54cc6e2613101091968377bcc92dd5fd45e5940f5748" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.30_1-ea.zip", - "hash": "3c1ee70940e1a1a9574ee68be2c87068f4acc871b531dfcee22345bd8a3c6844" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+2-ea-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.30_2-ea.zip", + "hash": "c62d5ada7769f757c4f8ebb7ff88339e36ff5ff68d1b73e7a71a0a72bb37fda6" } }, "extract_to": "tmp", From 709ff5eca8bb5bbebc0342b62522bb19c2f919b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 08:25:32 +0000 Subject: [PATCH 221/545] temurin11-nightly-jre: Update to version 11.0.30-2.0.ea --- bucket/temurin11-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin11-nightly-jre.json b/bucket/temurin11-nightly-jre.json index b08c4a937d0..c5bdfae7e13 100644 --- a/bucket/temurin11-nightly-jre.json +++ b/bucket/temurin11-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.30-1.0.ea", + "version": "11.0.30-2.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.30_1-ea.zip", - "hash": "0bcffdc88b2964d03c4bbb9ceb656210206cd7139ebb1d5532f9f643af72aae1" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+2-ea-beta/OpenJDK11U-jre_x64_windows_hotspot_11.0.30_2-ea.zip", + "hash": "5faf9b32d407ced6bf7a107312c35959d8116b1a01ce0976862d5f1c02c38e50" }, "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+1-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.30_1-ea.zip", - "hash": "9ad1d90bacfb4375974a4f8c6dbd25b588a0ada48c632dcbf0f0d5aadfea4d60" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+2-ea-beta/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.30_2-ea.zip", + "hash": "55610a6414aee6eee2c3b8dcf18c6fa943d8f5ba165044d8c0e15cbf48bf8411" } }, "extract_to": "tmp", From ca53edb386c76a8ae3bf5f94dcc582d538b021ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 01:39:13 +0000 Subject: [PATCH 222/545] dragonwell11-jdk: Update to version 11.0.29.25-11.0.29 --- bucket/dragonwell11-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell11-jdk.json b/bucket/dragonwell11-jdk.json index 274f66dc1ca..d338fbcb46e 100644 --- a/bucket/dragonwell11-jdk.json +++ b/bucket/dragonwell11-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba", - "version": "11.0.28.24-11.0.28", + "version": "11.0.29.25-11.0.29", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell11/releases/download/dragonwell-standard-11.0.28.24_jdk-11.0.28-ga/Alibaba_Dragonwell_Standard_11.0.28.24.6_x64_windows.zip", - "hash": "cf2080e8c254af2d9389308e84602a5d9655d09713990ea6493df35aa8d34a24" + "url": "https://github.com/dragonwell-project/dragonwell11/releases/download/dragonwell-standard-11.0.29.25_jdk-11.0.29-ga/Alibaba_Dragonwell_Standard_11.0.29.25.7_x64_windows.zip", + "hash": "fda41666c41590ceb6ebc22a544d93b95b0e1f6f07d25f71a20530fec4d014b4" } }, "extract_to": "tmp", From 332af1b069e18eb4d4a9924879e32b887f48601e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 01:39:13 +0000 Subject: [PATCH 223/545] dragonwell8-jdk-extended: Update to version 8.27.26-8.0.472 --- bucket/dragonwell8-jdk-extended.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell8-jdk-extended.json b/bucket/dragonwell8-jdk-extended.json index 2c885cc6db5..cfe2a4f1118 100644 --- a/bucket/dragonwell8-jdk-extended.json +++ b/bucket/dragonwell8-jdk-extended.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba (with extensive custom features optimized for cloud computing environments)", - "version": "8.26.25-8.0.462", + "version": "8.27.26-8.0.472", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.26.25_jdk8u462-ga/Alibaba_Dragonwell_Extended_8.26.25_x64_windows.zip", - "hash": "f53e88a0f5df1c43fd89641f50e0cbad5e1ca0fb1c835b7a76e94895fbeaf40e" + "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.27.26_jdk8u472-ga/Alibaba_Dragonwell_Extended_8.27.26_x64_windows.zip", + "hash": "03cdac919ac8c7458fe30d5bd50d82cb516c936694677b2ac5d8fdfb3213b3ab" } }, "extract_to": "tmp", From 33ad86acd6155e7b363ce63ceaf669e33519fedc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 01:39:13 +0000 Subject: [PATCH 224/545] dragonwell8-jdk: Update to version 8.27.26-8.0.472 --- bucket/dragonwell8-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell8-jdk.json b/bucket/dragonwell8-jdk.json index a746c11a00b..7420112e90b 100644 --- a/bucket/dragonwell8-jdk.json +++ b/bucket/dragonwell8-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba", - "version": "8.26.25-8.0.462", + "version": "8.27.26-8.0.472", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-standard-8.26.25_jdk8u462-ga/Alibaba_Dragonwell_Standard_8.26.25_x64_windows.zip", - "hash": "f0c78c4bd96fb666cd5b0b9ea594eb4e921c76ab9615f4d98d171299444619b0" + "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-standard-8.27.26_jdk8u472-ga/Alibaba_Dragonwell_Standard_8.27.26_x64_windows.zip", + "hash": "e2a9110895cc8a3317ebf7e4ec98696e0a96213ac49ba9a8a560324a21484a60" } }, "extract_to": "tmp", From de51db6cfbd0d0753c43f8e21f38a670eb4e08a5 Mon Sep 17 00:00:00 2001 From: Marco Moriggi <16181266+stratozero@users.noreply.github.com> Date: Fri, 28 Nov 2025 07:31:38 +0100 Subject: [PATCH 225/545] Create graalvm25.json (#563) * Create graalvm25.json Added installer of graalvm 25 - jdk25 * Fix checkver * Revert "Fix checkver" This reverts commit ffd906d09c3f9925a8d9684154a61851555e9821. --------- Co-authored-by: Mathias Hermansson --- bucket/graalvm25.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/graalvm25.json diff --git a/bucket/graalvm25.json b/bucket/graalvm25.json new file mode 100644 index 00000000000..0bf27ff0402 --- /dev/null +++ b/bucket/graalvm25.json @@ -0,0 +1,30 @@ +{ + "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": "25.0.0", + "homepage": "https://www.graalvm.org/", + "license": "GPL-2.0", + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-25.0.0/graalvm-community-jdk-25.0.0_windows-x64_bin.zip", + "hash": "33ef1d186b5c1e95465fcc97e637bc26e72d5f2250a8615b9c5d667ed5c17fd0", + "extract_to": "tmp", + "installer": { + "script": [ + "(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }", + "Remove-Item -Recurse \"$dir\\tmp\"" + ] + }, + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir", + "GRAALVM_HOME": "$dir" + }, + "checkver": { + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/latest", + "regex": "jdk-(25[\\d.]*)" + }, + "autoupdate": { + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$version/graalvm-community-jdk-$version_windows-x64_bin.zip", + "hash": { + "url": "$url.sha256" + } + } +} From 63edabdeb4c02dc34140b79b3c5dda8495a51c70 Mon Sep 17 00:00:00 2001 From: Benzene Date: Fri, 28 Nov 2025 14:43:13 +0800 Subject: [PATCH 226/545] Added support for Corretto 25 (#567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 张强 --- bucket/corretto25-jdk.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/corretto25-jdk.json diff --git a/bucket/corretto25-jdk.json b/bucket/corretto25-jdk.json new file mode 100644 index 00000000000..ac457688df4 --- /dev/null +++ b/bucket/corretto25-jdk.json @@ -0,0 +1,34 @@ +{ + "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", + "homepage": "https://aws.amazon.com/corretto/", + "version": "25.0.0.36.2", + "license": "GPL-2.0-only WITH Classpath-exception-2.0", + "architecture": { + "64bit": { + "url": "https://corretto.aws/downloads/resources/25.0.0.36.2/amazon-corretto-25.0.0.36.2-windows-x64-jdk.zip", + "hash": "0c44bf74a547c64b2bc447634ed78daaac45776c25936c7d851e9b1364303408" + } + }, + "extract_dir": "jdk25.0.0_36", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json", + "jsonpath": "$.windows.x64.jdk.25.zip.resource", + "regex": "/([\\d.]+)/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip", + "hash": { + "url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json", + "jsonpath": "$.windows.x64.jdk.25.zip.checksum_sha256" + } + } + }, + "extract_dir": "jdk$matchHead_$matchBuild" + } +} From ab42e1573d86950445c172fa2a9c468c97bad3d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 08:28:53 +0000 Subject: [PATCH 227/545] corretto25-jdk: Update to version 25.0.1.8.1 --- bucket/corretto25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto25-jdk.json b/bucket/corretto25-jdk.json index ac457688df4..e821eaed2a6 100644 --- a/bucket/corretto25-jdk.json +++ b/bucket/corretto25-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "25.0.0.36.2", + "version": "25.0.1.8.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/25.0.0.36.2/amazon-corretto-25.0.0.36.2-windows-x64-jdk.zip", - "hash": "0c44bf74a547c64b2bc447634ed78daaac45776c25936c7d851e9b1364303408" + "url": "https://corretto.aws/downloads/resources/25.0.1.8.1/amazon-corretto-25.0.1.8.1-windows-x64-jdk.zip", + "hash": "f183944b2e0b857f6f8617a272e74aac2f444080df5f159bcc4443c416fa8eb6" } }, - "extract_dir": "jdk25.0.0_36", + "extract_dir": "jdk25.0.1_$matchBuild", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8cffd9c298d091be434beb3ef83374ee88d03ace Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 08:28:54 +0000 Subject: [PATCH 228/545] graalvm25: Update to version 25.0.1 --- bucket/graalvm25.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/graalvm25.json b/bucket/graalvm25.json index 0bf27ff0402..ecc9614426e 100644 --- a/bucket/graalvm25.json +++ b/bucket/graalvm25.json @@ -1,10 +1,10 @@ { "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": "25.0.0", + "version": "25.0.1", "homepage": "https://www.graalvm.org/", "license": "GPL-2.0", - "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-25.0.0/graalvm-community-jdk-25.0.0_windows-x64_bin.zip", - "hash": "33ef1d186b5c1e95465fcc97e637bc26e72d5f2250a8615b9c5d667ed5c17fd0", + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-25.0.1/graalvm-community-jdk-25.0.1_windows-x64_bin.zip", + "hash": "fde83c5ceec2c75560c747ccd9f314f90e4cf5c5287416e67c4ce442e344ca27", "extract_to": "tmp", "installer": { "script": [ From 8aa88a7a238d6bd2a4e30bc267a361424efac783 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:23:45 +0000 Subject: [PATCH 229/545] temurin17-nightly-jdk: Update to version 17.0.18-4.0.ea --- bucket/temurin17-nightly-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jdk.json b/bucket/temurin17-nightly-jdk.json index 1a1ae49204d..9bd39c95f98 100644 --- a/bucket/temurin17-nightly-jdk.json +++ b/bucket/temurin17-nightly-jdk.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-3.0.ea", + "version": "17.0.18-4.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_3-ea.zip", - "hash": "846ddb3e186dda51867f4ade257f04be94a001a0e679e9964e8163da8cba4ed5" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+4-ea-beta/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_4-ea.zip", + "hash": "3ae957d8a737dde36f94e2c3b27f94019ef65614fb0c5518d2df5309ce69097e" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_3-ea.zip", - "hash": "388dd14951a83d04d14c33655d62c2549dc873f26ed6cadec6276191bddb0e3d" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+4-ea-beta/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.18_4-ea.zip", + "hash": "3f124414c63a478b39e7f784b720fbb2e76cd394711abfef96cc701840ffd473" } }, "extract_to": "tmp", From 72697c27d422519c85ff3a2f9176dbb6270e7098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:23:45 +0000 Subject: [PATCH 230/545] temurin17-nightly-jre: Update to version 17.0.18-4.0.ea --- bucket/temurin17-nightly-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temurin17-nightly-jre.json b/bucket/temurin17-nightly-jre.json index 4b5dec419ac..34baeeabc4a 100644 --- a/bucket/temurin17-nightly-jre.json +++ b/bucket/temurin17-nightly-jre.json @@ -1,16 +1,16 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-3.0.ea", + "version": "17.0.18-4.0.ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_3-ea.zip", - "hash": "ea9fc87a5f6c79b9dd7016a5eccc89f39ab145acc2e6e27fd3fc0cdcddff1487" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+4-ea-beta/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_4-ea.zip", + "hash": "13caae489d71d8db8e1281c24edea39ae89d77bb0c1b9e8b5a87a733aa6a5c5f" }, "32bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+3-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_3-ea.zip", - "hash": "5290cc1bc7e802787c9b23d0019058e9fcb0cecf8a9aa39db175a702ef8a4d8c" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+4-ea-beta/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.18_4-ea.zip", + "hash": "475dd47387d473c4534864afcb880ed34465c3ab6e76b246eb02f0ef6ad4b93e" } }, "extract_to": "tmp", From 88e52dd3c5049f9fd9d5fda7fb93204aa1fac619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:32:44 +0000 Subject: [PATCH 231/545] dragonwell17-jdk: Update to version 17.0.17.0.18-17.0.17 --- bucket/dragonwell17-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell17-jdk.json b/bucket/dragonwell17-jdk.json index 880012f78b5..58338dd346d 100644 --- a/bucket/dragonwell17-jdk.json +++ b/bucket/dragonwell17-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba", - "version": "17.0.16.0.17-17.0.16", + "version": "17.0.17.0.18-17.0.17", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.16.0.17%2B8_jdk-17.0.16-ga/Alibaba_Dragonwell_Standard_17.0.16.0.17.8_x64_windows.zip", - "hash": "fc9a02030fa5fcb869d2b978ec091fb6af1d8bfb42169112c13a40da4dbc769c" + "url": "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.17.0.18%2B9_jdk-17.0.17-ga/Alibaba_Dragonwell_Standard_17.0.17.0.18.9_x64_windows.zip", + "hash": "62a4def05ab1866c287ea72ac3ffd299a5f22b5865de4eda1d95b29b289be754" } }, "extract_to": "tmp", From 20c6afac164d2dd2fc02235995743872264e24c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:46:34 +0000 Subject: [PATCH 232/545] intellij-jbr21-jcef: Update to version 21.0.9-b1163.86 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index c8d2d51334c..69a806f93e3 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.78", + "version": "21.0.9-b1163.86", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.78.tar.gz", - "hash": "sha512:ffeaabd071921829620d72c00e24a5fad673c12f5d28ae1beada8abeb4e4e5b95fd07519f54b54019b1ab33aa38261caeb203fb85ab75a5ba7a3672a56615d0f", - "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.78" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.86.tar.gz", + "hash": "sha512:6a4a30b93d0a1eb7945a781966b43bc7be168df96f26eda0f8c0edb64c3b4e10b8faec1a7b13a094c7fc98f1a5f1d117d8b3a1c5d606285bffd97ba5d0474da0", + "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.86" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.78.tar.gz", - "hash": "sha512:2500b8931d9cb914b101dbd44455369d4be2f9d5e63cbbc30b3234c733d43696e01733f0aed1818ad8a0f7117a0c0dcd7d865a347c672269f711ec48bd73a2a6", - "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.78" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.86.tar.gz", + "hash": "sha512:bdfb957ef9986ed04a23fd6690189b8e2573c75caf5040040c97f2b86fd1c5f3e6606cb3d420249887ed5acae5f0f8dc5bb0fad77fa46e2b09b546ab6cb78578", + "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.86" } }, "env_set": { From 5f9016d08f9325efb048c16bbebe7ed44353b728 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:46:34 +0000 Subject: [PATCH 233/545] intellij-jbr21-sdk-jcef: Update to version 21.0.9-b1163.86 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index f5512c8623e..f7a6e9ee859 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.78", + "version": "21.0.9-b1163.86", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.78.tar.gz", - "hash": "sha512:cea67d65b6479ca423b187f0c00f4951ed2b61d63b05db16ea43f5daa1be42fe27b6e7a6ce9a883e891f9626959787123dbec791066370f029b207c527aaab10", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.78" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.86.tar.gz", + "hash": "sha512:f969a9edc7547b36327bc3c467987b6b9d361cba158e7df0deb4db39ebf86876b6e97e7e7b822b997cb4532875bff6956d6c4f79f061258555cf7003f6387405", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.86" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.78.tar.gz", - "hash": "sha512:583aea8a2c3ef32c985b54d8b715d884429a2d658b7816fda06ad12e86d55c55f18748919aef60578bf561630c0305b7b9c46c79489b8e71399add09021ee4bc", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.78" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.86.tar.gz", + "hash": "sha512:111e41c303803da0f67d1fbc1403d9bdf82d66182f3bf4d2b6d37712ab2a3882abc13993f1716b419ff64dd4fe56e68a17a766f35c20bd06b6b816a76df44a63", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.86" } }, "env_set": { From 5a11ef5488e7fec2fb69dfb875e777cfa3006840 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:25:04 +0000 Subject: [PATCH 234/545] zulumc: Update to version 9.1.1.37 --- bucket/zulumc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulumc.json b/bucket/zulumc.json index 6633c51b2e4..b897f836f7a 100644 --- a/bucket/zulumc.json +++ b/bucket/zulumc.json @@ -1,13 +1,13 @@ { - "version": "9.1.1.35", + "version": "9.1.1.37", "description": "A build of JDK Mission Control, an open source Java runtime profiling and monitoring utility", "homepage": "https://www.azul.com/products/components/zulu-mission-control/", "license": "UPL-1.0", "architecture": { "64bit": { - "url": "https://cdn.azul.com/zmc/bin/zmc9.1.1.35-ca-win_x64.zip", - "hash": "04143b91f0450c52c39b0a72dffb89284668568401dd45661f9f0024dbb9099a", - "extract_dir": "zmc9.1.1.35-ca-win_x64\\Azul Mission Control" + "url": "https://cdn.azul.com/zmc/bin/zmc9.1.1.37-ca-win_x64.zip", + "hash": "d2caa1e6267e412d1ebab32f24073160dc81baa5deca93fb52f265800d236ad8", + "extract_dir": "zmc9.1.1.37-ca-win_x64\\Azul Mission Control" } }, "bin": "zmc.exe", From d1f6a4f34474b5e746c357e7280fb716148a86a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:49:14 +0000 Subject: [PATCH 235/545] intellij-jbr21-jcef: Update to version 21.0.9-b1163.91 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 69a806f93e3..7092f9fef67 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.86", + "version": "21.0.9-b1163.91", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.86.tar.gz", - "hash": "sha512:6a4a30b93d0a1eb7945a781966b43bc7be168df96f26eda0f8c0edb64c3b4e10b8faec1a7b13a094c7fc98f1a5f1d117d8b3a1c5d606285bffd97ba5d0474da0", - "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.86" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.91.tar.gz", + "hash": "sha512:d20159ccce2b0a044c6956269cdb14c2cd37e35fafd5bc0a31e2518a522d30e44f33d44d615ecc3e8d7deafa311b53123da98ab82e3a2680ee267f30e352f734", + "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.91" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.86.tar.gz", - "hash": "sha512:bdfb957ef9986ed04a23fd6690189b8e2573c75caf5040040c97f2b86fd1c5f3e6606cb3d420249887ed5acae5f0f8dc5bb0fad77fa46e2b09b546ab6cb78578", - "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.86" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.91.tar.gz", + "hash": "sha512:665f1903bcf44fa9d973b3ac49fe133bfce09a7068e360b722eb4dd883d99ccbbc80cf7bae0223df409f4121e1c14e7581ce10175fbd1a233e17b61aecccaf4e", + "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.91" } }, "env_set": { From 84745963016a1a19a5a50caad109029f32a05c1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:49:15 +0000 Subject: [PATCH 236/545] intellij-jbr21-sdk-jcef: Update to version 21.0.9-b1163.91 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index f7a6e9ee859..a1f4a52db29 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.86", + "version": "21.0.9-b1163.91", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.86.tar.gz", - "hash": "sha512:f969a9edc7547b36327bc3c467987b6b9d361cba158e7df0deb4db39ebf86876b6e97e7e7b822b997cb4532875bff6956d6c4f79f061258555cf7003f6387405", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.86" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.91.tar.gz", + "hash": "sha512:04e14795026ff0a0d4f064eeda00137d2a89e90683cbcd5ea75e7eb61fedcb2bc73d5dc92c5420d556ac115bbb9c78c7a2b7a3c42c95a20ceb1e02ddef5378a7", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.91" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.86.tar.gz", - "hash": "sha512:111e41c303803da0f67d1fbc1403d9bdf82d66182f3bf4d2b6d37712ab2a3882abc13993f1716b419ff64dd4fe56e68a17a766f35c20bd06b6b816a76df44a63", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.86" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.91.tar.gz", + "hash": "sha512:e1982369053f939b64e64cc9be52e3f6875ba67a156f3a568d54c8bc860c60c3b24efdf9c33b84cfa2735de1447765c40f8adc2923b3fccdc6abf0b684307eba", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.91" } }, "env_set": { From ed8c6ee894d6a5672d3e2fc5c54eb45949d7fe52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:33:00 +0000 Subject: [PATCH 237/545] intellij-jbr21-jcef: Update to version 21.0.9-b1163.94 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 7092f9fef67..0be4a15a78d 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.91", + "version": "21.0.9-b1163.94", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.91.tar.gz", - "hash": "sha512:d20159ccce2b0a044c6956269cdb14c2cd37e35fafd5bc0a31e2518a522d30e44f33d44d615ecc3e8d7deafa311b53123da98ab82e3a2680ee267f30e352f734", - "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.91" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.94.tar.gz", + "hash": "sha512:8954b10ffe9fa32df0c2edad98021787a8516d42eada2f399571f53b865cd79f69448a485c0b2aa1c58eea25a42a9e3e1a13123e729e9261ba499d7c8d2194cc", + "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.94" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.91.tar.gz", - "hash": "sha512:665f1903bcf44fa9d973b3ac49fe133bfce09a7068e360b722eb4dd883d99ccbbc80cf7bae0223df409f4121e1c14e7581ce10175fbd1a233e17b61aecccaf4e", - "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.91" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.94.tar.gz", + "hash": "sha512:a67a70da232cfaafec935fda97c6721b4ee4f6c561a7137e8034e844b1bf6f96e166b0c47451a8b312246916dc035925fe35d4f8cf2fad1f182c0bad243914be", + "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.94" } }, "env_set": { From 0c991160e5c3b706926619a292082c34caa23887 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:33:01 +0000 Subject: [PATCH 238/545] intellij-jbr21-sdk-jcef: Update to version 21.0.9-b1163.94 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index a1f4a52db29..a0923e3c88b 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.91", + "version": "21.0.9-b1163.94", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.91.tar.gz", - "hash": "sha512:04e14795026ff0a0d4f064eeda00137d2a89e90683cbcd5ea75e7eb61fedcb2bc73d5dc92c5420d556ac115bbb9c78c7a2b7a3c42c95a20ceb1e02ddef5378a7", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.91" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.94.tar.gz", + "hash": "sha512:dbc38b518ec5fdf306ec469334dddde41f3c1be23b5ce6a3972550117092d3ce695a752cdb992303e98578680c6019bcd02c563cc85eed7f52bfc4e4909794d4", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.94" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.91.tar.gz", - "hash": "sha512:e1982369053f939b64e64cc9be52e3f6875ba67a156f3a568d54c8bc860c60c3b24efdf9c33b84cfa2735de1447765c40f8adc2923b3fccdc6abf0b684307eba", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.91" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.94.tar.gz", + "hash": "sha512:8515d872202efd203c3e5916bde1b2f0d484988d303659c83171d53d1607d8cd7bd8a54ec0e2faacc009a1e78a4f5b0fe9ee1f85de6cc603b9bb92f6d404ee4f", + "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.94" } }, "env_set": { From 60346503b5356bc0f858d6b8e786a6177b6bf5fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:37:49 +0000 Subject: [PATCH 239/545] graalvm25: Update to version 25.0.2 --- bucket/graalvm25.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/graalvm25.json b/bucket/graalvm25.json index ecc9614426e..6fe0b3baa8e 100644 --- a/bucket/graalvm25.json +++ b/bucket/graalvm25.json @@ -1,10 +1,10 @@ { "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": "25.0.1", + "version": "25.0.2", "homepage": "https://www.graalvm.org/", "license": "GPL-2.0", - "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-25.0.1/graalvm-community-jdk-25.0.1_windows-x64_bin.zip", - "hash": "fde83c5ceec2c75560c747ccd9f314f90e4cf5c5287416e67c4ce442e344ca27", + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-25.0.2/graalvm-community-jdk-25.0.2_windows-x64_bin.zip", + "hash": "72edc27ce2dd3c156332144a339c97995745cae291205ed2f9b5cc26aa9cb422", "extract_to": "tmp", "installer": { "script": [ From 1f6165da52c240f94b2a22b4046a1159b0ed7d1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:37:50 +0000 Subject: [PATCH 240/545] openjdk-ea: Update to version 25.0.2-10 --- bucket/openjdk-ea.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index 2bd87f635a9..40b967a2670 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,15 +1,15 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "25.0.1-8", + "version": "25.0.2-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_windows-x64_bin.zip", - "hash": "2bbae75bc31a848b7cb5f297270efb7bef9bba0deeec6a671625563dc090ad69" + "url": "https://download.java.net/java/GA/jdk25.0.2/b1e0dfa218384cb9959bdcb897162d4e/10/GPL/openjdk-25.0.2_windows-x64_bin.zip", + "hash": "74784a0c07258f32d36e9224dd79187c566d831c30d47dc06888d4212087331d" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9ecdb7395c2a318f60ef0caf83bfc4659b03b44b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:37:50 +0000 Subject: [PATCH 241/545] openjdk: Update to version 25.0.2-10 --- bucket/openjdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk.json b/bucket/openjdk.json index 88b25c6615b..072e7dc7586 100644 --- a/bucket/openjdk.json +++ b/bucket/openjdk.json @@ -1,15 +1,15 @@ { "description": "Official General-Availability Release of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "25.0.1-8", + "version": "25.0.2-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_windows-x64_bin.zip", - "hash": "2bbae75bc31a848b7cb5f297270efb7bef9bba0deeec6a671625563dc090ad69" + "url": "https://download.java.net/java/GA/jdk25.0.2/b1e0dfa218384cb9959bdcb897162d4e/10/GPL/openjdk-25.0.2_windows-x64_bin.zip", + "hash": "74784a0c07258f32d36e9224dd79187c566d831c30d47dc06888d4212087331d" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From b68da7c08c1a951ff8e1d90b30702c95274633b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:37:50 +0000 Subject: [PATCH 242/545] openjdk25: Update to version 25.0.2-10 --- bucket/openjdk25.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk25.json b/bucket/openjdk25.json index dd35734c00a..bd0691a1bfa 100644 --- a/bucket/openjdk25.json +++ b/bucket/openjdk25.json @@ -1,15 +1,15 @@ { "description": "Official production-ready open-source builds of OpenJDK 25", "homepage": "https://jdk.java.net/25", - "version": "25.0.1-8", + "version": "25.0.2-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL/openjdk-25.0.1_windows-x64_bin.zip", - "hash": "2bbae75bc31a848b7cb5f297270efb7bef9bba0deeec6a671625563dc090ad69" + "url": "https://download.java.net/java/GA/jdk25.0.2/b1e0dfa218384cb9959bdcb897162d4e/10/GPL/openjdk-25.0.2_windows-x64_bin.zip", + "hash": "74784a0c07258f32d36e9224dd79187c566d831c30d47dc06888d4212087331d" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 783586e9095fa4db951d8dea4999cc8dc5f71611 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:37:51 +0000 Subject: [PATCH 243/545] oraclejdk: Update to version 25.0.2 --- bucket/oraclejdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk.json b/bucket/oraclejdk.json index 0be95339f41..bcb93eec883 100644 --- a/bucket/oraclejdk.json +++ b/bucket/oraclejdk.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/", - "version": "25.0.1", + "version": "25.0.2", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/25/archive/jdk-25.0.1_windows-x64_bin.zip", - "hash": "814530b8ae9aca4843b6f70cf14dac1d43a88e220847d3b91323e854d79cee88" + "url": "https://download.oracle.com/java/25/archive/jdk-25.0.2_windows-x64_bin.zip", + "hash": "56fbc625835eaa4e96942e9d8df38ffdf6009e0062620aaf9a8b647a5cd8ec7a" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 540af6a876d3cf6d4a2347b2d64c87156cadc259 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:42:45 +0000 Subject: [PATCH 244/545] oraclejdk-lts: Update to version 21.0.10 --- bucket/oraclejdk-lts.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk-lts.json b/bucket/oraclejdk-lts.json index 59dd6954a90..4dd2df7a5aa 100644 --- a/bucket/oraclejdk-lts.json +++ b/bucket/oraclejdk-lts.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/technologies/downloads/#java21", - "version": "21.0.9", + "version": "21.0.10", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/21/archive/jdk-21.0.9_windows-x64_bin.zip", - "hash": "6d183e2f35fefd3a196d3c7163ca8f1a7ca8f25bdaac15eadd9c9b22e9efdfdd" + "url": "https://download.oracle.com/java/21/archive/jdk-21.0.10_windows-x64_bin.zip", + "hash": "8631c2c1b543f1639011ba599437aead12406ac715a0364aa0a6743cdb9f671a" } }, - "extract_dir": "jdk-21.0.9", + "extract_dir": "jdk-21.0.10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1ba300d341c215a5c3c5b940f2dd13699ff2906d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:30 +0000 Subject: [PATCH 245/545] corretto-jdk: Update to version 21.0.10.7.1 --- bucket/corretto-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-jdk.json b/bucket/corretto-jdk.json index 6b786eb2a11..e80e409cce5 100644 --- a/bucket/corretto-jdk.json +++ b/bucket/corretto-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "21.0.9.10.1", + "version": "21.0.10.7.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/21.0.9.10.1/amazon-corretto-21.0.9.10.1-windows-x64-jdk.zip", - "hash": "77226707f66b0c19a5baeb2c176ff5cc1c7d0f2a9f67f52354ce2901a53b9240" + "url": "https://corretto.aws/downloads/resources/21.0.10.7.1/amazon-corretto-21.0.10.7.1-windows-x64-jdk.zip", + "hash": "ea03f291937e6b32700fa325ec2bf77dcf570f1ace8ef0f01e752d66c035877e" } }, - "extract_dir": "jdk21.0.9_10", + "extract_dir": "jdk21.0.10_7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From cac048cb4eb1de4eb26335db65b79024aa81a66d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:31 +0000 Subject: [PATCH 246/545] corretto-lts-jdk: Update to version 17.0.18.8.1 --- bucket/corretto-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-lts-jdk.json b/bucket/corretto-lts-jdk.json index 165282fe0dd..5d063cc034e 100644 --- a/bucket/corretto-lts-jdk.json +++ b/bucket/corretto-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.17.10.1", + "version": "17.0.18.8.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.17.10.1/amazon-corretto-17.0.17.10.1-windows-x64-jdk.zip", - "hash": "2503f1dc9bd6f50d6a68ad20c282ad092751fc1cd7e993680e6e151119a9a4bf" + "url": "https://corretto.aws/downloads/resources/17.0.18.8.1/amazon-corretto-17.0.18.8.1-windows-x64-jdk.zip", + "hash": "b59757048003250b6b673165b95dd22dbe7c59bc02820ff709eb8d57908608a3" } }, - "extract_dir": "jdk17.0.17_10", + "extract_dir": "jdk17.0.18_8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3e284fb9545cde401d210f807f6d4e1664649017 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:31 +0000 Subject: [PATCH 247/545] corretto11-jdk: Update to version 11.0.30.7.1 --- bucket/corretto11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto11-jdk.json b/bucket/corretto11-jdk.json index c1c2d8e0adb..2b2b0b71dac 100644 --- a/bucket/corretto11-jdk.json +++ b/bucket/corretto11-jdk.json @@ -1,19 +1,19 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "11.0.29.7.1", + "version": "11.0.30.7.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/11.0.29.7.1/amazon-corretto-11.0.29.7.1-windows-x64-jdk.zip", - "hash": "33471ed251e1b59d29e75ea4c12027f00f94eae90ed8e584dbe4bf3291f5ac2c" + "url": "https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x64-jdk.zip", + "hash": "b0e18b9ae209351d483057bc0c28baf39c59e3991c6e592d32adbaf3962155c7" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/11.0.29.7.1/amazon-corretto-11.0.29.7.1-windows-x86-jre.zip", - "hash": "60e53a1c0ee94c9f0fa7ad0b7af1febd06a874f6343dbd2cc5aeb3ea0b1f7c3d" + "url": "https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x86-jre.zip", + "hash": "a236cd8439a6f5c79d12d44473b076cfe1cb1bc07bd45955aa095fcc50e80508" } }, - "extract_dir": "jdk11.0.29_7", + "extract_dir": "jdk11.0.30_7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 077595e85dbb4a79174874024d206b4c0fe6b175 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:32 +0000 Subject: [PATCH 248/545] corretto17-jdk: Update to version 17.0.18.8.1 --- bucket/corretto17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto17-jdk.json b/bucket/corretto17-jdk.json index 165282fe0dd..5d063cc034e 100644 --- a/bucket/corretto17-jdk.json +++ b/bucket/corretto17-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.17.10.1", + "version": "17.0.18.8.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.17.10.1/amazon-corretto-17.0.17.10.1-windows-x64-jdk.zip", - "hash": "2503f1dc9bd6f50d6a68ad20c282ad092751fc1cd7e993680e6e151119a9a4bf" + "url": "https://corretto.aws/downloads/resources/17.0.18.8.1/amazon-corretto-17.0.18.8.1-windows-x64-jdk.zip", + "hash": "b59757048003250b6b673165b95dd22dbe7c59bc02820ff709eb8d57908608a3" } }, - "extract_dir": "jdk17.0.17_10", + "extract_dir": "jdk17.0.18_8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 95b90bd0bb738c794c17603494f5e0167b43c007 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:32 +0000 Subject: [PATCH 249/545] corretto21-jdk: Update to version 21.0.10.7.1 --- bucket/corretto21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto21-jdk.json b/bucket/corretto21-jdk.json index 6b786eb2a11..e80e409cce5 100644 --- a/bucket/corretto21-jdk.json +++ b/bucket/corretto21-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "21.0.9.10.1", + "version": "21.0.10.7.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/21.0.9.10.1/amazon-corretto-21.0.9.10.1-windows-x64-jdk.zip", - "hash": "77226707f66b0c19a5baeb2c176ff5cc1c7d0f2a9f67f52354ce2901a53b9240" + "url": "https://corretto.aws/downloads/resources/21.0.10.7.1/amazon-corretto-21.0.10.7.1-windows-x64-jdk.zip", + "hash": "ea03f291937e6b32700fa325ec2bf77dcf570f1ace8ef0f01e752d66c035877e" } }, - "extract_dir": "jdk21.0.9_10", + "extract_dir": "jdk21.0.10_7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 04c3110f61f8e07b78283fcde0087c8cbc6e458d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:32 +0000 Subject: [PATCH 250/545] corretto25-jdk: Update to version 25.0.2.10.1 --- bucket/corretto25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto25-jdk.json b/bucket/corretto25-jdk.json index e821eaed2a6..933733f6286 100644 --- a/bucket/corretto25-jdk.json +++ b/bucket/corretto25-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "25.0.1.8.1", + "version": "25.0.2.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/25.0.1.8.1/amazon-corretto-25.0.1.8.1-windows-x64-jdk.zip", - "hash": "f183944b2e0b857f6f8617a272e74aac2f444080df5f159bcc4443c416fa8eb6" + "url": "https://corretto.aws/downloads/resources/25.0.2.10.1/amazon-corretto-25.0.2.10.1-windows-x64-jdk.zip", + "hash": "ee94067183891ae5ae1f4771ea715f1114333ebf64f61e3ad1b34a38eed65dfc" } }, - "extract_dir": "jdk25.0.1_$matchBuild", + "extract_dir": "jdk25.0.2_$matchBuild", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 985783146e06331a578c3b9e760cf75e5797a573 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:33 +0000 Subject: [PATCH 251/545] corretto8-jdk: Update to version 8.482.08.1 --- bucket/corretto8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto8-jdk.json b/bucket/corretto8-jdk.json index 8c907d33f1c..42274650a35 100644 --- a/bucket/corretto8-jdk.json +++ b/bucket/corretto8-jdk.json @@ -1,19 +1,19 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.472.08.1", + "version": "8.482.08.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x64-jdk.zip", - "hash": "3dcfcf807e3f7d5b06322b1fa9638a6adc66a1d4963f3d5db385594140268a83" + "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x64-jdk.zip", + "hash": "b7a07f8860856610e334baa5eff811e4088a8263d034799b762dd1b1c623a7d2" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x86-jdk.zip", - "hash": "3b126d9f4e1b335eb1746bd79c507f24386bacfd141f8db8d05f40d22bbd5dff" + "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x86-jdk.zip", + "hash": "b4d9f69ba08eed18a949d3302cd84c0a223c924f4cc6e6041595023b80153d99" } }, - "extract_dir": "jdk1.8.0_472", + "extract_dir": "jdk1.8.0_482", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1a3880cdab558415c579ed365a7d184e769b4145 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:33 +0000 Subject: [PATCH 252/545] corretto8-jre: Update to version 8.482.08.1 --- bucket/corretto8-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/corretto8-jre.json b/bucket/corretto8-jre.json index 1130c65e2cc..ecc62e1a861 100644 --- a/bucket/corretto8-jre.json +++ b/bucket/corretto8-jre.json @@ -1,16 +1,16 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.472.08.1", + "version": "8.482.08.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x64-jre.zip", - "hash": "2eb76caefdcdaa33f5df3bde05aff669be4978bb71c451b6cce998600aa571b5" + "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x64-jre.zip", + "hash": "96d4c9d5ad8d31d97ea0303fc9a717b24e80ca7c35dd55da636b2d8001c4a16f" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.472.08.1/amazon-corretto-8.472.08.1-windows-x86-jre.zip", - "hash": "a0125d39b1427ed6d1a95282494bbf8c3c6cec767f5ef4f09c09abd0b7ff876d" + "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x86-jre.zip", + "hash": "11ed855ce921951f808c23e1a9a622001766d8439c13b7080f3526658643013f" } }, "extract_dir": "jre8", From 6c59e6f28f61094fb36cdcb6d650f4d3006796a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:33 +0000 Subject: [PATCH 253/545] sapmachine-jdk: Update to version 17.0.18 --- bucket/sapmachine-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-jdk.json b/bucket/sapmachine-jdk.json index 17cb9b30ea1..33af38ae990 100644 --- a/bucket/sapmachine-jdk.json +++ b/bucket/sapmachine-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jdk-17.0.17_windows-x64_bin.zip", - "hash": "efef5c1862d2ba8c15d97fd0f73fca2a7c1abb8acb6bf28711b973fb66a2bac9" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jdk-17.0.18_windows-x64_bin.zip", + "hash": "85824e0f3ccbd3a1da0ec3bf58b0eae1521d56d96c12347cb0502d7f110ea85f" } }, - "extract_dir": "sapmachine-jdk-17.0.17", + "extract_dir": "sapmachine-jdk-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 54fc8b710038a275b20b9f7fc65fd857de6d0764 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:34 +0000 Subject: [PATCH 254/545] sapmachine-jre: Update to version 17.0.18 --- bucket/sapmachine-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-jre.json b/bucket/sapmachine-jre.json index 02499102cdc..08a4809b151 100644 --- a/bucket/sapmachine-jre.json +++ b/bucket/sapmachine-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jre-17.0.17_windows-x64_bin.zip", - "hash": "3d0644f5b4d1cdb975f503fcbb12f6a761c3fd7f8e7842f5964055a20fe7ba88" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jre-17.0.18_windows-x64_bin.zip", + "hash": "a1540efb9a0dc4ec550b3910d6b013766f7594c3cd511f99e32b1c0ca18661f8" } }, - "extract_dir": "sapmachine-jre-17.0.17", + "extract_dir": "sapmachine-jre-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e897bf7e23935ba1c7df84b62f3e829fc49302c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:34 +0000 Subject: [PATCH 255/545] sapmachine-lts-jdk: Update to version 17.0.18 --- bucket/sapmachine-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-lts-jdk.json b/bucket/sapmachine-lts-jdk.json index 87a655af933..f9b8c46667b 100644 --- a/bucket/sapmachine-lts-jdk.json +++ b/bucket/sapmachine-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jdk-17.0.17_windows-x64_bin.zip", - "hash": "efef5c1862d2ba8c15d97fd0f73fca2a7c1abb8acb6bf28711b973fb66a2bac9" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jdk-17.0.18_windows-x64_bin.zip", + "hash": "85824e0f3ccbd3a1da0ec3bf58b0eae1521d56d96c12347cb0502d7f110ea85f" } }, - "extract_dir": "sapmachine-jdk-17.0.17", + "extract_dir": "sapmachine-jdk-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1a0cb830142f10022e2fb9b6e2f6c46a1d04f71d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:35 +0000 Subject: [PATCH 256/545] sapmachine-lts-jre: Update to version 17.0.18 --- bucket/sapmachine-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-lts-jre.json b/bucket/sapmachine-lts-jre.json index 6a357399ca1..b1dc665b99c 100644 --- a/bucket/sapmachine-lts-jre.json +++ b/bucket/sapmachine-lts-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jre-17.0.17_windows-x64_bin.zip", - "hash": "3d0644f5b4d1cdb975f503fcbb12f6a761c3fd7f8e7842f5964055a20fe7ba88" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jre-17.0.18_windows-x64_bin.zip", + "hash": "a1540efb9a0dc4ec550b3910d6b013766f7594c3cd511f99e32b1c0ca18661f8" } }, - "extract_dir": "sapmachine-jre-17.0.17", + "extract_dir": "sapmachine-jre-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From da811061bcd51f3db68fe7800f174cd7676e0a86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:35 +0000 Subject: [PATCH 257/545] sapmachine17-jdk: Update to version 17.0.18 --- bucket/sapmachine17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine17-jdk.json b/bucket/sapmachine17-jdk.json index c38364ccb61..4a730f4b481 100644 --- a/bucket/sapmachine17-jdk.json +++ b/bucket/sapmachine17-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine 17: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jdk-17.0.17_windows-x64_bin.zip", - "hash": "efef5c1862d2ba8c15d97fd0f73fca2a7c1abb8acb6bf28711b973fb66a2bac9" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jdk-17.0.18_windows-x64_bin.zip", + "hash": "85824e0f3ccbd3a1da0ec3bf58b0eae1521d56d96c12347cb0502d7f110ea85f" } }, - "extract_dir": "sapmachine-jdk-17.0.17", + "extract_dir": "sapmachine-jdk-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2707230d1bc7542ddcec5153b0ccd71ab0d87aa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:35 +0000 Subject: [PATCH 258/545] sapmachine17-jre: Update to version 17.0.18 --- bucket/sapmachine17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine17-jre.json b/bucket/sapmachine17-jre.json index 70011b122f0..f343b538796 100644 --- a/bucket/sapmachine17-jre.json +++ b/bucket/sapmachine17-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine 17: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.17/sapmachine-jre-17.0.17_windows-x64_bin.zip", - "hash": "3d0644f5b4d1cdb975f503fcbb12f6a761c3fd7f8e7842f5964055a20fe7ba88" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jre-17.0.18_windows-x64_bin.zip", + "hash": "a1540efb9a0dc4ec550b3910d6b013766f7594c3cd511f99e32b1c0ca18661f8" } }, - "extract_dir": "sapmachine-jre-17.0.17", + "extract_dir": "sapmachine-jre-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2b7301795f993911c7a685c006a0068519f9b3b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:36 +0000 Subject: [PATCH 259/545] zulu-jdk: Update to version 25.32.17 --- bucket/zulu-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jdk.json b/bucket/zulu-jdk.json index b2773a1d3ce..a1acaf4918d 100644 --- a/bucket/zulu-jdk.json +++ b/bucket/zulu-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.30.17", + "version": "25.32.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-jdk25.0.1-win_x64.zip", - "hash": "72844ba8dddf9259ab9cfda9d515d0c850179705f74278a75973d73f0c5b2d2b", - "extract_dir": "zulu25.30.17-ca-jdk25.0.1-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.17-ca-jdk25.0.2-win_x64.zip", + "hash": "90bcbbcbe2fb7aec43ce8fd2efa024fcc48f00bbdcd7a76b58f912d6b97e6d56", + "extract_dir": "zulu25.32.17-ca-jdk25.0.2-win_x64" } }, "env_add_path": "bin", From d26c58f8cd99086f6a6cec90bd589d7df4ca37d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:36 +0000 Subject: [PATCH 260/545] zulu-jre: Update to version 25.32.17 --- bucket/zulu-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jre.json b/bucket/zulu-jre.json index ec287a21b28..8e820630126 100644 --- a/bucket/zulu-jre.json +++ b/bucket/zulu-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.30.17", + "version": "25.32.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-jre25.0.1-win_x64.zip", - "hash": "ef68a1aa2c2b05bc238eb9946aa1f580135ccb001739fb74782b5f9939bf69d7", - "extract_dir": "zulu25.30.17-ca-jre25.0.1-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.17-ca-jre25.0.2-win_x64.zip", + "hash": "654e098a6a5aa761616456fb2a459d20cecef2903428474dee699675554ccb40", + "extract_dir": "zulu25.32.17-ca-jre25.0.2-win_x64" } }, "env_add_path": "bin", From ef3b6ff2d4b779fa4badf748be824332ab708c7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:36 +0000 Subject: [PATCH 261/545] zulu11-jdk: Update to version 11.86.19 --- bucket/zulu11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu11-jdk.json b/bucket/zulu11-jdk.json index 65591a7532d..6cd17e37e28 100644 --- a/bucket/zulu11-jdk.json +++ b/bucket/zulu11-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.84.17", + "version": "11.86.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-jdk11.0.29-win_x64.zip", - "hash": "f4002a8090662ff66bf9f3248604be0f9d226e964085bd59bbea4b8535df3de1", - "extract_dir": "zulu11.84.17-ca-jdk11.0.29-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.19-ca-jdk11.0.30-win_x64.zip", + "hash": "4f91806e1adce48ad6fc5af755007e2a140cd05f1ec221576b87118b0178ea6b", + "extract_dir": "zulu11.86.19-ca-jdk11.0.30-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-jdk11.0.29-win_i686.zip", - "hash": "19eedd2ae02280d65a760af3f9fc824e5d8ecdda83b98c7aa3b8f20cf993ede4", - "extract_dir": "zulu11.84.17-ca-jdk11.0.29-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.19-ca-jdk11.0.30-win_i686.zip", + "hash": "7900930174af0b660a702bd3e048d662025d8a9c33b15c80a9893fdc8a6f4f13", + "extract_dir": "zulu11.86.19-ca-jdk11.0.30-win_i686" } }, "env_add_path": "bin", From 91513612995e44131fac4b4948d9dde58c8e1258 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:37 +0000 Subject: [PATCH 262/545] zulu11-jre: Update to version 11.86.19 --- bucket/zulu11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu11-jre.json b/bucket/zulu11-jre.json index d103c1e37d5..3c3004fb322 100644 --- a/bucket/zulu11-jre.json +++ b/bucket/zulu11-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.84.17", + "version": "11.86.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-jre11.0.29-win_x64.zip", - "hash": "b9ceb2a380c783ae0f3bec7ce9432bb2c10a30d47712feadac94d6420bc57e54", - "extract_dir": "zulu11.84.17-ca-jre11.0.29-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.19-ca-jre11.0.30-win_x64.zip", + "hash": "4734dda8c321905880f821fedb7a98a8432fd97edba0fca2c60b2e80f809f290", + "extract_dir": "zulu11.86.19-ca-jre11.0.30-win_x64" } }, "env_add_path": "bin", From 3632fc73225696d1887f4eedf7a5eb2a3a52375d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:37 +0000 Subject: [PATCH 263/545] zulu17-jdk: Update to version 17.64.15 --- bucket/zulu17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jdk.json b/bucket/zulu17-jdk.json index 73b43c3e03a..1ff183783b1 100644 --- a/bucket/zulu17-jdk.json +++ b/bucket/zulu17-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.62.17", + "version": "17.64.15", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-jdk17.0.17-win_x64.zip", - "hash": "bd8a942bb543f109a28d3eadf3ec2f29a3ee28ab53506e31d2858292f63c6949", - "extract_dir": "zulu17.62.17-ca-jdk17.0.17-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.64.15-ca-jdk17.0.18-win_x64.zip", + "hash": "fc8823c892c1fed5820ad43e5855a97199d953ebe9c1dd7ab20f43ea8d32aae6", + "extract_dir": "zulu17.64.15-ca-jdk17.0.18-win_x64" } }, "env_add_path": "bin", From ddcbe613f323d6c96af35724b73f54c0ed8ba246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:38 +0000 Subject: [PATCH 264/545] zulu17-jre: Update to version 17.64.15 --- bucket/zulu17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jre.json b/bucket/zulu17-jre.json index 15560d46fdd..9ca61ab38b7 100644 --- a/bucket/zulu17-jre.json +++ b/bucket/zulu17-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.62.17", + "version": "17.64.15", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-jre17.0.17-win_x64.zip", - "hash": "e2569d89c7b6fead09954c38807a0418f7050326028dd984cd8fe7d6ad5a1b36", - "extract_dir": "zulu17.62.17-ca-jre17.0.17-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.64.15-ca-jre17.0.18-win_x64.zip", + "hash": "3e718198c959515bf46b49229b32f4e09a09351eec042a44399fb2793a3ed994", + "extract_dir": "zulu17.64.15-ca-jre17.0.18-win_x64" } }, "env_add_path": "bin", From 02691807425318246ecc908a0537e2b4f8b2f487 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:38 +0000 Subject: [PATCH 265/545] zulu21-jdk: Update to version 21.48.15 --- bucket/zulu21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jdk.json b/bucket/zulu21-jdk.json index a11b363fefe..bb0d0b236bc 100644 --- a/bucket/zulu21-jdk.json +++ b/bucket/zulu21-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.46.19", + "version": "21.48.15", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-jdk21.0.9-win_x64.zip", - "hash": "0c9812c0fe527b59f48c70cb527035c8a7abe620b31f776b4ddc21bddc1cd067", - "extract_dir": "zulu21.46.19-ca-jdk21.0.9-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.48.15-ca-jdk21.0.10-win_x64.zip", + "hash": "865f0eef96c277d178322c22e801da325c9f6c90a073a513e0889f162d81d268", + "extract_dir": "zulu21.48.15-ca-jdk21.0.10-win_x64" } }, "env_add_path": "bin", From d464b14add426fe87c1924a9a7e3efe02f27409d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:38 +0000 Subject: [PATCH 266/545] zulu21-jre: Update to version 21.48.15 --- bucket/zulu21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jre.json b/bucket/zulu21-jre.json index 14c3956efc3..f1c35783e23 100644 --- a/bucket/zulu21-jre.json +++ b/bucket/zulu21-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.46.19", + "version": "21.48.15", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-jre21.0.9-win_x64.zip", - "hash": "a72b61a7902ea2baf940fca8e89913e2347b98c294943632a4f9621c0226e684", - "extract_dir": "zulu21.46.19-ca-jre21.0.9-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.48.15-ca-jre21.0.10-win_x64.zip", + "hash": "47ffd4aa2dfca1e1eb8a86d573e1396ec00c7be74c7b90ae3e90ac7f5f4a205f", + "extract_dir": "zulu21.48.15-ca-jre21.0.10-win_x64" } }, "env_add_path": "bin", From ca436cef8ff4554dce7497522995785565a39839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:39 +0000 Subject: [PATCH 267/545] zulu8-jdk: Update to version 8.92.0.19 --- bucket/zulu8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jdk.json b/bucket/zulu8-jdk.json index 5c66e6be0b5..c4437d7dd91 100644 --- a/bucket/zulu8-jdk.json +++ b/bucket/zulu8-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.90.0.19", + "version": "8.92.0.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jdk8.0.472-win_x64.zip", - "hash": "ff90484103d3fdb9808f737af027586c8dbfa1aa8a310ce99b0b5e0517567aee", - "extract_dir": "zulu8.90.0.19-ca-jdk8.0.472-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jdk8.0.482-win_x64.zip", + "hash": "9d8db9e070c841713b8d5a0bf8f97af549ec29953b01683cbab4179a73e7bc59", + "extract_dir": "zulu8.92.0.19-ca-jdk8.0.482-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jdk8.0.472-win_i686.zip", - "hash": "01863cd4966770d27376c9880d8f82aff953a65e4337937ef3d681709384ce28", - "extract_dir": "zulu8.90.0.19-ca-jdk8.0.472-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jdk8.0.482-win_i686.zip", + "hash": "e928d80a066dce4ee7fe31a4060357c2e65bd23ee8be69701b37fa0fdf36406a", + "extract_dir": "zulu8.92.0.19-ca-jdk8.0.482-win_i686" } }, "env_add_path": "bin", From ad65a94f4902db6db71208d0e527addd0a862598 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:53:39 +0000 Subject: [PATCH 268/545] zulu8-jre: Update to version 8.92.0.19 --- bucket/zulu8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jre.json b/bucket/zulu8-jre.json index 456cd7fbfdd..763e211ecdf 100644 --- a/bucket/zulu8-jre.json +++ b/bucket/zulu8-jre.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.90.0.19", + "version": "8.92.0.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jre8.0.472-win_x64.zip", - "hash": "044bf3e664f7e606ed84aa6ce9e5a5f586249e197e806c4cb8cb1cad56377272", - "extract_dir": "zulu8.90.0.19-ca-jre8.0.472-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jre8.0.482-win_x64.zip", + "hash": "068904e183d93a0136c2ef76fe1addf3a7aa6620c92a6c092325108d00c7f830", + "extract_dir": "zulu8.92.0.19-ca-jre8.0.482-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-jre8.0.472-win_i686.zip", - "hash": "c914d994ed134b5da2128a085bc193d82ecdbb1d29412907dda32b3cdc7f8108", - "extract_dir": "zulu8.90.0.19-ca-jre8.0.472-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jre8.0.482-win_i686.zip", + "hash": "118ad2e29ae0f86d81b74d55e55af3dc5f696ccc051316e88a7e9113fa931bf8", + "extract_dir": "zulu8.92.0.19-ca-jre8.0.482-win_i686" } }, "env_add_path": "bin", From e9e858d03cbe0072d860fd729ba285d2f4f2d49e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:23 +0000 Subject: [PATCH 269/545] liberica-full-jdk: Update to version 25.0.2-12 --- bucket/liberica-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index d275b4d5f2a..30a9c7c57ce 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" } }, - "extract_dir": "jdk-25.0.1-full", + "extract_dir": "jdk-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From b4aed9ffa2f9cafbb4b1b7c077a246a7e672c897 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:23 +0000 Subject: [PATCH 270/545] liberica-full-jre: Update to version 25.0.2-12 --- bucket/liberica-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index 3b4f8020d57..d8a77b21869 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" } }, - "extract_dir": "jre-25.0.1-full", + "extract_dir": "jre-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2ecaf016bf696a5dad46c8ebdbf38074d7b87fb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:24 +0000 Subject: [PATCH 271/545] liberica-full-lts-jdk: Update to version 25.0.2-12 --- bucket/liberica-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index 28bb6023ddf..28d6f1d0ac1 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" } }, - "extract_dir": "jdk-25.0.1-full", + "extract_dir": "jdk-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3bbcf66abdf5c391dfacdb81917b4553da29dfd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:24 +0000 Subject: [PATCH 272/545] liberica-full-lts-jre: Update to version 25.0.2-12 --- bucket/liberica-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index cbacb9a6893..2b3cbb38d37 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" } }, - "extract_dir": "jre-25.0.1-full", + "extract_dir": "jre-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 055bb8dfec2b2696ba37ebca0e631dfe7d764fac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:24 +0000 Subject: [PATCH 273/545] liberica-jdk: Update to version 25.0.2-12 --- bucket/liberica-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index dd489aa641b..e1b613c9e34 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f6aa9d5f25a7b7555c89774f5f15ca454b075e28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:25 +0000 Subject: [PATCH 274/545] liberica-jre: Update to version 25.0.2-12 --- bucket/liberica-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index ed7a02fa553..0f27d165739 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" } }, - "extract_dir": "jre-25.0.1", + "extract_dir": "jre-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e1b6839a6ae558db92e94f077beaddf97c307cab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:25 +0000 Subject: [PATCH 275/545] liberica-lite-jdk: Update to version 25.0.2-12 --- bucket/liberica-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index bc882eaeaa8..ce12ccc136a 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", - "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", + "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", - "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", + "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" } }, - "extract_dir": "jdk-25.0.1-lite", + "extract_dir": "jdk-25.0.2-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 72e8d651dfeed672cc18868749afdda02be1686a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:25 +0000 Subject: [PATCH 276/545] liberica-lite-lts-jdk: Update to version 25.0.2-12 --- bucket/liberica-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index b9aa5f7d75c..568d119f331 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", - "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", + "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", - "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", + "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" } }, - "extract_dir": "jdk-25.0.1-lite", + "extract_dir": "jdk-25.0.2-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7c5396c98754a65f128dd03f54610a4cbc4045cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:26 +0000 Subject: [PATCH 277/545] liberica-lts-jdk: Update to version 25.0.2-12 --- bucket/liberica-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index 497589e2473..74d4b51e135 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8cec0b3c62910c5254184d869009d3468ad937b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:26 +0000 Subject: [PATCH 278/545] liberica-lts-jre: Update to version 25.0.2-12 --- bucket/liberica-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jre.json b/bucket/liberica-lts-jre.json index 76f78a33ece..af50f25ffa0 100644 --- a/bucket/liberica-lts-jre.json +++ b/bucket/liberica-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" } }, - "extract_dir": "jre-25.0.1", + "extract_dir": "jre-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1507395e88284c50fbf648460bb11ef9dc184b09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:26 +0000 Subject: [PATCH 279/545] liberica11-full-jdk: Update to version 11.0.30-9 --- bucket/liberica11-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-full-jdk.json b/bucket/liberica11-full-jdk.json index d093dca1eb8..988fe8720cb 100644 --- a/bucket/liberica11-full-jdk.json +++ b/bucket/liberica11-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-12", + "version": "11.0.30-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-amd64-full.zip", - "hash": "sha1:04c48172d320e1bca65fadeb15350f61c75e5bcf" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-amd64-full.zip", + "hash": "sha1:2f01f6d8cd72c30d93cf30039685e2e14811b317" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-i586-full.zip", - "hash": "sha1:ff4fdcf596e5ce51cde5281b18adb5e629622def" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-i586-full.zip", + "hash": "sha1:46d0845d62d45d8f27ae14245ccdce72303f488f" } }, - "extract_dir": "jdk-11.0.29-full", + "extract_dir": "jdk-11.0.30-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From aa4780dad7befd50e8f3b6d05fda9a2a917b6de5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:27 +0000 Subject: [PATCH 280/545] liberica11-full-jre: Update to version 11.0.30-9 --- bucket/liberica11-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-full-jre.json b/bucket/liberica11-full-jre.json index 2fc94fc3e66..4263e9adea9 100644 --- a/bucket/liberica11-full-jre.json +++ b/bucket/liberica11-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-12", + "version": "11.0.30-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-amd64-full.zip", - "hash": "sha1:a2988caeb64eb39facdf9a9b9aac7ffab402282a" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-amd64-full.zip", + "hash": "sha1:ba7616d084773b8a83794de3096c977d89a262d0" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-i586-full.zip", - "hash": "sha1:aeab1921b8750ae94e4ed3907102b080b53e9149" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-i586-full.zip", + "hash": "sha1:204e58827050eb9fffb242478dd48a77c14e41aa" } }, - "extract_dir": "jre-11.0.29-full", + "extract_dir": "jre-11.0.30-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4e37663c7d359da7a2a3f1175a31e6f952b683bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:27 +0000 Subject: [PATCH 281/545] liberica11-jdk: Update to version 11.0.30-9 --- bucket/liberica11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-jdk.json b/bucket/liberica11-jdk.json index fd43f506b12..bbbc7069b53 100644 --- a/bucket/liberica11-jdk.json +++ b/bucket/liberica11-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-12", + "version": "11.0.30-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-amd64.zip", - "hash": "sha1:70df5cda968aa2e7e264a678cdc5cb14d523a2d9" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-amd64.zip", + "hash": "sha1:bf890f8b11034fa8836a0a724bb75cbfde02ae16" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-i586.zip", - "hash": "sha1:4310998f50a66818c66ee66e11d548279e60ef8e" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-i586.zip", + "hash": "sha1:1a162997e6583e186e834d377f3f6c6e7d1f7526" } }, - "extract_dir": "jdk-11.0.29", + "extract_dir": "jdk-11.0.30", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 886619a069fbeb6c1eb8b90a00cf6715e530fafe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:28 +0000 Subject: [PATCH 282/545] liberica11-jre: Update to version 11.0.30-9 --- bucket/liberica11-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-jre.json b/bucket/liberica11-jre.json index 5e205ebd8a6..869b679c104 100644 --- a/bucket/liberica11-jre.json +++ b/bucket/liberica11-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-12", + "version": "11.0.30-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-amd64.zip", - "hash": "sha1:039a567fc7ffccaaed47a95c7f4139bb7a3940ac" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-amd64.zip", + "hash": "sha1:77237cdf52d4a76ada7872cab0a0ea3720c5f115" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jre11.0.29%2B12-windows-i586.zip", - "hash": "sha1:053b85faba4dce5d71178b44f5ff99ed0ba43273" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-i586.zip", + "hash": "sha1:967671389a418c986a2568fd893ed31c8ea7042d" } }, - "extract_dir": "jre-11.0.29", + "extract_dir": "jre-11.0.30", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 76ccb61545d835af87aff51eca9f12f38af94882 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:28 +0000 Subject: [PATCH 283/545] liberica11-lite-jdk: Update to version 11.0.30-9 --- bucket/liberica11-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-lite-jdk.json b/bucket/liberica11-lite-jdk.json index 781befa2aa9..a1a25eadb9d 100644 --- a/bucket/liberica11-lite-jdk.json +++ b/bucket/liberica11-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.29-12", + "version": "11.0.30-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-amd64-lite.zip", - "hash": "sha1:5207dc5eab1c1e1634a7ff02a5bcdd2e3afeb804" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-amd64-lite.zip", + "hash": "sha1:bafaa8af552fc28804f8c99d8c2a06a1dadf89f8" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.29%2B12/bellsoft-jdk11.0.29%2B12-windows-i586-lite.zip", - "hash": "sha1:deaa0d81de0cfe30f3579f775a18a27330f13ead" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-i586-lite.zip", + "hash": "sha1:d4cf57f99288d20809363816cb0161269bb68c0a" } }, - "extract_dir": "jdk-11.0.29-lite", + "extract_dir": "jdk-11.0.30-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 48fe70b12a17f76fb93784318a8f78c3d12ce357 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:28 +0000 Subject: [PATCH 284/545] liberica17-full-jdk: Update to version 17.0.18-10 --- bucket/liberica17-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-full-jdk.json b/bucket/liberica17-full-jdk.json index 2550101aa78..ebb2ede8c73 100644 --- a/bucket/liberica17-full-jdk.json +++ b/bucket/liberica17-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-15", + "version": "17.0.18-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-amd64-full.zip", - "hash": "sha1:1dfeb69d5d280ad25f1969dfa5dc5ad79a29d6a2" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-amd64-full.zip", + "hash": "sha1:ba546d780965d36f86d66ff62ffd5506c137debb" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-i586-full.zip", - "hash": "sha1:ffc4aefaa3c383f78cc732568e025f392e87609e" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-i586-full.zip", + "hash": "sha1:5bd336136e585bf491b85e3b7427872762d5902f" } }, - "extract_dir": "jdk-17.0.17-full", + "extract_dir": "jdk-17.0.18-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d53b983d66deb4b5b64cae25224cf0959b3c5a7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:29 +0000 Subject: [PATCH 285/545] liberica17-full-jre: Update to version 17.0.18-10 --- bucket/liberica17-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-full-jre.json b/bucket/liberica17-full-jre.json index 5b3406b76f9..05e5de65d47 100644 --- a/bucket/liberica17-full-jre.json +++ b/bucket/liberica17-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-15", + "version": "17.0.18-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-amd64-full.zip", - "hash": "sha1:d9eb0b5c31c4ff1e6a7b0fa34081f2183086cf89" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-amd64-full.zip", + "hash": "sha1:4a46216fa7e1a0ec8bedb917b928d03e70275265" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-i586-full.zip", - "hash": "sha1:28f3e1e0e20f7e5ee3698dcc30481af4e085b52b" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-i586-full.zip", + "hash": "sha1:32c8ad044a948812b362f2ae7e9ced7647853ae0" } }, - "extract_dir": "jre-17.0.17-full", + "extract_dir": "jre-17.0.18-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From aa1d609092e123acf09b884a924444186643ef7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:29 +0000 Subject: [PATCH 286/545] liberica17-jdk: Update to version 17.0.18-10 --- bucket/liberica17-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-jdk.json b/bucket/liberica17-jdk.json index 58bf6583e1d..6eaa14b0002 100644 --- a/bucket/liberica17-jdk.json +++ b/bucket/liberica17-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-15", + "version": "17.0.18-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-amd64.zip", - "hash": "sha1:0efbcb34ece578a12230147932044e988451f2a7" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-amd64.zip", + "hash": "sha1:808e5421e0c81e493399ea4c7c88e9c2b0668606" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-i586.zip", - "hash": "sha1:b7e284416acfadc0e5e4456749dbb2764c94973c" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-i586.zip", + "hash": "sha1:d2174eb97856169198234fe0b065f2d19969529a" } }, - "extract_dir": "jdk-17.0.17", + "extract_dir": "jdk-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3ea75f90760c31d8a02e200172e7263f0f067ec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:29 +0000 Subject: [PATCH 287/545] liberica17-jre: Update to version 17.0.18-10 --- bucket/liberica17-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-jre.json b/bucket/liberica17-jre.json index 9152726ea87..f44399c9c86 100644 --- a/bucket/liberica17-jre.json +++ b/bucket/liberica17-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-15", + "version": "17.0.18-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-amd64.zip", - "hash": "sha1:de934b3ce938a1807d4b25696d254b1474909a17" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-amd64.zip", + "hash": "sha1:51d89678ce67f3854baadbb540058ad2a8d542d1" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jre17.0.17%2B15-windows-i586.zip", - "hash": "sha1:2668652bc740bb122b86bd5a69805e97921ede1e" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-i586.zip", + "hash": "sha1:c4cdad4e76510b4f7df326aca95ec38cb48d899f" } }, - "extract_dir": "jre-17.0.17", + "extract_dir": "jre-17.0.18", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 71ad43627c537843b04c022b4e552cf3cefd6999 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:30 +0000 Subject: [PATCH 288/545] liberica17-lite-jdk: Update to version 17.0.18-10 --- bucket/liberica17-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-lite-jdk.json b/bucket/liberica17-lite-jdk.json index a8598c10a0f..a4deefdd51b 100644 --- a/bucket/liberica17-lite-jdk.json +++ b/bucket/liberica17-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.17-15", + "version": "17.0.18-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-amd64-lite.zip", - "hash": "sha1:c110bae5e7518c3f4118050ca283c5ad7eace594" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-amd64-lite.zip", + "hash": "sha1:2db8b876f8219ab3ced2350e2b36df4b1d672e13" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.17%2B15/bellsoft-jdk17.0.17%2B15-windows-i586-lite.zip", - "hash": "sha1:4220bdd35d5e68bf5dafc627ba3e9450cc91fd35" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-i586-lite.zip", + "hash": "sha1:f2d9a6d376c82a5e8994213877622923c9979a22" } }, - "extract_dir": "jdk-17.0.17-lite", + "extract_dir": "jdk-17.0.18-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 09cd25fc49b9108573ef05bbdb3c8ef8dc889671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:30 +0000 Subject: [PATCH 289/545] liberica21-full-jdk: Update to version 21.0.10-10 --- bucket/liberica21-full-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-jdk.json b/bucket/liberica21-full-jdk.json index 10aab945cec..33e912181d1 100644 --- a/bucket/liberica21-full-jdk.json +++ b/bucket/liberica21-full-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-full.zip", - "hash": "sha1:817c6858f4f7ae84bcf0af9efd58a526072cadbd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-full.zip", + "hash": "sha1:3165e40d398d0554d4d5ba745435dc3f49416df6" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-full.zip", - "hash": "sha1:3a890cb3c62bc9acc8b70742c220b0d4d421101b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-full.zip", + "hash": "sha1:6325ef532413ddd0e10dda4dc9caba28fa466fec" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-full.zip", - "hash": "sha1:654307a8862f5b36ca568ba840ce6a3e0d4296fd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-full.zip", + "hash": "sha1:6271e5a47ae7bfeebdc929189fcb48313394fa0d" } }, - "extract_dir": "jdk-21.0.9-full", + "extract_dir": "jdk-21.0.10-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From cfe9683171e56f7bfefd3639af61ef866fd57d22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:31 +0000 Subject: [PATCH 290/545] liberica21-full-jre: Update to version 21.0.10-10 --- bucket/liberica21-full-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-jre.json b/bucket/liberica21-full-jre.json index a683426740d..ae85eddb29e 100644 --- a/bucket/liberica21-full-jre.json +++ b/bucket/liberica21-full-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64-full.zip", - "hash": "sha1:5a3801b46c42390bdbf34539216e953140f9ffb4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64-full.zip", + "hash": "sha1:4f6f2939906f879dac98a35f4facd277e17c4ef3" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586-full.zip", - "hash": "sha1:831ac6939afb0b429a1f0b63589c728f1a398656" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586-full.zip", + "hash": "sha1:87755336185fcd25e4bc690f6e6b13c0ae2753ea" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64-full.zip", - "hash": "sha1:65a47d8c205737b3cf837f8694220a7b27b46be4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64-full.zip", + "hash": "sha1:dca8cf7bf08cba882a6213ec016ad6a8b4f4e872" } }, - "extract_dir": "jre-21.0.9-full", + "extract_dir": "jre-21.0.10-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 508c03c1450489210db733a93be616ad786f26d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:31 +0000 Subject: [PATCH 291/545] liberica21-full-lts-jdk: Update to version 21.0.10-10 --- bucket/liberica21-full-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-lts-jdk.json b/bucket/liberica21-full-lts-jdk.json index 4b55bb12b61..350066e9bd6 100644 --- a/bucket/liberica21-full-lts-jdk.json +++ b/bucket/liberica21-full-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-full.zip", - "hash": "sha1:817c6858f4f7ae84bcf0af9efd58a526072cadbd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-full.zip", + "hash": "sha1:3165e40d398d0554d4d5ba745435dc3f49416df6" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-full.zip", - "hash": "sha1:3a890cb3c62bc9acc8b70742c220b0d4d421101b" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-full.zip", + "hash": "sha1:6325ef532413ddd0e10dda4dc9caba28fa466fec" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-full.zip", - "hash": "sha1:654307a8862f5b36ca568ba840ce6a3e0d4296fd" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-full.zip", + "hash": "sha1:6271e5a47ae7bfeebdc929189fcb48313394fa0d" } }, - "extract_dir": "jdk-21.0.9-full", + "extract_dir": "jdk-21.0.10-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d8144f817e1701ec1170fa3d607793187607adc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:31 +0000 Subject: [PATCH 292/545] liberica21-full-lts-jre: Update to version 21.0.10-10 --- bucket/liberica21-full-lts-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-lts-jre.json b/bucket/liberica21-full-lts-jre.json index c64aa44c552..a5040293732 100644 --- a/bucket/liberica21-full-lts-jre.json +++ b/bucket/liberica21-full-lts-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64-full.zip", - "hash": "sha1:5a3801b46c42390bdbf34539216e953140f9ffb4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64-full.zip", + "hash": "sha1:4f6f2939906f879dac98a35f4facd277e17c4ef3" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586-full.zip", - "hash": "sha1:831ac6939afb0b429a1f0b63589c728f1a398656" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586-full.zip", + "hash": "sha1:87755336185fcd25e4bc690f6e6b13c0ae2753ea" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64-full.zip", - "hash": "sha1:65a47d8c205737b3cf837f8694220a7b27b46be4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64-full.zip", + "hash": "sha1:dca8cf7bf08cba882a6213ec016ad6a8b4f4e872" } }, - "extract_dir": "jre-21.0.9-full", + "extract_dir": "jre-21.0.10-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5b5b6e5cfa9ddb5eb77b96e1a028e088ce3c8809 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:32 +0000 Subject: [PATCH 293/545] liberica21-jdk: Update to version 21.0.10-10 --- bucket/liberica21-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-jdk.json b/bucket/liberica21-jdk.json index 3ddf7d3aa33..cc2f45771f9 100644 --- a/bucket/liberica21-jdk.json +++ b/bucket/liberica21-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64.zip", - "hash": "sha1:09db5f455e93672e14e99c46014def2345c57c02" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64.zip", + "hash": "sha1:21792d732e177409ea5863ba20840dc4cf18a2fb" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586.zip", - "hash": "sha1:c33785bdf42dbf641cde215b36cd88dd3f2dbdd8" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586.zip", + "hash": "sha1:dcecd6770e1db3e06e61307bac7636fa322bbb9e" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64.zip", - "hash": "sha1:46d2f1873d1b29693435709bdae304ef47eb7df4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64.zip", + "hash": "sha1:193097e85450e5b789e188eb2ed82702365bb6f1" } }, - "extract_dir": "jdk-21.0.9", + "extract_dir": "jdk-21.0.10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 679420ff492fe45e0d5391f30ecd50236d158387 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:32 +0000 Subject: [PATCH 294/545] liberica21-jre: Update to version 21.0.10-10 --- bucket/liberica21-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-jre.json b/bucket/liberica21-jre.json index 9d21030fccc..7dbc4ef8f98 100644 --- a/bucket/liberica21-jre.json +++ b/bucket/liberica21-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64.zip", - "hash": "sha1:6a61db2077fb407e09f296e1b8934fd8c64f3977" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64.zip", + "hash": "sha1:8591b63d3567bab96967aa9f31cde55e34899483" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586.zip", - "hash": "sha1:fbb469e0d30fcb4e45ff6a531cd0fee0a02878b9" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586.zip", + "hash": "sha1:389a12c4304ee024e159aa0fe3369091923326d8" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64.zip", - "hash": "sha1:43994e4d7b8c063448659b67c50db2ae7ad28aa3" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64.zip", + "hash": "sha1:90fbff56e27de288b722108e70a4e529f6f9f344" } }, - "extract_dir": "jre-21.0.9", + "extract_dir": "jre-21.0.10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 56419ee9129c1f7ec6587797022645b643a75fed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:32 +0000 Subject: [PATCH 295/545] liberica21-lite-jdk: Update to version 21.0.10-10 --- bucket/liberica21-lite-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lite-jdk.json b/bucket/liberica21-lite-jdk.json index 20d5a8ef0f3..aaa559455e8 100644 --- a/bucket/liberica21-lite-jdk.json +++ b/bucket/liberica21-lite-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-lite.zip", - "hash": "sha1:c4673bf20e0d6cf9aa5c155d182aab93323d6cf6" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-lite.zip", + "hash": "sha1:368fc1efd1fb55dd1389a4521c886d1c63ac43a5" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-lite.zip", - "hash": "sha1:3b5fca1a065fca0cfe60e1d65517ebdac6a73add" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-lite.zip", + "hash": "sha1:b00da921feb96372c6e8b8a1a8e0d41edad1b860" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-lite.zip", - "hash": "sha1:18da3abf887b16286e950e360f9c2871c9e7784a" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-lite.zip", + "hash": "sha1:26bcee4057e0a8aaa7e629e839de748b2fc40563" } }, - "extract_dir": "jdk-21.0.9-lite", + "extract_dir": "jdk-21.0.10-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f7f3a5d2e4b3f07db1e86b057065eef52e8fd3dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:33 +0000 Subject: [PATCH 296/545] liberica21-lite-lts-jdk: Update to version 21.0.10-10 --- bucket/liberica21-lite-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lite-lts-jdk.json b/bucket/liberica21-lite-lts-jdk.json index b3ee19f2f0d..89c847d737b 100644 --- a/bucket/liberica21-lite-lts-jdk.json +++ b/bucket/liberica21-lite-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64-lite.zip", - "hash": "sha1:c4673bf20e0d6cf9aa5c155d182aab93323d6cf6" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-lite.zip", + "hash": "sha1:368fc1efd1fb55dd1389a4521c886d1c63ac43a5" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586-lite.zip", - "hash": "sha1:3b5fca1a065fca0cfe60e1d65517ebdac6a73add" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-lite.zip", + "hash": "sha1:b00da921feb96372c6e8b8a1a8e0d41edad1b860" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64-lite.zip", - "hash": "sha1:18da3abf887b16286e950e360f9c2871c9e7784a" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-lite.zip", + "hash": "sha1:26bcee4057e0a8aaa7e629e839de748b2fc40563" } }, - "extract_dir": "jdk-21.0.9-lite", + "extract_dir": "jdk-21.0.10-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 434842c2c79008703d8d8e68065e2f1d01ff3a9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:33 +0000 Subject: [PATCH 297/545] liberica21-lts-jdk: Update to version 21.0.10-10 --- bucket/liberica21-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lts-jdk.json b/bucket/liberica21-lts-jdk.json index 056c70ea3f4..e5ca55c15ef 100644 --- a/bucket/liberica21-lts-jdk.json +++ b/bucket/liberica21-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-amd64.zip", - "hash": "sha1:09db5f455e93672e14e99c46014def2345c57c02" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64.zip", + "hash": "sha1:21792d732e177409ea5863ba20840dc4cf18a2fb" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-i586.zip", - "hash": "sha1:c33785bdf42dbf641cde215b36cd88dd3f2dbdd8" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586.zip", + "hash": "sha1:dcecd6770e1db3e06e61307bac7636fa322bbb9e" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jdk21.0.9%2B15-windows-aarch64.zip", - "hash": "sha1:46d2f1873d1b29693435709bdae304ef47eb7df4" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64.zip", + "hash": "sha1:193097e85450e5b789e188eb2ed82702365bb6f1" } }, - "extract_dir": "jdk-21.0.9", + "extract_dir": "jdk-21.0.10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8055ddcc891e009256827262e73e191e016db795 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:34 +0000 Subject: [PATCH 298/545] liberica21-lts-jre: Update to version 21.0.10-10 --- bucket/liberica21-lts-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lts-jre.json b/bucket/liberica21-lts-jre.json index 8a561432d32..e7e4ae9753f 100644 --- a/bucket/liberica21-lts-jre.json +++ b/bucket/liberica21-lts-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.9-15", + "version": "21.0.10-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-amd64.zip", - "hash": "sha1:6a61db2077fb407e09f296e1b8934fd8c64f3977" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64.zip", + "hash": "sha1:8591b63d3567bab96967aa9f31cde55e34899483" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-i586.zip", - "hash": "sha1:fbb469e0d30fcb4e45ff6a531cd0fee0a02878b9" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586.zip", + "hash": "sha1:389a12c4304ee024e159aa0fe3369091923326d8" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.9%2B15/bellsoft-jre21.0.9%2B15-windows-aarch64.zip", - "hash": "sha1:43994e4d7b8c063448659b67c50db2ae7ad28aa3" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64.zip", + "hash": "sha1:90fbff56e27de288b722108e70a4e529f6f9f344" } }, - "extract_dir": "jre-21.0.9", + "extract_dir": "jre-21.0.10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From bcee1b59e883d9843aabc2702e206babde1d0d75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:34 +0000 Subject: [PATCH 299/545] liberica25-full-jdk: Update to version 25.0.2-12 --- bucket/liberica25-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-jdk.json b/bucket/liberica25-full-jdk.json index 13dee773087..2cacbaff050 100644 --- a/bucket/liberica25-full-jdk.json +++ b/bucket/liberica25-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" } }, - "extract_dir": "jdk-25.0.1-full", + "extract_dir": "jdk-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9d892235f63969969f1ee946ab2d2b54a88559b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:34 +0000 Subject: [PATCH 300/545] liberica25-full-jre: Update to version 25.0.2-12 --- bucket/liberica25-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-jre.json b/bucket/liberica25-full-jre.json index a8506efcdb4..2c7572c7582 100644 --- a/bucket/liberica25-full-jre.json +++ b/bucket/liberica25-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" } }, - "extract_dir": "jre-25.0.1-full", + "extract_dir": "jre-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a0c288fb612952ce2722708f1c5ad7109daea7c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:35 +0000 Subject: [PATCH 301/545] liberica25-full-lts-jdk: Update to version 25.0.2-12 --- bucket/liberica25-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-lts-jdk.json b/bucket/liberica25-full-lts-jdk.json index 8a3d9070bcb..f1d11e8e777 100644 --- a/bucket/liberica25-full-lts-jdk.json +++ b/bucket/liberica25-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:7be100adbd0e4c8c60ee4635d372af40c1adefd5" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:0412f9161f8b5fb2fb9fdb8c4394460b90103a7f" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" } }, - "extract_dir": "jdk-25.0.1-full", + "extract_dir": "jdk-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 05da3ee4b080e78e4ab8fc05077d307b2ef03e65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:35 +0000 Subject: [PATCH 302/545] liberica25-full-lts-jre: Update to version 25.0.2-12 --- bucket/liberica25-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-lts-jre.json b/bucket/liberica25-full-lts-jre.json index 81b3266d618..258549fa7d3 100644 --- a/bucket/liberica25-full-lts-jre.json +++ b/bucket/liberica25-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64-full.zip", - "hash": "sha1:e6319dcc02978529de345c843b2c6d3e5bee0a7d" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", + "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64-full.zip", - "hash": "sha1:b9661e35fc73df13275fd58fc15f2bb4038a1785" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", + "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" } }, - "extract_dir": "jre-25.0.1-full", + "extract_dir": "jre-25.0.2-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d784cc362371416a6a149ee52d71ecbfe54f8b9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:36 +0000 Subject: [PATCH 303/545] liberica25-jdk: Update to version 25.0.2-12 --- bucket/liberica25-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-jdk.json b/bucket/liberica25-jdk.json index 9b4f2323047..73b988a1a14 100644 --- a/bucket/liberica25-jdk.json +++ b/bucket/liberica25-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 95173977eb26456e31f9d94f24388868ac4dfa5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:36 +0000 Subject: [PATCH 304/545] liberica25-jre: Update to version 25.0.2-12 --- bucket/liberica25-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-jre.json b/bucket/liberica25-jre.json index 481a4e332ca..02a52603d6e 100644 --- a/bucket/liberica25-jre.json +++ b/bucket/liberica25-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" } }, - "extract_dir": "jre-25.0.1", + "extract_dir": "jre-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 0391a1fd749535a92585a80586ffeb39bebe36c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:37 +0000 Subject: [PATCH 305/545] liberica25-lite-jdk: Update to version 25.0.2-12 --- bucket/liberica25-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lite-jdk.json b/bucket/liberica25-lite-jdk.json index 4dee7dda0e1..a904ee233ef 100644 --- a/bucket/liberica25-lite-jdk.json +++ b/bucket/liberica25-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", - "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", + "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", - "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", + "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" } }, - "extract_dir": "jdk-25.0.1-lite", + "extract_dir": "jdk-25.0.2-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a90a4f3316d1ebf92f76c4ba187ed7e1ce77ddfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:37 +0000 Subject: [PATCH 306/545] liberica25-lite-lts-jdk: Update to version 25.0.2-12 --- bucket/liberica25-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lite-lts-jdk.json b/bucket/liberica25-lite-lts-jdk.json index eedf883f3ff..1ca61700d86 100644 --- a/bucket/liberica25-lite-lts-jdk.json +++ b/bucket/liberica25-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64-lite.zip", - "hash": "sha1:f4721728ba669cd1b53a5e92009eb148fb20c46a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", + "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64-lite.zip", - "hash": "sha1:a1cb50cae03a30ff41deb9ad7ef11f0d9979d718" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", + "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" } }, - "extract_dir": "jdk-25.0.1-lite", + "extract_dir": "jdk-25.0.2-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From eb5bc243b9022c80e40cee0bc6c6b1dc528ec9a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:38 +0000 Subject: [PATCH 307/545] liberica25-lts-jdk: Update to version 25.0.2-12 --- bucket/liberica25-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lts-jdk.json b/bucket/liberica25-lts-jdk.json index 3760d1ad835..68d6895cb37 100644 --- a/bucket/liberica25-lts-jdk.json +++ b/bucket/liberica25-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:0b5ca064fc7d9111fdacc211656be1191a68d25a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jdk25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:569c6ded6f6f46a30f0508b7681ac16d4c7406fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" } }, - "extract_dir": "jdk-25.0.1", + "extract_dir": "jdk-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From a215dacdfbea86e6d441436af766470a13c0bf52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:38 +0000 Subject: [PATCH 308/545] liberica25-lts-jre: Update to version 25.0.2-12 --- bucket/liberica25-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lts-jre.json b/bucket/liberica25-lts-jre.json index 3d85936b622..d4ed569a9a2 100644 --- a/bucket/liberica25-lts-jre.json +++ b/bucket/liberica25-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.1-13", + "version": "25.0.2-12", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-amd64.zip", - "hash": "sha1:2db16ae3b24182dce4983fae4a0e563a8c6c6e9c" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", + "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.1%2B13/bellsoft-jre25.0.1%2B13-windows-aarch64.zip", - "hash": "sha1:5a71e2cda04ce36fe1720265aae162cfe08f1ea4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", + "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" } }, - "extract_dir": "jre-25.0.1", + "extract_dir": "jre-25.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2cee2ba5bd1d01b7bb7f462cdbc705fa0dc049a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:38 +0000 Subject: [PATCH 309/545] liberica8-full-jdk: Update to version 8u482-10 --- bucket/liberica8-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-full-jdk.json b/bucket/liberica8-full-jdk.json index 0ff221cc6a8..42cacd35bae 100644 --- a/bucket/liberica8-full-jdk.json +++ b/bucket/liberica8-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-11", + "version": "8u482-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-amd64-full.zip", - "hash": "sha1:17f9d56a00125c506d7144342cf56d3f9e9160db" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-amd64-full.zip", + "hash": "25928bb4c29b5e13668caddaf99db97745ce0b36525e6e7e4e1634f5ea3b5012" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-i586-full.zip", - "hash": "sha1:3d4521a9a7acf6fe65f15a2a56882a260e907c99" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-i586-full.zip", + "hash": "5256064f3758131fa0d916dc9e44a2fcde4efc4d945f192b6dc598ef19ab63c0" } }, - "extract_dir": "jdk8u472-full", + "extract_dir": "jdk8u482-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9577a53f3709904a3eaa547990e2baeb7ced0cb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:39 +0000 Subject: [PATCH 310/545] liberica8-full-jre: Update to version 8u482-10 --- bucket/liberica8-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-full-jre.json b/bucket/liberica8-full-jre.json index 08d67ec870c..07382eea9ba 100644 --- a/bucket/liberica8-full-jre.json +++ b/bucket/liberica8-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-11", + "version": "8u482-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-amd64-full.zip", - "hash": "sha1:72e0e432ba5dcd31747df46030fed57b6c26c58c" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-amd64-full.zip", + "hash": "bacd1923fa6f0d22963a42cc2f903f39572e15ddd10cbb18542b25c7cc20c22f" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-i586-full.zip", - "hash": "sha1:47a3a3ebb714bbd97d8c51a60a8f98151375aca8" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-i586-full.zip", + "hash": "33797bb60a336a0692ef3b3c847d223e8c3352cbf3444651220ef068cc91a823" } }, - "extract_dir": "jre8u472-full", + "extract_dir": "jre8u482-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8d1922fb219933dd853c3cf34ef8816e13ec0f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:39 +0000 Subject: [PATCH 311/545] liberica8-jdk: Update to version 8u482-10 --- bucket/liberica8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-jdk.json b/bucket/liberica8-jdk.json index 9f7d4cfafd2..809c573786a 100644 --- a/bucket/liberica8-jdk.json +++ b/bucket/liberica8-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-11", + "version": "8u482-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-amd64.zip", - "hash": "sha1:cce82ba200cacb905224ca8928e1d9e8984b1d74" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-amd64.zip", + "hash": "6b16f3e7395625414554e25527abc1988b333cd4e37b9946825c7c3b1e8169f3" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jdk8u472%2B11-windows-i586.zip", - "hash": "sha1:d5521f1efe49e933fe8f87757fcb78d686e681c5" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-i586.zip", + "hash": "19ba56669caeb3c3adc6c14c1f0f44740703ff1977a44c0dc53eac4fb71ed3bb" } }, - "extract_dir": "jdk8u472", + "extract_dir": "jdk8u482", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 10222fdcf5c4135a94cd3d0646025ebe75e027da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:52:40 +0000 Subject: [PATCH 312/545] liberica8-jre: Update to version 8u482-10 --- bucket/liberica8-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-jre.json b/bucket/liberica8-jre.json index e8b6cdbfe35..9222714dc38 100644 --- a/bucket/liberica8-jre.json +++ b/bucket/liberica8-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u472-11", + "version": "8u482-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-amd64.zip", - "hash": "sha1:882631eaf0e29a861cdda3d01d41565116ba9b9f" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-amd64.zip", + "hash": "19c8b663decdb2fc2f966f4a355d9311139f8574b51e6ebcf2d3d6d04cf9d468" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u472%2B11/bellsoft-jre8u472%2B11-windows-i586.zip", - "hash": "sha1:99fa16f4caf1cbd3ea97976821796c2cc9a2b99e" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-i586.zip", + "hash": "bbdccfc4213eddee02ac74d946575af580aa588cb77fa8edbacef0e60c3a30fd" } }, - "extract_dir": "jre8u472", + "extract_dir": "jre8u482", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From dd6b38d657fff8b13d6ebe5888b52c9108289490 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:37:10 +0000 Subject: [PATCH 313/545] zulumc: Update to version 9.1.1.1.41 --- bucket/zulumc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulumc.json b/bucket/zulumc.json index b897f836f7a..26d5d222430 100644 --- a/bucket/zulumc.json +++ b/bucket/zulumc.json @@ -1,13 +1,13 @@ { - "version": "9.1.1.37", + "version": "9.1.1.1.41", "description": "A build of JDK Mission Control, an open source Java runtime profiling and monitoring utility", "homepage": "https://www.azul.com/products/components/zulu-mission-control/", "license": "UPL-1.0", "architecture": { "64bit": { - "url": "https://cdn.azul.com/zmc/bin/zmc9.1.1.37-ca-win_x64.zip", - "hash": "d2caa1e6267e412d1ebab32f24073160dc81baa5deca93fb52f265800d236ad8", - "extract_dir": "zmc9.1.1.37-ca-win_x64\\Azul Mission Control" + "url": "https://cdn.azul.com/zmc/bin/zmc9.1.1.1.41-ca-win_x64.zip", + "hash": "19b89b6c1f910900bd32ad866cd0751fbcf737ba72f0f5e4a3f30be5c9109757", + "extract_dir": "zmc9.1.1.1.41-ca-win_x64\\Azul Mission Control" } }, "bin": "zmc.exe", From 46fb23b7b4c617d969dcff7fb8f93947107fbb7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:33:01 +0000 Subject: [PATCH 314/545] microsoft-jdk: Update to version 25.0.2 --- bucket/microsoft-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-jdk.json b/bucket/microsoft-jdk.json index 9d46ccfb298..ec964144cb3 100644 --- a/bucket/microsoft-jdk.json +++ b/bucket/microsoft-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "25.0.1", + "version": "25.0.2", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.1-windows-x64.zip", - "hash": "d56bed274adb2b16deea2dce3f21718d1b0dcdbe2253bc5cc332b525cbcd1fd1" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-x64.zip", + "hash": "38d1a42d189c50b24152014ef131931f25f4cc80400ce618f0477f5e4e5aa252" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.1-windows-aarch64.zip", - "hash": "2bc7afe8b47a02afb6a40d2fb4e32ba158931f99e4ec2473bf2b8f5231563d79" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-aarch64.zip", + "hash": "e0d9380cf3d0b5efc675664fa0db22cc9eb5d77c4fd2a132f4b58df0608593cf" } }, "extract_to": "tmp", From 6366af4ae3fa865413e0ddab00afdf244280d428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:33:02 +0000 Subject: [PATCH 315/545] microsoft-lts-jdk: Update to version 21.0.10 --- bucket/microsoft-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-lts-jdk.json b/bucket/microsoft-lts-jdk.json index 43b58c6f174..a977fe75f3d 100644 --- a/bucket/microsoft-lts-jdk.json +++ b/bucket/microsoft-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.9", + "version": "21.0.10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-x64.zip", - "hash": "96cda27c4d2171b94125e2c7dedad3d22c8e02f99babfe3369ac52af06b4397a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-x64.zip", + "hash": "45a44af1f832e720ea6ad90dd7b2c94a48b2e5bf2fab92b2403e975f78d7d5e1" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-aarch64.zip", - "hash": "eb446c40cecd0e465bd6496d9a215b285330bf2515525749d870cb2c6799b3a4" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-aarch64.zip", + "hash": "924c7127929aeb90019c1982a26b0a88337aed00ef333afb0bec28c06a6b5767" } }, "extract_to": "tmp", From d62532c6f5051ccb6731410a505fcf45694e72fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:33:02 +0000 Subject: [PATCH 316/545] microsoft11-jdk: Update to version 11.0.30 --- bucket/microsoft11-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft11-jdk.json b/bucket/microsoft11-jdk.json index d1242df92c2..e9891ca8758 100644 --- a/bucket/microsoft11-jdk.json +++ b/bucket/microsoft11-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "11.0.29", + "version": "11.0.30", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.29-windows-x64.zip", - "hash": "f08e75753d3b61fea575d74eb13aa93f58a1ee87043b6ba931489956d8ba2a0d" + "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.30-windows-x64.zip", + "hash": "e569ae41ae35c097e9f75cc267fa1a5f97395e32ddd508b95bed208df6a5722f" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.29-windows-aarch64.zip", - "hash": "d6880afb7b81c77c1201c2ffaed16bbebe89dccb7497c0e58f27fe634a7fd3b9" + "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.30-windows-aarch64.zip", + "hash": "33ab74aaac4c0a789badcecbdc8c600bac0b38834c7478cee94b65bc56af157a" } }, "extract_to": "tmp", From b350b8746c2613e097fccf424bf67725a9a1b3f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:33:03 +0000 Subject: [PATCH 317/545] microsoft17-jdk: Update to version 17.0.18 --- bucket/microsoft17-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft17-jdk.json b/bucket/microsoft17-jdk.json index bb0ad8286a3..28b9ce05b05 100644 --- a/bucket/microsoft17-jdk.json +++ b/bucket/microsoft17-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "17.0.17", + "version": "17.0.18", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.17-windows-x64.zip", - "hash": "7bf59e0bab043c1869303aff89ce9c76982561ec9a0d74ae868ac65468822466" + "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.18-windows-x64.zip", + "hash": "757815b4a0af282188d3141b9d84b91e68f8a10d9a599301ea1380590703070a" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.17-windows-aarch64.zip", - "hash": "1cae40b90b638807b0123652e1adeded5740f163ed0c976fbcdacf8a5a5e8207" + "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.18-windows-aarch64.zip", + "hash": "6be42dab77321505cbf36cf7cbf63d1ccbad2d52dca4c113424797c46e41b4aa" } }, "extract_to": "tmp", From a94f4e3abe27219f0425c7130083582786a2ca83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:33:03 +0000 Subject: [PATCH 318/545] microsoft21-jdk: Update to version 21.0.10 --- bucket/microsoft21-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft21-jdk.json b/bucket/microsoft21-jdk.json index 158efc25531..a977fe75f3d 100644 --- a/bucket/microsoft21-jdk.json +++ b/bucket/microsoft21-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.9", + "version": "21.0.10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-x64.zip", - "hash": "96cda27c4d2171b94125e2c7dedad3d22c8e02f99babfe3369ac52af06b4397a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-x64.zip", + "hash": "45a44af1f832e720ea6ad90dd7b2c94a48b2e5bf2fab92b2403e975f78d7d5e1" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-aarch64.zip", - "hash": "2c01d9c2369e1f50fe96ada7d58cd055e54d41b0990f96292515fda4ca1a5a56" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-aarch64.zip", + "hash": "924c7127929aeb90019c1982a26b0a88337aed00ef333afb0bec28c06a6b5767" } }, "extract_to": "tmp", From 0907c8ca953be3c15ed758b8e5eed5d29cc6954f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:06 +0000 Subject: [PATCH 319/545] zulufx-jdk: Update to version 25.32.21 --- bucket/zulufx-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jdk.json b/bucket/zulufx-jdk.json index add16cdbca9..44c045587c2 100644 --- a/bucket/zulufx-jdk.json +++ b/bucket/zulufx-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.30.17", + "version": "25.32.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-fx-jdk25.0.1-win_x64.zip", - "hash": "e854401d88b092843fcd8717a9a11ed2339c77c7606d12aa434010d81faa5d8d", - "extract_dir": "zulu25.30.17-ca-fx-jdk25.0.1-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jdk25.0.2-win_x64.zip", + "hash": "50d428552aef90f1f36117f68f03a7f52f63753ade454b1319ea4ae44b52ac19", + "extract_dir": "zulu25.32.21-ca-fx-jdk25.0.2-win_x64" } }, "env_add_path": "bin", From d976150711acd868ea46184b50ccead08e5cb8ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:07 +0000 Subject: [PATCH 320/545] zulufx-jre: Update to version 25.32.21 --- bucket/zulufx-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jre.json b/bucket/zulufx-jre.json index 06f9313e031..cd90578a0b7 100644 --- a/bucket/zulufx-jre.json +++ b/bucket/zulufx-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.30.17", + "version": "25.32.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.30.17-ca-fx-jre25.0.1-win_x64.zip", - "hash": "75ee2502cc2b94cde9daa87b9809703e93bedc44a4b9ccb464d69144419a2d0e", - "extract_dir": "zulu25.30.17-ca-fx-jre25.0.1-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jre25.0.2-win_x64.zip", + "hash": "4042b60589ef40e8d3bf38ae792e8143037ba6a39112ef88ca9ef7d2fa71b259", + "extract_dir": "zulu25.32.21-ca-fx-jre25.0.2-win_x64" } }, "env_add_path": "bin", From edfcc36f3bc503ada3310396c916f023b060e830 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:07 +0000 Subject: [PATCH 321/545] zulufx11-jdk: Update to version 11.86.21 --- bucket/zulufx11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx11-jdk.json b/bucket/zulufx11-jdk.json index bfc6a1f7eb8..5086fcfcc36 100644 --- a/bucket/zulufx11-jdk.json +++ b/bucket/zulufx11-jdk.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "11.84.17", + "version": "11.86.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jdk11.0.29-win_x64.zip", - "hash": "23261e91918dcb4321e5ddba35f8814f562161a464cedee168fcd02b8c31c58b", - "extract_dir": "zulu11.84.17-ca-fx-jdk11.0.29-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jdk11.0.30-win_x64.zip", + "hash": "c4dcaaa1b65494ab510acbbd93a9a9bf7f0e33b0378c4427ce6914dd8fd30afe", + "extract_dir": "zulu11.86.21-ca-fx-jdk11.0.30-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jdk11.0.29-win_i686.zip", - "hash": "55b3dbcea5e0c5a20f8082c58edc455755ebf3ef7d207e0096bba089db99b034", - "extract_dir": "zulu11.84.17-ca-fx-jdk11.0.29-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jdk11.0.30-win_i686.zip", + "hash": "3b50bdb01bb08c1d5c8af9f71baa9fb1fada02baf6d6aaf8a2d39da2fb8dd6fc", + "extract_dir": "zulu11.86.21-ca-fx-jdk11.0.30-win_i686" } }, "env_add_path": "bin", From 7f596634c72c57d752af6faf21f0c283a8204de3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:07 +0000 Subject: [PATCH 322/545] zulufx11-jre: Update to version 11.86.21 --- bucket/zulufx11-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx11-jre.json b/bucket/zulufx11-jre.json index 15c1a4d8540..60cb94344d4 100644 --- a/bucket/zulufx11-jre.json +++ b/bucket/zulufx11-jre.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "11.84.17", + "version": "11.86.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jre11.0.29-win_x64.zip", - "hash": "406fa94c6f818814a2aca411c3db58241fcc049a4e82987a4330c5f6dad7196b", - "extract_dir": "zulu11.84.17-ca-fx-jre11.0.29-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jre11.0.30-win_x64.zip", + "hash": "b280b4813a200e71d415b9cbc988d8625a4a70430c43243167f997d0987d9f54", + "extract_dir": "zulu11.86.21-ca-fx-jre11.0.30-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.84.17-ca-fx-jre11.0.29-win_i686.zip", - "hash": "11a6f74074de88dab7b248d269520ed02a88a1ed8599e38e374050a9e64099c3", - "extract_dir": "zulu11.84.17-ca-fx-jre11.0.29-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jre11.0.30-win_i686.zip", + "hash": "efa567bc924ff91fbf0ab533069a36a2af6aeaaca311687a2da2aca561d228a5", + "extract_dir": "zulu11.86.21-ca-fx-jre11.0.30-win_i686" } }, "env_add_path": "bin", From 8fa4bb7bf07f824bf2c281021c204b77387326cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:08 +0000 Subject: [PATCH 323/545] zulufx17-jdk: Update to version 17.64.17 --- bucket/zulufx17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx17-jdk.json b/bucket/zulufx17-jdk.json index 4e2f9077251..b67d67ae4cf 100644 --- a/bucket/zulufx17-jdk.json +++ b/bucket/zulufx17-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "17.62.17", + "version": "17.64.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-fx-jdk17.0.17-win_x64.zip", - "hash": "3624b00c678a18ad6ba57665aa8704715606ebab2805647e8bd80de3c944c7e3", - "extract_dir": "zulu17.62.17-ca-fx-jdk17.0.17-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-fx-jdk17.0.18-win_x64.zip", + "hash": "b51c359c1283b751a55ff3364371078c63b90727dd6359db4b0cd871cd4fe2aa", + "extract_dir": "zulu17.64.17-ca-fx-jdk17.0.18-win_x64" } }, "env_add_path": "bin", From 1f9be77fc20d4c2c75a002ed7750e406eb4a484a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:08 +0000 Subject: [PATCH 324/545] zulufx17-jre: Update to version 17.64.17 --- bucket/zulufx17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx17-jre.json b/bucket/zulufx17-jre.json index 0177c1b32bb..df43a42a24e 100644 --- a/bucket/zulufx17-jre.json +++ b/bucket/zulufx17-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "17.62.17", + "version": "17.64.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.62.17-ca-fx-jre17.0.17-win_x64.zip", - "hash": "7c94f7d8c918009355534cbdeed622d8a4e23fcd8bda08fc943aba48c00a2bf8", - "extract_dir": "zulu17.62.17-ca-fx-jre17.0.17-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-fx-jre17.0.18-win_x64.zip", + "hash": "eb759b0ded86bf7f18819bce4b164d7fc203ab051fb1641c9df2c9ef2960ae08", + "extract_dir": "zulu17.64.17-ca-fx-jre17.0.18-win_x64" } }, "env_add_path": "bin", From 0f31c71afbb2287fbffb5b5279f270a20570e468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:08 +0000 Subject: [PATCH 325/545] zulufx21-jdk: Update to version 21.48.17 --- bucket/zulufx21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx21-jdk.json b/bucket/zulufx21-jdk.json index 394272828cc..8650a791c32 100644 --- a/bucket/zulufx21-jdk.json +++ b/bucket/zulufx21-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "21.46.19", + "version": "21.48.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-fx-jdk21.0.9-win_x64.zip", - "hash": "254b6b18d25294dbeadf98acd470e12fc09dc5c4a96ff0b8a1a31e2379cad9b8", - "extract_dir": "zulu21.46.19-ca-fx-jdk21.0.9-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-fx-jdk21.0.10-win_x64.zip", + "hash": "5602ba2d87b6466386f4f25487ec49214fbc6d9e4617914ad9f6f5dec80dd9a3", + "extract_dir": "zulu21.48.17-ca-fx-jdk21.0.10-win_x64" } }, "env_add_path": "bin", From fc9ea75ad738af5ec8206f2cce84508565a74c55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:09 +0000 Subject: [PATCH 326/545] zulufx21-jre: Update to version 21.48.17 --- bucket/zulufx21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx21-jre.json b/bucket/zulufx21-jre.json index 82b7e6a3921..2b01e17b2dc 100644 --- a/bucket/zulufx21-jre.json +++ b/bucket/zulufx21-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "21.46.19", + "version": "21.48.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-fx-jre21.0.9-win_x64.zip", - "hash": "7dbccc2e51c65e2edcee18447eaeed8612c217ec4499600ab0fb9e94aceb2f59", - "extract_dir": "zulu21.46.19-ca-fx-jre21.0.9-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-fx-jre21.0.10-win_x64.zip", + "hash": "4367da129a97d9dd22ef08702cc32df9ae04ac80c0d23b656d7d79783bee4483", + "extract_dir": "zulu21.48.17-ca-fx-jre21.0.10-win_x64" } }, "env_add_path": "bin", From 172ff7bfbaec83a953bfe3ba2d697ff34e5ebf54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:09 +0000 Subject: [PATCH 327/545] zulufx8-jdk: Update to version 8.92.0.21 --- bucket/zulufx8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx8-jdk.json b/bucket/zulufx8-jdk.json index d62895c8d21..6f66a5decef 100644 --- a/bucket/zulufx8-jdk.json +++ b/bucket/zulufx8-jdk.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu 8 With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "8.90.0.19", + "version": "8.92.0.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jdk8.0.472-win_x64.zip", - "hash": "6628e6b3586d6003a93f38fb7d8841ea46d4c386920a535b76e6b54c28266f9f", - "extract_dir": "zulu8.90.0.19-ca-fx-jdk8.0.472-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jdk8.0.482-win_x64.zip", + "hash": "d3742c5ff212861f46aa41df26de70a61424cb7751f5b3a286a0105b7733f76d", + "extract_dir": "zulu8.92.0.21-ca-fx-jdk8.0.482-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jdk8.0.472-win_i686.zip", - "hash": "6a425207aa710a89628afeb99b44e9eb80fb9bc2deb9f23ba01790f661368f9b", - "extract_dir": "zulu8.90.0.19-ca-fx-jdk8.0.472-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jdk8.0.482-win_i686.zip", + "hash": "4da56fcb10bf1f6be5574bf57c28b1cbed7d0db03a2f6b05c378c0ccf9cb8d58", + "extract_dir": "zulu8.92.0.21-ca-fx-jdk8.0.482-win_i686" } }, "env_add_path": "bin", From 5f3ee3dd856ab8c03ca2ed255a451bdbfcc1588e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:46:09 +0000 Subject: [PATCH 328/545] zulufx8-jre: Update to version 8.92.0.21 --- bucket/zulufx8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx8-jre.json b/bucket/zulufx8-jre.json index 012b1f9ddc1..296139dbf31 100644 --- a/bucket/zulufx8-jre.json +++ b/bucket/zulufx8-jre.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu 8 With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "8.90.0.19", + "version": "8.92.0.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jre8.0.472-win_x64.zip", - "hash": "4383fed694c640886dc99a1c38c4f2b3d035a6a4911f17ea8f8dcd35188b527a", - "extract_dir": "zulu8.90.0.19-ca-fx-jre8.0.472-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jre8.0.482-win_x64.zip", + "hash": "e72a6c9b53b6ee970a49dedd2b7c9223760f2acf0421b68515989c7c20946f53", + "extract_dir": "zulu8.92.0.21-ca-fx-jre8.0.482-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.90.0.19-ca-fx-jre8.0.472-win_i686.zip", - "hash": "47325ecae75110e17de6a8dd2b8de4e00c51291ce9b2cde24f8b3b8d57b62cec", - "extract_dir": "zulu8.90.0.19-ca-fx-jre8.0.472-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jre8.0.482-win_i686.zip", + "hash": "10081f9d104c6c3fb3a7a1d30173e65f9c97ff4338094ca6badece60548ec080", + "extract_dir": "zulu8.92.0.21-ca-fx-jre8.0.482-win_i686" } }, "env_add_path": "bin", From 6f0d8999459cf1d31e3596eaae2bb99611343f9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:32:02 +0000 Subject: [PATCH 329/545] corretto-lts-jdk: Update to version 17.0.18.9.1 --- bucket/corretto-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-lts-jdk.json b/bucket/corretto-lts-jdk.json index 5d063cc034e..2082c11e4ab 100644 --- a/bucket/corretto-lts-jdk.json +++ b/bucket/corretto-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.18.8.1", + "version": "17.0.18.9.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.18.8.1/amazon-corretto-17.0.18.8.1-windows-x64-jdk.zip", - "hash": "b59757048003250b6b673165b95dd22dbe7c59bc02820ff709eb8d57908608a3" + "url": "https://corretto.aws/downloads/resources/17.0.18.9.1/amazon-corretto-17.0.18.9.1-windows-x64-jdk.zip", + "hash": "ce2305ec89c93ffda7c13bec0c81e92732fb7c2f990cdc6793057009582ccaa6" } }, - "extract_dir": "jdk17.0.18_8", + "extract_dir": "jdk17.0.18_9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 88a0a07046345ec9b8b8a0ed3f2078c1109ad290 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:32:02 +0000 Subject: [PATCH 330/545] corretto17-jdk: Update to version 17.0.18.9.1 --- bucket/corretto17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto17-jdk.json b/bucket/corretto17-jdk.json index 5d063cc034e..2082c11e4ab 100644 --- a/bucket/corretto17-jdk.json +++ b/bucket/corretto17-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.18.8.1", + "version": "17.0.18.9.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.18.8.1/amazon-corretto-17.0.18.8.1-windows-x64-jdk.zip", - "hash": "b59757048003250b6b673165b95dd22dbe7c59bc02820ff709eb8d57908608a3" + "url": "https://corretto.aws/downloads/resources/17.0.18.9.1/amazon-corretto-17.0.18.9.1-windows-x64-jdk.zip", + "hash": "ce2305ec89c93ffda7c13bec0c81e92732fb7c2f990cdc6793057009582ccaa6" } }, - "extract_dir": "jdk17.0.18_8", + "extract_dir": "jdk17.0.18_9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 84c7d1f0239eab5ff91228520c0ff41cfa93c662 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:07:03 +0000 Subject: [PATCH 331/545] semeru8-jdk: Update to version 8u482-b08-0.57.0 --- bucket/semeru8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/semeru8-jdk.json b/bucket/semeru8-jdk.json index 1a8353d330b..68881e1a76b 100644 --- a/bucket/semeru8-jdk.json +++ b/bucket/semeru8-jdk.json @@ -1,19 +1,19 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "8u472-b08-0.56.0", + "version": "8u482-b08-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_8u472b08_openj9-0.56.0.zip", - "hash": "3b28462176d3de5fbf4a2c97a2a2a6f3a1c2503952ff89c19d7e39cb56e6582e" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u482-b08_openj9-0.57.0/ibm-semeru-open-jdk_x64_windows_8u482b08_openj9-0.57.0.zip", + "hash": "13daaac92c91dfd3cec3efb3f4e08c417ed6c7cf73ef7588b5240341907e0da3" }, "32bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jdk_x86-32_windows_8u472b08_openj9-0.56.0.zip", - "hash": "b78f5be1351cb9516152fa9fe3c0fc969e457bf80d28f9d98994d8c0c5a7f67b" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u482-b08_openj9-0.57.0/ibm-semeru-open-jdk_x86-32_windows_8u482b08_openj9-0.57.0.zip", + "hash": "04e34c3b1fccc501acb420804acfd2189568084a707e08698ba6459e90a5a685" } }, - "extract_dir": "jdk8u472-b08", + "extract_dir": "jdk8u482-b08", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7c56f58ae8c8b8e4ecc4520c1b1908e8fc702f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:07:04 +0000 Subject: [PATCH 332/545] semeru8-jre: Update to version 8u482-b08-0.57.0 --- bucket/semeru8-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/semeru8-jre.json b/bucket/semeru8-jre.json index 0d7aef1b3d4..633384ee9a2 100644 --- a/bucket/semeru8-jre.json +++ b/bucket/semeru8-jre.json @@ -1,19 +1,19 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "8u472-b08-0.56.0", + "version": "8u482-b08-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_8u472b08_openj9-0.56.0.zip", - "hash": "baf36de3179dbdef1ec0237eb59663ec1d976d5325493187f1cb884e7a3e780e" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u482-b08_openj9-0.57.0/ibm-semeru-open-jre_x64_windows_8u482b08_openj9-0.57.0.zip", + "hash": "343888485c7683312b0aa34ddb2ef288a5bdf29846d0c73aa6b863c05e24e01a" }, "32bit": { - "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u472-b08_openj9-0.56.0/ibm-semeru-open-jre_x86-32_windows_8u472b08_openj9-0.56.0.zip", - "hash": "9332753bdec5c7fa2696d346a3310f896e772c2ac50d4cbc516a16c247cb9d9e" + "url": "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u482-b08_openj9-0.57.0/ibm-semeru-open-jre_x86-32_windows_8u482b08_openj9-0.57.0.zip", + "hash": "5172d0a55872165760c5da175b8b6ef4f0f0d7462ed04dd78383a27a456b70e1" } }, - "extract_dir": "jdk8u472-b08-jre", + "extract_dir": "jdk8u482-b08-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 157c154b02cbaf20d6fa2c7d927a3b256796b8d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:09:10 +0000 Subject: [PATCH 333/545] semeru11-jdk: Update to version 11.0.30-7-0.57.0 --- bucket/semeru11-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru11-jdk.json b/bucket/semeru11-jdk.json index 5958eb9d06a..527bf0a1ae5 100644 --- a/bucket/semeru11-jdk.json +++ b/bucket/semeru11-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "11.0.29-7-0.56.0", + "version": "11.0.30-7-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.29%2B7_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_11.0.29_7_openj9-0.56.0.zip", - "hash": "b0532e99b02d1947ed9b8c72525db2b262da035ee29c9c70a353c2a921b45687" + "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.30%2B7_openj9-0.57.0/ibm-semeru-open-jdk_x64_windows_11.0.30_7_openj9-0.57.0.zip", + "hash": "24222e054fc8b42830b60d2c34205e340274efcbb6ed7df7c468aad9287648c6" } }, - "extract_dir": "jdk-11.0.29+7", + "extract_dir": "jdk-11.0.30+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 72c962d19daca7351a065a114def9a8980aa73fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:09:10 +0000 Subject: [PATCH 334/545] semeru11-jre: Update to version 11.0.30-7-0.57.0 --- bucket/semeru11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru11-jre.json b/bucket/semeru11-jre.json index 5202c4bdd34..0be819052ee 100644 --- a/bucket/semeru11-jre.json +++ b/bucket/semeru11-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "11.0.29-7-0.56.0", + "version": "11.0.30-7-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.29%2B7_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_11.0.29_7_openj9-0.56.0.zip", - "hash": "9ddc9a371e4955d6eb5c37848aa3106f13b0001677382410fd118ca75a63cba0" + "url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.30%2B7_openj9-0.57.0/ibm-semeru-open-jre_x64_windows_11.0.30_7_openj9-0.57.0.zip", + "hash": "ae097608c2821a02f268580e0b3041f9c2d66647e93b1c423c344a0e0ff9c01c" } }, - "extract_dir": "jdk-11.0.29+7-jre", + "extract_dir": "jdk-11.0.30+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 018c6623d90d819f7a8b3c107cb035f325cf0a0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:09:11 +0000 Subject: [PATCH 335/545] semeru17-jdk: Update to version 17.0.18-8-0.57.0 --- bucket/semeru17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru17-jdk.json b/bucket/semeru17-jdk.json index 0f3c47b5727..93b48ce9f52 100644 --- a/bucket/semeru17-jdk.json +++ b/bucket/semeru17-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "17.0.17-10-0.56.0", + "version": "17.0.18-8-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.17%2B10_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_17.0.17_10_openj9-0.56.0.zip", - "hash": "21c7e4238b30e5f1832258415c07120a864d3ea248568b79e8d79aa2b97ec16a" + "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.18%2B8_openj9-0.57.0/ibm-semeru-open-jdk_x64_windows_17.0.18_8_openj9-0.57.0.zip", + "hash": "c7cc82d95b47b88b5fd183d414e11ca03daaec48e80c137ef528f4b54ebabf6c" } }, - "extract_dir": "jdk-17.0.17+10", + "extract_dir": "jdk-17.0.18+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 20d966138e22cabb26e853c641cd2709a241f6f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:09:11 +0000 Subject: [PATCH 336/545] semeru17-jre: Update to version 17.0.18-8-0.57.0 --- bucket/semeru17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru17-jre.json b/bucket/semeru17-jre.json index 8c8148a1ee2..41fb1751151 100644 --- a/bucket/semeru17-jre.json +++ b/bucket/semeru17-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "17.0.17-10-0.56.0", + "version": "17.0.18-8-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.17%2B10_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_17.0.17_10_openj9-0.56.0.zip", - "hash": "38c78acd02c4df866aa2ce2839012968dbddccc3c2898e4000ed08b663ff7e2d" + "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.18%2B8_openj9-0.57.0/ibm-semeru-open-jre_x64_windows_17.0.18_8_openj9-0.57.0.zip", + "hash": "2eaf4b3b69860bc1b46b67288d2caea56911fe8f4cd331d1d3f87a9a91e0a7a6" } }, - "extract_dir": "jdk-17.0.17+10-jre", + "extract_dir": "jdk-17.0.18+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 93e34ff048e657569329455de46a11f96ac3e51f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:41:05 +0000 Subject: [PATCH 337/545] semeru-lts-jdk: Update to version 21.0.10-7-0.57.0 --- bucket/semeru-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru-lts-jdk.json b/bucket/semeru-lts-jdk.json index 52208989206..d3839968fc1 100644 --- a/bucket/semeru-lts-jdk.json +++ b/bucket/semeru-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.9-10-0.56.0", + "version": "21.0.10-7-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_21.0.9_10_openj9-0.56.0.zip", - "hash": "5c64d83df704c757cb92db102900f3ed844e7cf1af0081ea5dad373b24f7ba69" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.10%2B7_openj9-0.57.0/ibm-semeru-open-jdk_x64_windows_21.0.10_7_openj9-0.57.0.zip", + "hash": "9c13f14af854c23c6ee09455329610c7977f81025983b73bd9f49401f0c23e54" } }, - "extract_dir": "jdk-21.0.9+10", + "extract_dir": "jdk-21.0.10+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 62ca5c1c4b2e6cbbc26b9b8568b47a6e4e5f4595 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:41:05 +0000 Subject: [PATCH 338/545] semeru-lts-jre: Update to version 21.0.10-7-0.57.0 --- bucket/semeru-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru-lts-jre.json b/bucket/semeru-lts-jre.json index 6107754f381..46c7f063442 100644 --- a/bucket/semeru-lts-jre.json +++ b/bucket/semeru-lts-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.9-10-0.56.0", + "version": "21.0.10-7-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_21.0.9_10_openj9-0.56.0.zip", - "hash": "b86a53a3df42ccb2b2d4152f2684ace43cf6810d415a03c353e80cae740557c9" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.10%2B7_openj9-0.57.0/ibm-semeru-open-jre_x64_windows_21.0.10_7_openj9-0.57.0.zip", + "hash": "7951cd9326c03d6319d8e04cc74d1b13a0f035fb7fe56a774fe8bc19319ab060" } }, - "extract_dir": "jdk-21.0.9+10-jre", + "extract_dir": "jdk-21.0.10+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 37851665f110e5de66fa926e508727b3272416d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:41:05 +0000 Subject: [PATCH 339/545] semeru21-jdk: Update to version 21.0.10-7-0.57.0 --- bucket/semeru21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru21-jdk.json b/bucket/semeru21-jdk.json index 52208989206..d3839968fc1 100644 --- a/bucket/semeru21-jdk.json +++ b/bucket/semeru21-jdk.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.9-10-0.56.0", + "version": "21.0.10-7-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jdk_x64_windows_21.0.9_10_openj9-0.56.0.zip", - "hash": "5c64d83df704c757cb92db102900f3ed844e7cf1af0081ea5dad373b24f7ba69" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.10%2B7_openj9-0.57.0/ibm-semeru-open-jdk_x64_windows_21.0.10_7_openj9-0.57.0.zip", + "hash": "9c13f14af854c23c6ee09455329610c7977f81025983b73bd9f49401f0c23e54" } }, - "extract_dir": "jdk-21.0.9+10", + "extract_dir": "jdk-21.0.10+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 13f612a686d0733ca2ce667af558a0d7b5d8e013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:41:06 +0000 Subject: [PATCH 340/545] semeru21-jre: Update to version 21.0.10-7-0.57.0 --- bucket/semeru21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru21-jre.json b/bucket/semeru21-jre.json index 6107754f381..46c7f063442 100644 --- a/bucket/semeru21-jre.json +++ b/bucket/semeru21-jre.json @@ -1,15 +1,15 @@ { "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM", "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/", - "version": "21.0.9-10-0.56.0", + "version": "21.0.10-7-0.57.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.9%2B10_openj9-0.56.0/ibm-semeru-open-jre_x64_windows_21.0.9_10_openj9-0.56.0.zip", - "hash": "b86a53a3df42ccb2b2d4152f2684ace43cf6810d415a03c353e80cae740557c9" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.10%2B7_openj9-0.57.0/ibm-semeru-open-jre_x64_windows_21.0.10_7_openj9-0.57.0.zip", + "hash": "7951cd9326c03d6319d8e04cc74d1b13a0f035fb7fe56a774fe8bc19319ab060" } }, - "extract_dir": "jdk-21.0.9+10-jre", + "extract_dir": "jdk-21.0.10+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7664f39dba4c7861c4f6333b279c8426e79d36ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:35:42 +0000 Subject: [PATCH 341/545] temurin-jdk: Update to version 25.0.2-10.0.LTS --- bucket/temurin-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jdk.json b/bucket/temurin-jdk.json index 9c2c47d4eb7..c4e6267afc1 100644 --- a/bucket/temurin-jdk.json +++ b/bucket/temurin-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.1-8.0.LTS", + "version": "25.0.2-10.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jdk_x64_windows_hotspot_25.0.1_8.zip", - "hash": "46897db80b6df8fad1f6cccce9e8514210bfd0181085dcd346f5c710a70a0d58" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jdk_x64_windows_hotspot_25.0.2_10.zip", + "hash": "06ac5f5444a1269dd11d11cbb7ab6ebaecedc60dc1caca82cdb56f29100b7b8c" } }, - "extract_dir": "jdk-25.0.1+8", + "extract_dir": "jdk-25.0.2+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e05568fd4d09bbd6e9dd5b1d37c19dd1127d7d90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:35:43 +0000 Subject: [PATCH 342/545] temurin-jre: Update to version 25.0.2-10.0.LTS --- bucket/temurin-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jre.json b/bucket/temurin-jre.json index cca3683021b..89cf9c5c711 100644 --- a/bucket/temurin-jre.json +++ b/bucket/temurin-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.1-8.0.LTS", + "version": "25.0.2-10.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jre_x64_windows_hotspot_25.0.1_8.zip", - "hash": "317ffcdd88eec2914506ba8456a6d1717f8efb9b148d2214ae793cfa9ec7b54d" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jre_x64_windows_hotspot_25.0.2_10.zip", + "hash": "1919e7e1603bc5937187139db2d65824f8d95ef42d0423ae9f9f1d9eb97842f6" } }, - "extract_dir": "jdk-25.0.1+8-jre", + "extract_dir": "jdk-25.0.2+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ae409dbe7f2c7127248f1c9712b18da303587922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:35:43 +0000 Subject: [PATCH 343/545] temurin-lts-jdk: Update to version 25.0.2-10.0.LTS --- bucket/temurin-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-lts-jdk.json b/bucket/temurin-lts-jdk.json index f8548b1ed16..3f40befc994 100644 --- a/bucket/temurin-lts-jdk.json +++ b/bucket/temurin-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.1-8.0.LTS", + "version": "25.0.2-10.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jdk_x64_windows_hotspot_25.0.1_8.zip", - "hash": "46897db80b6df8fad1f6cccce9e8514210bfd0181085dcd346f5c710a70a0d58" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jdk_x64_windows_hotspot_25.0.2_10.zip", + "hash": "06ac5f5444a1269dd11d11cbb7ab6ebaecedc60dc1caca82cdb56f29100b7b8c" } }, - "extract_dir": "jdk-25.0.1+8", + "extract_dir": "jdk-25.0.2+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From cb5d5a07ecc36808d32cbfd57fe3fb07e53e0c67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:35:44 +0000 Subject: [PATCH 344/545] temurin-lts-jre: Update to version 25.0.2-10.0.LTS --- bucket/temurin-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-lts-jre.json b/bucket/temurin-lts-jre.json index 5f63d89fecd..32a2704dbf6 100644 --- a/bucket/temurin-lts-jre.json +++ b/bucket/temurin-lts-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.1-8.0.LTS", + "version": "25.0.2-10.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jre_x64_windows_hotspot_25.0.1_8.zip", - "hash": "317ffcdd88eec2914506ba8456a6d1717f8efb9b148d2214ae793cfa9ec7b54d" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jre_x64_windows_hotspot_25.0.2_10.zip", + "hash": "1919e7e1603bc5937187139db2d65824f8d95ef42d0423ae9f9f1d9eb97842f6" } }, - "extract_dir": "jdk-25.0.1+8-jre", + "extract_dir": "jdk-25.0.2+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 125a56d7751516376b48d36e85b8e91d306736af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:35:44 +0000 Subject: [PATCH 345/545] temurin25-jdk: Update to version 25.0.2-10.0 --- bucket/temurin25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin25-jdk.json b/bucket/temurin25-jdk.json index dcee2260e71..4988f2849a2 100644 --- a/bucket/temurin25-jdk.json +++ b/bucket/temurin25-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.1-8.0", + "version": "25.0.2-10.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jdk_x64_windows_hotspot_25.0.1_8.zip", - "hash": "46897db80b6df8fad1f6cccce9e8514210bfd0181085dcd346f5c710a70a0d58" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jdk_x64_windows_hotspot_25.0.2_10.zip", + "hash": "06ac5f5444a1269dd11d11cbb7ab6ebaecedc60dc1caca82cdb56f29100b7b8c" } }, - "extract_dir": "jdk-25.0.1+8", + "extract_dir": "jdk-25.0.2+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1682ab16b98f25373d92fefbab9dfa988ba1649a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:35:44 +0000 Subject: [PATCH 346/545] temurin25-jre: Update to version 25.0.2-10.0 --- bucket/temurin25-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin25-jre.json b/bucket/temurin25-jre.json index 1e192b39fcf..1564b24288a 100644 --- a/bucket/temurin25-jre.json +++ b/bucket/temurin25-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.1-8.0", + "version": "25.0.2-10.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.1+8/OpenJDK25U-jre_x64_windows_hotspot_25.0.1_8.zip", - "hash": "317ffcdd88eec2914506ba8456a6d1717f8efb9b148d2214ae793cfa9ec7b54d" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jre_x64_windows_hotspot_25.0.2_10.zip", + "hash": "1919e7e1603bc5937187139db2d65824f8d95ef42d0423ae9f9f1d9eb97842f6" } }, - "extract_dir": "jdk-25.0.1+8-jre", + "extract_dir": "jdk-25.0.2+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2304ed01f386075c504c1ab7726f2ace76bdafde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:55:04 +0000 Subject: [PATCH 347/545] intellij-jbr21-jcef: Update to version 21.0.10-b1163.105 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 0be4a15a78d..3141fca42ef 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.94", + "version": "21.0.10-b1163.105", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-x64-b1163.94.tar.gz", - "hash": "sha512:8954b10ffe9fa32df0c2edad98021787a8516d42eada2f399571f53b865cd79f69448a485c0b2aa1c58eea25a42a9e3e1a13123e729e9261ba499d7c8d2194cc", - "extract_dir": "jbr_jcef-21.0.9-windows-x64-b1163.94" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-x64-b1163.105.tar.gz", + "hash": "sha512:e30ce15f08750555c1ff6fde631e97f6a98eb819d3b4b7fcecee1c78a6419c41a92923878c208e31d8250674089e451bf92505bbeca306dc0768c472ce5ee3c9", + "extract_dir": "jbr_jcef-21.0.10-windows-x64-b1163.105" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.9-windows-aarch64-b1163.94.tar.gz", - "hash": "sha512:a67a70da232cfaafec935fda97c6721b4ee4f6c561a7137e8034e844b1bf6f96e166b0c47451a8b312246916dc035925fe35d4f8cf2fad1f182c0bad243914be", - "extract_dir": "jbr_jcef-21.0.9-windows-aarch64-b1163.94" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-aarch64-b1163.105.tar.gz", + "hash": "sha512:d406c7600d000203eef5e7d969e3019628a179b435aef1010ab3bdfabb3f2c5927a94e3ddf4d6242ba022be338a0e40c9e90ce5fbca76039b42b93ef81a0e6ed", + "extract_dir": "jbr_jcef-21.0.10-windows-aarch64-b1163.105" } }, "env_set": { From 85122c08eab8ca65fe71d37ae03feab1261ecf56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:55:04 +0000 Subject: [PATCH 348/545] intellij-jbr21-sdk-jcef: Update to version 21.0.10-b1163.105 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index a0923e3c88b..9e66fbf2a57 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.9-b1163.94", + "version": "21.0.10-b1163.105", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-x64-b1163.94.tar.gz", - "hash": "sha512:dbc38b518ec5fdf306ec469334dddde41f3c1be23b5ce6a3972550117092d3ce695a752cdb992303e98578680c6019bcd02c563cc85eed7f52bfc4e4909794d4", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-x64-b1163.94" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-x64-b1163.105.tar.gz", + "hash": "sha512:3e2fba97204c4c7cf09617de6c49c7a33437592f3abf8007ecc1dc6dbe912ce2a3f2eb55d8b3bc1bcde3f81aad351f4e2ef429859773a5468c1de4ece282e311", + "extract_dir": "jbrsdk_jcef-21.0.10-windows-x64-b1163.105" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.9-windows-aarch64-b1163.94.tar.gz", - "hash": "sha512:8515d872202efd203c3e5916bde1b2f0d484988d303659c83171d53d1607d8cd7bd8a54ec0e2faacc009a1e78a4f5b0fe9ee1f85de6cc603b9bb92f6d404ee4f", - "extract_dir": "jbrsdk_jcef-21.0.9-windows-aarch64-b1163.94" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-aarch64-b1163.105.tar.gz", + "hash": "sha512:f7c45336a5d5a027fb71984ce7757f5f32c138bd3341e261a9157b664dec6a4b8df99b7207096be9ba16047313f98ec8508ea04e611db1893146bfc51ef9c7ea", + "extract_dir": "jbrsdk_jcef-21.0.10-windows-aarch64-b1163.105" } }, "env_set": { From 2613536738a4a191159fa65785a9257be8d507b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:55:04 +0000 Subject: [PATCH 349/545] temurin21-jdk: Update to version 21.0.10-7.0 --- bucket/temurin21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin21-jdk.json b/bucket/temurin21-jdk.json index 98366fa5261..c9d2f131430 100644 --- a/bucket/temurin21-jdk.json +++ b/bucket/temurin21-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "21.0.9-10.0", + "version": "21.0.10-7.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9+10/OpenJDK21U-jdk_x64_windows_hotspot_21.0.9_10.zip", - "hash": "1c67df516e9795c0b09f5714bfe151da2e3cc988082042f5bbb60d75e4e63fb5" + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10+7/OpenJDK21U-jdk_x64_windows_hotspot_21.0.10_7.zip", + "hash": "08cae782814f027f8b159d6b68823f0f87422eb475c1a0ea1abc7a4357aaf11f" } }, - "extract_dir": "jdk-21.0.9+10", + "extract_dir": "jdk-21.0.10+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7723b46dd95dc0b8919c7097738ae1e28c64edd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:55:05 +0000 Subject: [PATCH 350/545] temurin21-jre: Update to version 21.0.10-7.0 --- bucket/temurin21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin21-jre.json b/bucket/temurin21-jre.json index ccfea1fd666..5189f005ea2 100644 --- a/bucket/temurin21-jre.json +++ b/bucket/temurin21-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "21.0.9-10.0", + "version": "21.0.10-7.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.9+10/OpenJDK21U-jre_x64_windows_hotspot_21.0.9_10.zip", - "hash": "39c5e23f3ce4d420663afba8ffde28034b72e2b3e240943dc2321bc1f912eef9" + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10+7/OpenJDK21U-jre_x64_windows_hotspot_21.0.10_7.zip", + "hash": "a6ac6789e51a2c245f41430c42e72b39ec706a449812fc5e4cbfc55ceed1e5ae" } }, - "extract_dir": "jdk-21.0.9+10-jre", + "extract_dir": "jdk-21.0.10+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 482580e52f4d9c100270fd7b79c2c31a286ab5ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:17 +0000 Subject: [PATCH 351/545] zulu-jdk: Update to version 25.32.21 --- bucket/zulu-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jdk.json b/bucket/zulu-jdk.json index a1acaf4918d..d1b2a675f41 100644 --- a/bucket/zulu-jdk.json +++ b/bucket/zulu-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.32.17", + "version": "25.32.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.17-ca-jdk25.0.2-win_x64.zip", - "hash": "90bcbbcbe2fb7aec43ce8fd2efa024fcc48f00bbdcd7a76b58f912d6b97e6d56", - "extract_dir": "zulu25.32.17-ca-jdk25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-jdk25.0.2-win_x64.zip", + "hash": "801804c63e0f8334c144471ad5d980592105e459b943430507199dbe88beb679", + "extract_dir": "zulu25.32.21-ca-jdk25.0.2-win_x64" } }, "env_add_path": "bin", From e2a922a0b9c7c01bb2a9a0592bf99efeb0cc9ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:17 +0000 Subject: [PATCH 352/545] zulu-jre: Update to version 25.32.21 --- bucket/zulu-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jre.json b/bucket/zulu-jre.json index 8e820630126..37e7fe41060 100644 --- a/bucket/zulu-jre.json +++ b/bucket/zulu-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.32.17", + "version": "25.32.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.17-ca-jre25.0.2-win_x64.zip", - "hash": "654e098a6a5aa761616456fb2a459d20cecef2903428474dee699675554ccb40", - "extract_dir": "zulu25.32.17-ca-jre25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-jre25.0.2-win_x64.zip", + "hash": "a4b7e3c3929d513cdc774583d375ce07fcb8671833258f468fd2fa0d8227ba48", + "extract_dir": "zulu25.32.21-ca-jre25.0.2-win_x64" } }, "env_add_path": "bin", From 59b21eb412ae3dbca0f0c5dda614db50728a70a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:18 +0000 Subject: [PATCH 353/545] zulu11-jdk: Update to version 11.86.21 --- bucket/zulu11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu11-jdk.json b/bucket/zulu11-jdk.json index 6cd17e37e28..cc787e20e49 100644 --- a/bucket/zulu11-jdk.json +++ b/bucket/zulu11-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.86.19", + "version": "11.86.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.19-ca-jdk11.0.30-win_x64.zip", - "hash": "4f91806e1adce48ad6fc5af755007e2a140cd05f1ec221576b87118b0178ea6b", - "extract_dir": "zulu11.86.19-ca-jdk11.0.30-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-jdk11.0.30-win_x64.zip", + "hash": "e41690273ea37a6faaf54bcc0224362e36cd9c9483d988a856c1e8491ba19a4d", + "extract_dir": "zulu11.86.21-ca-jdk11.0.30-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.19-ca-jdk11.0.30-win_i686.zip", - "hash": "7900930174af0b660a702bd3e048d662025d8a9c33b15c80a9893fdc8a6f4f13", - "extract_dir": "zulu11.86.19-ca-jdk11.0.30-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-jdk11.0.30-win_i686.zip", + "hash": "40d42c8e5630beb2e55104429103f8290d8543b9446f6ac0b456c944af610d55", + "extract_dir": "zulu11.86.21-ca-jdk11.0.30-win_i686" } }, "env_add_path": "bin", From 5cfc405ec1d2631fac0cf57b4c5dc407f7f062fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:18 +0000 Subject: [PATCH 354/545] zulu11-jre: Update to version 11.86.21 --- bucket/zulu11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu11-jre.json b/bucket/zulu11-jre.json index 3c3004fb322..ec72f495c86 100644 --- a/bucket/zulu11-jre.json +++ b/bucket/zulu11-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.86.19", + "version": "11.86.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.19-ca-jre11.0.30-win_x64.zip", - "hash": "4734dda8c321905880f821fedb7a98a8432fd97edba0fca2c60b2e80f809f290", - "extract_dir": "zulu11.86.19-ca-jre11.0.30-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-jre11.0.30-win_x64.zip", + "hash": "bbff3aea97891a3c34d6952b9f57c7d9bcd7cc6fb975bb7087716d9ee223709c", + "extract_dir": "zulu11.86.21-ca-jre11.0.30-win_x64" } }, "env_add_path": "bin", From d3cec6800c41a200c331e2b84b91174b19bd727e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:18 +0000 Subject: [PATCH 355/545] zulu17-jdk: Update to version 17.64.17 --- bucket/zulu17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jdk.json b/bucket/zulu17-jdk.json index 1ff183783b1..bfe0a1ac02b 100644 --- a/bucket/zulu17-jdk.json +++ b/bucket/zulu17-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.64.15", + "version": "17.64.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.64.15-ca-jdk17.0.18-win_x64.zip", - "hash": "fc8823c892c1fed5820ad43e5855a97199d953ebe9c1dd7ab20f43ea8d32aae6", - "extract_dir": "zulu17.64.15-ca-jdk17.0.18-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-jdk17.0.18-win_x64.zip", + "hash": "aa2f7455b3944dd37b0ca333b4d6dd41708c41cfea1889e97f09c8a851984bdd", + "extract_dir": "zulu17.64.17-ca-jdk17.0.18-win_x64" } }, "env_add_path": "bin", From 86bb2a78883ba7e404fda718a6be11236362a51b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:19 +0000 Subject: [PATCH 356/545] zulu17-jre: Update to version 17.64.17 --- bucket/zulu17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jre.json b/bucket/zulu17-jre.json index 9ca61ab38b7..375ff9f16e8 100644 --- a/bucket/zulu17-jre.json +++ b/bucket/zulu17-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.64.15", + "version": "17.64.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.64.15-ca-jre17.0.18-win_x64.zip", - "hash": "3e718198c959515bf46b49229b32f4e09a09351eec042a44399fb2793a3ed994", - "extract_dir": "zulu17.64.15-ca-jre17.0.18-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-jre17.0.18-win_x64.zip", + "hash": "fbf2561a926c6be46345fb5cfe623ba37f6187cb78d871c5ff61fc7fca3169c0", + "extract_dir": "zulu17.64.17-ca-jre17.0.18-win_x64" } }, "env_add_path": "bin", From 5e1d167cf38af6e5d508ff70104627235904ceb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:19 +0000 Subject: [PATCH 357/545] zulu21-jdk: Update to version 21.48.17 --- bucket/zulu21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jdk.json b/bucket/zulu21-jdk.json index bb0d0b236bc..1bc90cf8987 100644 --- a/bucket/zulu21-jdk.json +++ b/bucket/zulu21-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.48.15", + "version": "21.48.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.48.15-ca-jdk21.0.10-win_x64.zip", - "hash": "865f0eef96c277d178322c22e801da325c9f6c90a073a513e0889f162d81d268", - "extract_dir": "zulu21.48.15-ca-jdk21.0.10-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-jdk21.0.10-win_x64.zip", + "hash": "1bb5e1a3e22115b935dda4a847deff62918d1de8d6f602d51b4c5726dfe45b61", + "extract_dir": "zulu21.48.17-ca-jdk21.0.10-win_x64" } }, "env_add_path": "bin", From d5dca4e3e52702b1782f29fd55056ee5c9e27088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:20 +0000 Subject: [PATCH 358/545] zulu21-jre: Update to version 21.48.17 --- bucket/zulu21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jre.json b/bucket/zulu21-jre.json index f1c35783e23..cd08ba0695a 100644 --- a/bucket/zulu21-jre.json +++ b/bucket/zulu21-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.48.15", + "version": "21.48.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.48.15-ca-jre21.0.10-win_x64.zip", - "hash": "47ffd4aa2dfca1e1eb8a86d573e1396ec00c7be74c7b90ae3e90ac7f5f4a205f", - "extract_dir": "zulu21.48.15-ca-jre21.0.10-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-jre21.0.10-win_x64.zip", + "hash": "82b99c1cc9d0a8b4d6307a8ee38ae156acc63931b20263f159ec1909307e7ce9", + "extract_dir": "zulu21.48.17-ca-jre21.0.10-win_x64" } }, "env_add_path": "bin", From b09762873c3d73315c58dc32aa6bd28ceb520a3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:20 +0000 Subject: [PATCH 359/545] zulu8-jdk: Update to version 8.92.0.21 --- bucket/zulu8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jdk.json b/bucket/zulu8-jdk.json index c4437d7dd91..45feb410ba1 100644 --- a/bucket/zulu8-jdk.json +++ b/bucket/zulu8-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.92.0.19", + "version": "8.92.0.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jdk8.0.482-win_x64.zip", - "hash": "9d8db9e070c841713b8d5a0bf8f97af549ec29953b01683cbab4179a73e7bc59", - "extract_dir": "zulu8.92.0.19-ca-jdk8.0.482-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jdk8.0.482-win_x64.zip", + "hash": "deeeab2b8d64a04b81e26e39705549f43ed095b98f6b8dd49769a689fc391bec", + "extract_dir": "zulu8.92.0.21-ca-jdk8.0.482-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jdk8.0.482-win_i686.zip", - "hash": "e928d80a066dce4ee7fe31a4060357c2e65bd23ee8be69701b37fa0fdf36406a", - "extract_dir": "zulu8.92.0.19-ca-jdk8.0.482-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jdk8.0.482-win_i686.zip", + "hash": "e972544a576c4451896cfc2de9c9326e47f44f07bc4c7ac326705244700c7350", + "extract_dir": "zulu8.92.0.21-ca-jdk8.0.482-win_i686" } }, "env_add_path": "bin", From 68e2ac66bd44e6567f11eb6ecd6d7db92702f4ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:38:20 +0000 Subject: [PATCH 360/545] zulu8-jre: Update to version 8.92.0.21 --- bucket/zulu8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jre.json b/bucket/zulu8-jre.json index 763e211ecdf..4cc031cb019 100644 --- a/bucket/zulu8-jre.json +++ b/bucket/zulu8-jre.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.92.0.19", + "version": "8.92.0.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jre8.0.482-win_x64.zip", - "hash": "068904e183d93a0136c2ef76fe1addf3a7aa6620c92a6c092325108d00c7f830", - "extract_dir": "zulu8.92.0.19-ca-jre8.0.482-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jre8.0.482-win_x64.zip", + "hash": "34466ae306049bf33b8cdc2e157f4a26ee4746a0cc804e9eb636251d53c2793e", + "extract_dir": "zulu8.92.0.21-ca-jre8.0.482-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.19-ca-jre8.0.482-win_i686.zip", - "hash": "118ad2e29ae0f86d81b74d55e55af3dc5f696ccc051316e88a7e9113fa931bf8", - "extract_dir": "zulu8.92.0.19-ca-jre8.0.482-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jre8.0.482-win_i686.zip", + "hash": "4ec67c300c4c1924a57e0ccd6dbf118ef6c64d16ab6f871cab256cd465aaae22", + "extract_dir": "zulu8.92.0.21-ca-jre8.0.482-win_i686" } }, "env_add_path": "bin", From f5a972e12cf7893a678e0501a918881e9c2db03d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:36:12 +0000 Subject: [PATCH 361/545] temurin17-jdk: Update to version 17.0.18-8 --- bucket/temurin17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin17-jdk.json b/bucket/temurin17-jdk.json index efe3025abee..dfb9d500834 100644 --- a/bucket/temurin17-jdk.json +++ b/bucket/temurin17-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-10", + "version": "17.0.18-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10/OpenJDK17U-jdk_x64_windows_hotspot_17.0.17_10.zip", - "hash": "dcf0064efec7e515a5e3b56e7532f1a1c125510303c6c9e60af8878e3f7347fe" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+8/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_8.zip", + "hash": "c24e6215fa75f861d2a900ceec67c620cd2eb6dfb81541087d5981293b16f0e5" } }, - "extract_dir": "jdk-17.0.17+10", + "extract_dir": "jdk-17.0.18+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d53bbaa17a36de63c1fd55583fca8b66eece8d99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:36:13 +0000 Subject: [PATCH 362/545] temurin17-jre: Update to version 17.0.18-8 --- bucket/temurin17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin17-jre.json b/bucket/temurin17-jre.json index aaaaf4b785f..acce254cbf0 100644 --- a/bucket/temurin17-jre.json +++ b/bucket/temurin17-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.17-10", + "version": "17.0.18-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17+10/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10.zip", - "hash": "bd17db1cc08b3a8a98cedc7b8b8a203f683793be65a9ffbe4ceaacde71fc2b6b" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+8/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_8.zip", + "hash": "95c9ebe3ee16baab7239531757513d9a03799ca06483ef2f3b530e81e93e7b5b" } }, - "extract_dir": "jdk-17.0.17+10-jre", + "extract_dir": "jdk-17.0.18+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2d5f5d68f53009d127047f750ab2fc98a7832c9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 02:09:01 +0000 Subject: [PATCH 363/545] temurin8-jdk: Update to version 8.0.482-8 --- bucket/temurin8-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin8-jdk.json b/bucket/temurin8-jdk.json index cb8f3f4a333..d75a928a976 100644 --- a/bucket/temurin8-jdk.json +++ b/bucket/temurin8-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-8", + "version": "8.0.482-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u472b08.zip", - "hash": "cbafb089f7c8a3e873607c8f4fe40e4943297f641d27806e055e782c82a33985" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u482b08.zip", + "hash": "51637ae41af1bce379a9d059109820864949c8d57ca302e0d502fcf329d33a72" } }, - "extract_dir": "jdk8u472-b08", + "extract_dir": "jdk8u482-b08", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 784f3b8b695d44faff72cd54fb7973c031d5ab11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 02:09:01 +0000 Subject: [PATCH 364/545] temurin8-jre: Update to version 8.0.482-8 --- bucket/temurin8-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin8-jre.json b/bucket/temurin8-jre.json index 8d878b916d0..4788116eeca 100644 --- a/bucket/temurin8-jre.json +++ b/bucket/temurin8-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.472-8", + "version": "8.0.482-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08/OpenJDK8U-jre_x64_windows_hotspot_8u472b08.zip", - "hash": "598b8eb9bd299e6d569085793a90ff87a84738221d50c994e82aca35c49b117d" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b08/OpenJDK8U-jre_x64_windows_hotspot_8u482b08.zip", + "hash": "61c4fe5c2d3c06cf6fa79de8e62da52444c95be1616b8dc8ad1e6d8db72f37bf" } }, - "extract_dir": "jdk8u472-b08-jre", + "extract_dir": "jdk8u482-b08-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 532efa92993ccbd54945023189a537771b5659da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:12:34 +0000 Subject: [PATCH 365/545] dragonwell17-jdk: Update to version 17.0.18.0.19-17.0.18 --- bucket/dragonwell17-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell17-jdk.json b/bucket/dragonwell17-jdk.json index 58338dd346d..7b85f46ba52 100644 --- a/bucket/dragonwell17-jdk.json +++ b/bucket/dragonwell17-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba", - "version": "17.0.17.0.18-17.0.17", + "version": "17.0.18.0.19-17.0.18", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.17.0.18%2B9_jdk-17.0.17-ga/Alibaba_Dragonwell_Standard_17.0.17.0.18.9_x64_windows.zip", - "hash": "62a4def05ab1866c287ea72ac3ffd299a5f22b5865de4eda1d95b29b289be754" + "url": "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.18.0.19%2B8_jdk-17.0.18-ga/Alibaba_Dragonwell_Standard_17.0.18.0.19.8_x64_windows.zip", + "hash": "1bad5423432fda924e12d2157707dd6355889182d54c6e465fdb5907dd5cb125" } }, "extract_to": "tmp", From 2cfcb91fa1356444e2ee72c265e36a649d293dde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 02:32:15 +0000 Subject: [PATCH 366/545] intellij-jbr21-jcef: Update to version 21.0.10-b1163.108 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 3141fca42ef..0a9ae57ec98 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.10-b1163.105", + "version": "21.0.10-b1163.108", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-x64-b1163.105.tar.gz", - "hash": "sha512:e30ce15f08750555c1ff6fde631e97f6a98eb819d3b4b7fcecee1c78a6419c41a92923878c208e31d8250674089e451bf92505bbeca306dc0768c472ce5ee3c9", - "extract_dir": "jbr_jcef-21.0.10-windows-x64-b1163.105" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-x64-b1163.108.tar.gz", + "hash": "sha512:f231d37bf2f358486bc38c21931651b2240a5d13c86b6b86467e43bd5c4db50e4e5585f1e4515ab7fd7b70b05efeaaef644a692799f52bc0270d9e8aba6cb34a", + "extract_dir": "jbr_jcef-21.0.10-windows-x64-b1163.108" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-aarch64-b1163.105.tar.gz", - "hash": "sha512:d406c7600d000203eef5e7d969e3019628a179b435aef1010ab3bdfabb3f2c5927a94e3ddf4d6242ba022be338a0e40c9e90ce5fbca76039b42b93ef81a0e6ed", - "extract_dir": "jbr_jcef-21.0.10-windows-aarch64-b1163.105" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-aarch64-b1163.108.tar.gz", + "hash": "sha512:b0671295dbb25c0ae614814ab2e9f5f27de00a09d04e9c4d13456ca65f4f63080f56bcc153e1f12a56bf4da2cc402312746276b6509ca32b29c49f3aad026ffb", + "extract_dir": "jbr_jcef-21.0.10-windows-aarch64-b1163.108" } }, "env_set": { From 8d271183019fd889ffd308f36c6913ac73e7ea70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 02:32:16 +0000 Subject: [PATCH 367/545] intellij-jbr21-sdk-jcef: Update to version 21.0.10-b1163.108 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index 9e66fbf2a57..9e221a2d520 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.10-b1163.105", + "version": "21.0.10-b1163.108", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-x64-b1163.105.tar.gz", - "hash": "sha512:3e2fba97204c4c7cf09617de6c49c7a33437592f3abf8007ecc1dc6dbe912ce2a3f2eb55d8b3bc1bcde3f81aad351f4e2ef429859773a5468c1de4ece282e311", - "extract_dir": "jbrsdk_jcef-21.0.10-windows-x64-b1163.105" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-x64-b1163.108.tar.gz", + "hash": "sha512:4f72e1eb25093fb8fa6d23af0852c40adc0107c33960342ec2f81210c0de47860fecf239b25c223f28e5f47a34c3c7b5cb5d558de4f3fd1154698082d908140e", + "extract_dir": "jbrsdk_jcef-21.0.10-windows-x64-b1163.108" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-aarch64-b1163.105.tar.gz", - "hash": "sha512:f7c45336a5d5a027fb71984ce7757f5f32c138bd3341e261a9157b664dec6a4b8df99b7207096be9ba16047313f98ec8508ea04e611db1893146bfc51ef9c7ea", - "extract_dir": "jbrsdk_jcef-21.0.10-windows-aarch64-b1163.105" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-aarch64-b1163.108.tar.gz", + "hash": "sha512:ada78415f356c073a3e10d836889af8c6108023c1ba97b2ce518972f9c3f76c3e5356f208c5b4818810e41f9556acd2f0c1a45e3e3b11dab81167de8a4e32d8e", + "extract_dir": "jbrsdk_jcef-21.0.10-windows-aarch64-b1163.108" } }, "env_set": { From 52a32279b54aad69da918df919d9dbf0bd86de8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 20:28:37 +0000 Subject: [PATCH 368/545] visualvm: Update to version 2.2.1 --- bucket/visualvm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/visualvm.json b/bucket/visualvm.json index 4a2b95e0996..737935f6c72 100644 --- a/bucket/visualvm.json +++ b/bucket/visualvm.json @@ -1,10 +1,10 @@ { "homepage": "https://visualvm.github.io/", "license": "https://visualvm.github.io/gplv2+ce.html", - "version": "2.2", - "url": "https://github.com/oracle/visualvm/releases/download/2.2/visualvm_22.zip", - "hash": "cff2c79a7215955c1ece6f36f55c8af7312a7acee772358a0983099b8b7b4e8b", - "extract_dir": "visualvm_22", + "version": "2.2.1", + "url": "https://github.com/oracle/visualvm/releases/download/2.2.1/visualvm_221.zip", + "hash": "6884c908c9e10a959dea8e7b168b496515c0310d6b86a35ce96b8197231f4ef3", + "extract_dir": "visualvm_221", "bin": [ [ "bin\\visualvm.exe", From 53e2e9cd60733ac23bf642fb9420a6ffecdc7a4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 08:42:35 +0000 Subject: [PATCH 369/545] dragonwell21-jdk: Update to version 21.0.10.0.10-21.0.10 --- bucket/dragonwell21-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell21-jdk.json b/bucket/dragonwell21-jdk.json index 21117a47760..ec0e4271ab2 100644 --- a/bucket/dragonwell21-jdk.json +++ b/bucket/dragonwell21-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba (with extensive custom features optimized for cloud computing environments)", - "version": "21.0.8.0.8-21.0.8", + "version": "21.0.10.0.10-21.0.10", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell21/releases/download/dragonwell-standard-21.0.8.0.8%2B9_jdk-21.0.8-ga/Alibaba_Dragonwell_Standard_21.0.8.0.8.9_x64_windows.zip", - "hash": "b703e4e9a372adbb72e66cf711b7554dc7454e55fca9f43862e72659f34556b5" + "url": "https://github.com/dragonwell-project/dragonwell21/releases/download/dragonwell-standard-21.0.10.0.10%2B7_jdk-21.0.10-ga/Alibaba_Dragonwell_Standard_21.0.10.0.10.7_x64_windows.zip", + "hash": "a62dbe536b5ba9d873915f39cae71e89fdd11f09f35ad5f9277bd6b4b0e4c45b" } }, "extract_to": "tmp", From 15f248db7416764ddb86a63a6bc9732b7b9f33df Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Wed, 4 Mar 2026 22:25:24 +0800 Subject: [PATCH 370/545] Create zulu25-jdk.json (#578) --- bucket/zulu25-jdk.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/zulu25-jdk.json diff --git a/bucket/zulu25-jdk.json b/bucket/zulu25-jdk.json new file mode 100644 index 00000000000..a1a57b905f6 --- /dev/null +++ b/bucket/zulu25-jdk.json @@ -0,0 +1,38 @@ +{ + "description": "Zulu is certified build of OpenJDK", + "homepage": "https://www.azul.com/products/zulu-community/", + "version": "25.32.17", + "license": { + "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", + "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" + }, + "architecture": { + "64bit": { + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.17-ca-jdk25.0.2-win_x64.zip", + "hash": "90bcbbcbe2fb7aec43ce8fd2efa024fcc48f00bbdcd7a76b58f912d6b97e6d56", + "extract_dir": "zulu25.32.17-ca-jdk25.0.2-win_x64" + } + }, + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=false&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", + "jsonpath": "$..download_url", + "regex": "(?zulu(?[\\d.]+)-ca-jdk(?[\\d.]+)-win)_x64.zip", + "replace": "${version}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip", + "extract_dir": "$matchName_x64", + "hash": { + "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=false&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", + "jp": "$..sha256_hash" + } + } + } + } +} From 70a42a3e35528bfab3f3ac0d8ac0238c6137718b Mon Sep 17 00:00:00 2001 From: Balazs Bessenyei <436520+h143570@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:27:40 +0100 Subject: [PATCH 371/545] Fix corretto25-jdk install issues (#580) Co-authored-by: Balazs Bessenyei --- bucket/corretto25-jdk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/corretto25-jdk.json b/bucket/corretto25-jdk.json index 933733f6286..79e97b4a074 100644 --- a/bucket/corretto25-jdk.json +++ b/bucket/corretto25-jdk.json @@ -9,7 +9,7 @@ "hash": "ee94067183891ae5ae1f4771ea715f1114333ebf64f61e3ad1b34a38eed65dfc" } }, - "extract_dir": "jdk25.0.2_$matchBuild", + "extract_dir": "jdk25.0.2_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" @@ -29,6 +29,6 @@ } } }, - "extract_dir": "jdk$matchHead_$matchBuild" + "extract_dir": "jdk$matchHead_$buildVersion" } } From bfe64f8a5550e1351088f37f103dd8e4287177d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:47:37 +0000 Subject: [PATCH 372/545] zulu25-jdk: Update to version 25.32.21 --- bucket/zulu25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu25-jdk.json b/bucket/zulu25-jdk.json index a1a57b905f6..bb885ecfaac 100644 --- a/bucket/zulu25-jdk.json +++ b/bucket/zulu25-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.32.17", + "version": "25.32.21", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.17-ca-jdk25.0.2-win_x64.zip", - "hash": "90bcbbcbe2fb7aec43ce8fd2efa024fcc48f00bbdcd7a76b58f912d6b97e6d56", - "extract_dir": "zulu25.32.17-ca-jdk25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-jdk25.0.2-win_x64.zip", + "hash": "801804c63e0f8334c144471ad5d980592105e459b943430507199dbe88beb679", + "extract_dir": "zulu25.32.21-ca-jdk25.0.2-win_x64" } }, "env_add_path": "bin", From b9805d24fe120142ffb0378f455ace0b8ffe12fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:10:52 +0000 Subject: [PATCH 373/545] dragonwell8-jdk-extended: Update to version 8.28.27-8.0.482 --- bucket/dragonwell8-jdk-extended.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell8-jdk-extended.json b/bucket/dragonwell8-jdk-extended.json index cfe2a4f1118..bd445dc026d 100644 --- a/bucket/dragonwell8-jdk-extended.json +++ b/bucket/dragonwell8-jdk-extended.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba (with extensive custom features optimized for cloud computing environments)", - "version": "8.27.26-8.0.472", + "version": "8.28.27-8.0.482", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.27.26_jdk8u472-ga/Alibaba_Dragonwell_Extended_8.27.26_x64_windows.zip", - "hash": "03cdac919ac8c7458fe30d5bd50d82cb516c936694677b2ac5d8fdfb3213b3ab" + "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.28.27_jdk8u482-ga/Alibaba_Dragonwell_Extended_8.28.27_x64_windows.zip", + "hash": "f934429ca5140d0acea62247b457382333bcd65658336d30024d5992106a0ce8" } }, "extract_to": "tmp", From 0cc17b10d04d049f834efbbdf35393a1c1fd5fa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:10:53 +0000 Subject: [PATCH 374/545] dragonwell8-jdk: Update to version 8.28.27-8.0.482 --- bucket/dragonwell8-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell8-jdk.json b/bucket/dragonwell8-jdk.json index 7420112e90b..42bc64453e3 100644 --- a/bucket/dragonwell8-jdk.json +++ b/bucket/dragonwell8-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba", - "version": "8.27.26-8.0.472", + "version": "8.28.27-8.0.482", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-standard-8.27.26_jdk8u472-ga/Alibaba_Dragonwell_Standard_8.27.26_x64_windows.zip", - "hash": "e2a9110895cc8a3317ebf7e4ec98696e0a96213ac49ba9a8a560324a21484a60" + "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-standard-8.28.27_jdk8u482-ga/Alibaba_Dragonwell_Standard_8.28.27_x64_windows.zip", + "hash": "893e325deba8d3e2e0c0e71006eb01c56b9b9887cd17a3fce6f912dcf5322abd" } }, "extract_to": "tmp", From cb7c9d27839ea3040c476805b4b838ca23ca3589 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:10:04 +0000 Subject: [PATCH 375/545] intellij-jbr21-jcef: Update to version 21.0.10-b1163.110 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index 0a9ae57ec98..b759cd781fa 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.10-b1163.108", + "version": "21.0.10-b1163.110", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-x64-b1163.108.tar.gz", - "hash": "sha512:f231d37bf2f358486bc38c21931651b2240a5d13c86b6b86467e43bd5c4db50e4e5585f1e4515ab7fd7b70b05efeaaef644a692799f52bc0270d9e8aba6cb34a", - "extract_dir": "jbr_jcef-21.0.10-windows-x64-b1163.108" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-x64-b1163.110.tar.gz", + "hash": "sha512:c6ed0a7b598fbc401109263942363ade86996326ffdd150c10f7072ae77e2583d08c71b2495af9e8ac5cbc8d5a150127a79dcfdfc85a93bb7295e24d836ec77a", + "extract_dir": "jbr_jcef-21.0.10-windows-x64-b1163.110" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-aarch64-b1163.108.tar.gz", - "hash": "sha512:b0671295dbb25c0ae614814ab2e9f5f27de00a09d04e9c4d13456ca65f4f63080f56bcc153e1f12a56bf4da2cc402312746276b6509ca32b29c49f3aad026ffb", - "extract_dir": "jbr_jcef-21.0.10-windows-aarch64-b1163.108" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-aarch64-b1163.110.tar.gz", + "hash": "sha512:7484f917a8e5596743d18c721812ebc13b96b64fe927efa804bd58149fb0348004cc0a32bb91ef93fb477a6c05a0ca76fc2e287afb5d000a455faa079f381cc8", + "extract_dir": "jbr_jcef-21.0.10-windows-aarch64-b1163.110" } }, "env_set": { From 77f224086218572636f2e2dca5d494d4fff3833d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:10:04 +0000 Subject: [PATCH 376/545] intellij-jbr21-sdk-jcef: Update to version 21.0.10-b1163.110 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index 9e221a2d520..c3e0d8a0a02 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.10-b1163.108", + "version": "21.0.10-b1163.110", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-x64-b1163.108.tar.gz", - "hash": "sha512:4f72e1eb25093fb8fa6d23af0852c40adc0107c33960342ec2f81210c0de47860fecf239b25c223f28e5f47a34c3c7b5cb5d558de4f3fd1154698082d908140e", - "extract_dir": "jbrsdk_jcef-21.0.10-windows-x64-b1163.108" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-x64-b1163.110.tar.gz", + "hash": "sha512:d6a1069049d21d9929f060b97b39def96bcc113b36e3a68b9e39d88009be5c49a3dc7fde47ec6ca9d29f661fe1c21a51c6de2225b589fd160239e2d90c6de6dc", + "extract_dir": "jbrsdk_jcef-21.0.10-windows-x64-b1163.110" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-aarch64-b1163.108.tar.gz", - "hash": "sha512:ada78415f356c073a3e10d836889af8c6108023c1ba97b2ce518972f9c3f76c3e5356f208c5b4818810e41f9556acd2f0c1a45e3e3b11dab81167de8a4e32d8e", - "extract_dir": "jbrsdk_jcef-21.0.10-windows-aarch64-b1163.108" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-aarch64-b1163.110.tar.gz", + "hash": "sha512:8ff40d99106c4e9c34eb94e4e53acd5a476308a221cee810286ae50e559225e6793e51ebd1ef2ebd3be21737f3686e6c601288067a2037e01186949d340499c1", + "extract_dir": "jbrsdk_jcef-21.0.10-windows-aarch64-b1163.110" } }, "env_set": { From aff237f51586dd0b2a1075534b8b480036d45bb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:14:34 +0000 Subject: [PATCH 377/545] oraclejdk: Update to version 26 --- bucket/oraclejdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk.json b/bucket/oraclejdk.json index bcb93eec883..e22fec72941 100644 --- a/bucket/oraclejdk.json +++ b/bucket/oraclejdk.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/", - "version": "25.0.2", + "version": "26", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/25/archive/jdk-25.0.2_windows-x64_bin.zip", - "hash": "56fbc625835eaa4e96942e9d8df38ffdf6009e0062620aaf9a8b647a5cd8ec7a" + "url": "https://download.oracle.com/java/26/archive/jdk-26_windows-x64_bin.zip", + "hash": "21fb9521d0313fdc0e7c76e646eaa884d224abaf048c5b5c4f3a256c4e1fa30a" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-26", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2b436e5cdfd283d475a3f32524f09cf7e5b3fe3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:04:37 +0000 Subject: [PATCH 378/545] zulu-jdk: Update to version 26.28.59 --- bucket/zulu-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jdk.json b/bucket/zulu-jdk.json index d1b2a675f41..7f04704be4e 100644 --- a/bucket/zulu-jdk.json +++ b/bucket/zulu-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.32.21", + "version": "26.28.59", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-jdk25.0.2-win_x64.zip", - "hash": "801804c63e0f8334c144471ad5d980592105e459b943430507199dbe88beb679", - "extract_dir": "zulu25.32.21-ca-jdk25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.28.59-ca-jdk26.0.0-win_x64.zip", + "hash": "c112d51af20e00090aff3af2b11cb39e94362922c40c90623098064a5d1cd8ed", + "extract_dir": "zulu26.28.59-ca-jdk26.0.0-win_x64" } }, "env_add_path": "bin", From 5df4b79dff68268f52f1ea0e953f70400e0a0595 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:04:37 +0000 Subject: [PATCH 379/545] zulu-jre: Update to version 26.28.59 --- bucket/zulu-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jre.json b/bucket/zulu-jre.json index 37e7fe41060..978e198997e 100644 --- a/bucket/zulu-jre.json +++ b/bucket/zulu-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.32.21", + "version": "26.28.59", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-jre25.0.2-win_x64.zip", - "hash": "a4b7e3c3929d513cdc774583d375ce07fcb8671833258f468fd2fa0d8227ba48", - "extract_dir": "zulu25.32.21-ca-jre25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.28.59-ca-jre26.0.0-win_x64.zip", + "hash": "3901515df9438cd912f020c084911e8559d329c2aced327c974e231852d07e20", + "extract_dir": "zulu26.28.59-ca-jre26.0.0-win_x64" } }, "env_add_path": "bin", From 60fd26c508b9eca0df652aebf88ee6154d0759c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:04:38 +0000 Subject: [PATCH 380/545] zulufx-jdk: Update to version 26.28.63 --- bucket/zulufx-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jdk.json b/bucket/zulufx-jdk.json index 44c045587c2..78f031e21c5 100644 --- a/bucket/zulufx-jdk.json +++ b/bucket/zulufx-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.32.21", + "version": "26.28.63", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jdk25.0.2-win_x64.zip", - "hash": "50d428552aef90f1f36117f68f03a7f52f63753ade454b1319ea4ae44b52ac19", - "extract_dir": "zulu25.32.21-ca-fx-jdk25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.28.63-ca-fx-jdk26.0.0-win_x64.zip", + "hash": "c84ce5e38329c259ac020270f06b8fdb15879c0d4c0a8fcaf4158eac70f7ef26", + "extract_dir": "zulu26.28.63-ca-fx-jdk26.0.0-win_x64" } }, "env_add_path": "bin", From a4295977322a3b2725706cadbfb8e455084599c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:04:38 +0000 Subject: [PATCH 381/545] zulufx-jre: Update to version 26.28.63 --- bucket/zulufx-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jre.json b/bucket/zulufx-jre.json index cd90578a0b7..0c51e266235 100644 --- a/bucket/zulufx-jre.json +++ b/bucket/zulufx-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.32.21", + "version": "26.28.63", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jre25.0.2-win_x64.zip", - "hash": "4042b60589ef40e8d3bf38ae792e8143037ba6a39112ef88ca9ef7d2fa71b259", - "extract_dir": "zulu25.32.21-ca-fx-jre25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.28.63-ca-fx-jre26.0.0-win_x64.zip", + "hash": "ce804f03bebecdc119dde240b7cf533821c815fd5a43edf72edda4e8e63e6e60", + "extract_dir": "zulu26.28.63-ca-fx-jre26.0.0-win_x64" } }, "env_add_path": "bin", From de374abb12919a4de1b3397658dd2626c4bb1f80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:15:38 +0000 Subject: [PATCH 382/545] liberica-full-jdk: Update to version 26-37 --- bucket/liberica-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index 30a9c7c57ce..e1fb05400aa 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "26-37", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-amd64-full.zip", + "hash": "sha1:70923ce8f9445f4d9e38a3cf23d835c46ec114c2" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-aarch64-full.zip", + "hash": "sha1:67b360e88164c84db31eba83e6f68673ae32a6c7" } }, - "extract_dir": "jdk-25.0.2-full", + "extract_dir": "jdk-26-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ba8277b87020113db8d373a670e4114696a132ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:15:39 +0000 Subject: [PATCH 383/545] liberica-full-jre: Update to version 26-37 --- bucket/liberica-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index d8a77b21869..dc71c6ea629 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "26-37", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-amd64-full.zip", + "hash": "sha1:1ea28f37eda35671e81138a5cb82530083520393" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-aarch64-full.zip", + "hash": "sha1:0a09ef9acd8cd3294e2b4b02cf1545468952f1db" } }, - "extract_dir": "jre-25.0.2-full", + "extract_dir": "jre-26-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3c8d2bb2dd26cafb120bba9c40fdba277558a7e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:15:39 +0000 Subject: [PATCH 384/545] liberica-jdk: Update to version 26-37 --- bucket/liberica-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index e1b613c9e34..34df4bb845f 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "26-37", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-amd64.zip", + "hash": "sha1:363688e8fc69b43b057630c42d0e65aa32ca8eb5" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-aarch64.zip", + "hash": "sha1:706a139a8ea000e121c214b938b68a408a8a8eab" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-26", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 1492b497a01b20eb4a4b461f203fca2fc1abf827 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:15:40 +0000 Subject: [PATCH 385/545] liberica-jre: Update to version 26-37 --- bucket/liberica-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index 0f27d165739..6244ad9a11d 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "26-37", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-amd64.zip", + "hash": "sha1:62af2d408e7d9f805e331e2da67855b2c3e1b3fa" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-aarch64.zip", + "hash": "sha1:a280cb5f5240b6c63a391718c4c5853dabdfc0c8" } }, - "extract_dir": "jre-25.0.2", + "extract_dir": "jre-26", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f311039ddd8d679d068bbe561acc67c1096358da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:15:40 +0000 Subject: [PATCH 386/545] liberica-lite-jdk: Update to version 26-37 --- bucket/liberica-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index ce12ccc136a..c7aea296ab0 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "26-37", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", - "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-amd64-lite.zip", + "hash": "sha1:147e5fb2cae8c3def71be9d71fb83ce6994b031f" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", - "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" + "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-aarch64-lite.zip", + "hash": "sha1:04485abd912cb8866bf693adb4f8a2e003eb18b8" } }, - "extract_dir": "jdk-25.0.2-lite", + "extract_dir": "jdk-26-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7d8fb12c566aa3d6c836e3e0020f6861c3634574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:03:16 +0000 Subject: [PATCH 387/545] zulumc: Update to version 9.1.2.47 --- bucket/zulumc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulumc.json b/bucket/zulumc.json index 26d5d222430..5eac0278596 100644 --- a/bucket/zulumc.json +++ b/bucket/zulumc.json @@ -1,13 +1,13 @@ { - "version": "9.1.1.1.41", + "version": "9.1.2.47", "description": "A build of JDK Mission Control, an open source Java runtime profiling and monitoring utility", "homepage": "https://www.azul.com/products/components/zulu-mission-control/", "license": "UPL-1.0", "architecture": { "64bit": { - "url": "https://cdn.azul.com/zmc/bin/zmc9.1.1.1.41-ca-win_x64.zip", - "hash": "19b89b6c1f910900bd32ad866cd0751fbcf737ba72f0f5e4a3f30be5c9109757", - "extract_dir": "zmc9.1.1.1.41-ca-win_x64\\Azul Mission Control" + "url": "https://cdn.azul.com/zmc/bin/zmc9.1.2.47-ca-win_x64.zip", + "hash": "9ce6d1132c6d93e67c16c474260b50090f799323a6c0366289c9e1e8e7d87194", + "extract_dir": "zmc9.1.2.47-ca-win_x64\\Azul Mission Control" } }, "bin": "zmc.exe", From d3e9716ce59f7fa7083fae366860b1c49f2cfc17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 02:29:48 +0000 Subject: [PATCH 388/545] intellij-jbr21-sdk: Update to version 21.0.10-b1163.110 --- bucket/intellij-jbr21-sdk.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21-sdk.json b/bucket/intellij-jbr21-sdk.json index 8174433303a..5b720bd463b 100644 --- a/bucket/intellij-jbr21-sdk.json +++ b/bucket/intellij-jbr21-sdk.json @@ -1,23 +1,23 @@ { - "version": "21.0.9-b1038.76", + "version": "21.0.10-b1163.110", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x86-b1038.76.tar.gz", - "hash": "sha512:c344e6e9d01ad43132b3ec490257e7df88e68409606b5712440de84751cb3d8f1a40660b94f810d3b200797d7c2ced0016580c024a3a769eb787fbe98baa2e11", - "extract_dir": "jbrsdk-21.0.9-windows-x86-b1038.76" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.10-windows-x86-b1163.110.tar.gz", + "hash": "sha512:72decbfe8c806a2298a10e314df31511b4d82b30cd60da008d948e7e8965e8b7a3052a1420f50f83268c20a635a6e1edaeea8cc4d9dce3ce32c4b43c225062e2", + "extract_dir": "jbrsdk-21.0.10-windows-x86-b1163.110" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-x64-b1038.76.tar.gz", - "hash": "sha512:19f3ed04592e8110502429e6a39d3ef91951487dc575e3656a4c5079c0019f4f7a5c3a9f9ec96f9522378e61d327c6a9281da4142e30637e5740662de6aec5f2", - "extract_dir": "jbrsdk-21.0.9-windows-x64-b1038.76" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.10-windows-x64-b1163.110.tar.gz", + "hash": "sha512:357167c155043774e778c463671617b96fdc32491f0255d439b9afb953249cea9a53f05d0c194b543c23d6a2d0397c9a48b3b7ec67faeacd8bf0ba24734da9ef", + "extract_dir": "jbrsdk-21.0.10-windows-x64-b1163.110" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.9-windows-aarch64-b1038.76.tar.gz", - "hash": "sha512:74ba8765c3dcbdb66cfebfab2b633fed7732b73f56fad35075e156cd593923ab2703eb32ad5a4550aabf9508b8fb35334daf6ffa2f2d3761df0a87d007001aed", - "extract_dir": "jbrsdk-21.0.9-windows-aarch64-b1038.76" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.10-windows-aarch64-b1163.110.tar.gz", + "hash": "sha512:55e2e5ef956a36f5d2bf5e7da499b9043b19047e9405311373d0d69e298cb1d339c73757d77835f0ec443a05eb2ecebaf3555e61ca29059b493929ba53140155", + "extract_dir": "jbrsdk-21.0.10-windows-aarch64-b1163.110" } }, "env_set": { From 6fc4d415b3edf2f5edd98ce64f6d8c9f046b672a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 02:29:48 +0000 Subject: [PATCH 389/545] intellij-jbr21: Update to version 21.0.10-b1163.110 --- bucket/intellij-jbr21.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21.json b/bucket/intellij-jbr21.json index f23d2d7c6e4..0d9c2b17f5b 100644 --- a/bucket/intellij-jbr21.json +++ b/bucket/intellij-jbr21.json @@ -1,23 +1,23 @@ { - "version": "21.0.9-b1038.76", + "version": "21.0.10-b1163.110", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x86-b1038.76.tar.gz", - "hash": "sha512:c2f0666c5d949b32289d286abddc831ed5a8e5a083d6d3068105c88257729a86a7525538487bb259eb2314d49e544eb3d4109baaa5c8cc3e5bb83bbdb3b28fa8", - "extract_dir": "jbr-21.0.9-windows-x86-b1038.76" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.10-windows-x86-b1163.110.tar.gz", + "hash": "sha512:f06cd47ff5c37fa3d6fac8784a55c497d9466e95765480e5e5d500bacebba565f8efafc6f6fd3ef2730e83095e41ed11ac7cb788744b7fae43d5313645f9ebfb", + "extract_dir": "jbr-21.0.10-windows-x86-b1163.110" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-x64-b1038.76.tar.gz", - "hash": "sha512:5b6441bddc8d4089347cdc4f23c52c1122ec43b2d24ffa147055ab7eed4527f24225a4025e52e8591d56f7510cf4c61de2ba2195db0e9e99bc2627b0ded8989f", - "extract_dir": "jbr-21.0.9-windows-x64-b1038.76" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.10-windows-x64-b1163.110.tar.gz", + "hash": "sha512:a3e826738abf0b473598b0989af311939e0d1cae8b92f6ad6d6a284443343989f3645f78c4cc77ca680f735dd851384e89480c3bd46df34bce3763b38c183ff9", + "extract_dir": "jbr-21.0.10-windows-x64-b1163.110" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.9-windows-aarch64-b1038.76.tar.gz", - "hash": "sha512:5b023637aa83cc77c696ae792b9ea61f10d0a4b53e40be4fc08f1ae514f152021644a76aab5821c749f37124414657b0f3a464271fad9c617d9127e1ade9e21d", - "extract_dir": "jbr-21.0.9-windows-aarch64-b1038.76" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.10-windows-aarch64-b1163.110.tar.gz", + "hash": "sha512:8a530d6995599c4873ce6becd9f0403080cb513a1dd39155d3efe63d3463d1f3c5b295bf242b5da302337c72fcf8eee97b8e243c2cc7534155af389ca67d8df9", + "extract_dir": "jbr-21.0.10-windows-aarch64-b1163.110" } }, "env_set": { From 7c29003e68b7ada7c13461fd074d4bff1636500d Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 1 Apr 2026 16:12:55 +0800 Subject: [PATCH 390/545] chore: update ci workflow Signed-off-by: Chawye Hsu --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d05361cc51a..bc0d22281ff 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,5 +1,5 @@ on: - pull_request_target: + pull_request: types: [ opened ] name: Pull Requests jobs: From fc6ac316d32418bba4470496d5ca2145d1abe18c Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 1 Apr 2026 16:17:08 +0800 Subject: [PATCH 391/545] chore: refactor ci workflow Signed-off-by: Chawye Hsu --- .github/workflows/ci.yml | 44 +++++++++++------------------ .github/workflows/excavator.yml | 2 +- .github/workflows/issue_comment.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 5 files changed, 21 insertions(+), 31 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 757d5810fe2..e0733f6af69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Tests +name: CI on: pull_request: @@ -6,43 +6,33 @@ on: workflow_dispatch: jobs: - test_powershell: - name: WindowsPowerShell + test: + name: Test runs-on: windows-latest + strategy: + matrix: + shell: [powershell, pwsh] + defaults: + run: + shell: ${{ matrix.shell }} steps: - name: Checkout Bucket - uses: actions/checkout@main + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: + # Need at least 2 commits to properly gather changed files for linting fetch-depth: 2 path: 'my_bucket' - name: Checkout Scoop - uses: actions/checkout@main + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ScoopInstaller/Scoop path: 'scoop_core' - - name: Init and Test - shell: powershell - run: | - $env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')" - .\scoop_core\test\bin\init.ps1 - .\my_bucket\bin\test.ps1 - test_pwsh: - name: PowerShell - runs-on: windows-latest - steps: - - name: Checkout Bucket - uses: actions/checkout@main + - name: Install and cache test dependencies + uses: potatoqualitee/psmodulecache@ee5e9494714abf56f6efbfa51527b2aec5c761b8 # v6.2.1 with: - fetch-depth: 2 - path: 'my_bucket' - - name: Checkout Scoop - uses: actions/checkout@main - with: - repository: ScoopInstaller/Scoop - path: 'scoop_core' - - name: Init and Test - shell: pwsh + modules-to-cache: BuildHelpers, Pester + shell: ${{ matrix.shell }} + - name: Run tests run: | $env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')" - .\scoop_core\test\bin\init.ps1 .\my_bucket\bin\test.ps1 diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index a389f42f24a..7a94d137239 100644 --- a/.github/workflows/excavator.yml +++ b/.github/workflows/excavator.yml @@ -8,7 +8,7 @@ jobs: name: Excavate runs-on: windows-latest steps: - - uses: actions/checkout@main + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Excavate uses: ScoopInstaller/GithubActions@main env: diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 2286114b3ec..4a31a1051d5 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -7,7 +7,7 @@ jobs: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@main + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main if: startsWith(github.event.comment.body, '/verify') diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index a16162bd77c..95202c41338 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -7,7 +7,7 @@ jobs: name: IssueHandler runs-on: windows-latest steps: - - uses: actions/checkout@main + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: IssueHandler uses: ScoopInstaller/GithubActions@main if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bc0d22281ff..2c0b8eaee01 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ jobs: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@main + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main env: From d827383f62117e528ace83451c82d34680e20cf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:50:11 +0000 Subject: [PATCH 392/545] temurin-jdk: Update to version 26.0.0-35 --- bucket/temurin-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jdk.json b/bucket/temurin-jdk.json index c4e6267afc1..31594018755 100644 --- a/bucket/temurin-jdk.json +++ b/bucket/temurin-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.2-10.0.LTS", + "version": "26.0.0-35", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jdk_x64_windows_hotspot_25.0.2_10.zip", - "hash": "06ac5f5444a1269dd11d11cbb7ab6ebaecedc60dc1caca82cdb56f29100b7b8c" + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jdk_x64_windows_hotspot_26_35.zip", + "hash": "f36dbdfbd36401d6bf34c418e6405aedc17296cc72ec8335b5754d90e47aec64" } }, - "extract_dir": "jdk-25.0.2+10", + "extract_dir": "jdk-26+35", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 45af0df1bd8a3c4817e3a0eddffc44b8c7591309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:50:11 +0000 Subject: [PATCH 393/545] temurin-jre: Update to version 26.0.0-35 --- bucket/temurin-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jre.json b/bucket/temurin-jre.json index 89cf9c5c711..f8feaf89ab0 100644 --- a/bucket/temurin-jre.json +++ b/bucket/temurin-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.2-10.0.LTS", + "version": "26.0.0-35", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jre_x64_windows_hotspot_25.0.2_10.zip", - "hash": "1919e7e1603bc5937187139db2d65824f8d95ef42d0423ae9f9f1d9eb97842f6" + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jre_x64_windows_hotspot_26_35.zip", + "hash": "5b776c83068703c4f6b52545673161981a74262d9751aba7eaa87b38a19beb8d" } }, - "extract_dir": "jdk-25.0.2+10-jre", + "extract_dir": "jdk-26+35-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ab1ffe689107f1f7cc887e69ad9e18758faee4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:43:06 +0000 Subject: [PATCH 394/545] oraclejdk-lts: Update to version 21.0.11 --- bucket/oraclejdk-lts.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk-lts.json b/bucket/oraclejdk-lts.json index 4dd2df7a5aa..16f6d65bcb4 100644 --- a/bucket/oraclejdk-lts.json +++ b/bucket/oraclejdk-lts.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/technologies/downloads/#java21", - "version": "21.0.10", + "version": "21.0.11", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/21/archive/jdk-21.0.10_windows-x64_bin.zip", - "hash": "8631c2c1b543f1639011ba599437aead12406ac715a0364aa0a6743cdb9f671a" + "url": "https://download.oracle.com/java/21/archive/jdk-21.0.11_windows-x64_bin.zip", + "hash": "947660f83b33bcda0da3497b2959bce1523fc3a000689147e3671574c8e47eca" } }, - "extract_dir": "jdk-21.0.10", + "extract_dir": "jdk-21.0.11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f0bb6f5f45985d2edf643ea15ba1bd70ec72e7bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:43:06 +0000 Subject: [PATCH 395/545] oraclejdk: Update to version 26.0.1 --- bucket/oraclejdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oraclejdk.json b/bucket/oraclejdk.json index e22fec72941..91a488a4fe8 100644 --- a/bucket/oraclejdk.json +++ b/bucket/oraclejdk.json @@ -1,15 +1,15 @@ { "description": "Oracle Java Platform, Standard Edition Development Kit (JDK)", "homepage": "https://www.oracle.com/java/", - "version": "26", + "version": "26.0.1", "license": "https://www.oracle.com/downloads/licenses/no-fee-license.html", "architecture": { "64bit": { - "url": "https://download.oracle.com/java/26/archive/jdk-26_windows-x64_bin.zip", - "hash": "21fb9521d0313fdc0e7c76e646eaa884d224abaf048c5b5c4f3a256c4e1fa30a" + "url": "https://download.oracle.com/java/26/archive/jdk-26.0.1_windows-x64_bin.zip", + "hash": "6ce5d87324f2b47ea714a9b394e24e3db8b247c620e1dd47ae140859a90f28c1" } }, - "extract_dir": "jdk-26", + "extract_dir": "jdk-26.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2c3c04cf9a5cd78e25c0f9e180bed9b700203815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:42 +0000 Subject: [PATCH 396/545] zulu-jdk: Update to version 26.30.11 --- bucket/zulu-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jdk.json b/bucket/zulu-jdk.json index 7f04704be4e..7015e9667a1 100644 --- a/bucket/zulu-jdk.json +++ b/bucket/zulu-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "26.28.59", + "version": "26.30.11", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu26.28.59-ca-jdk26.0.0-win_x64.zip", - "hash": "c112d51af20e00090aff3af2b11cb39e94362922c40c90623098064a5d1cd8ed", - "extract_dir": "zulu26.28.59-ca-jdk26.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.30.11-ca-jdk26.0.1-win_x64.zip", + "hash": "8f76f408b0e228974b0c9578a92759189bb5dcfa7f7a521582777e404a3244a0", + "extract_dir": "zulu26.30.11-ca-jdk26.0.1-win_x64" } }, "env_add_path": "bin", From 06eb26a53f88599fc6c4ce200e3a9847609ab7df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:42 +0000 Subject: [PATCH 397/545] zulu-jre: Update to version 26.30.11 --- bucket/zulu-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu-jre.json b/bucket/zulu-jre.json index 978e198997e..ea6e64bca55 100644 --- a/bucket/zulu-jre.json +++ b/bucket/zulu-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "26.28.59", + "version": "26.30.11", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu26.28.59-ca-jre26.0.0-win_x64.zip", - "hash": "3901515df9438cd912f020c084911e8559d329c2aced327c974e231852d07e20", - "extract_dir": "zulu26.28.59-ca-jre26.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.30.11-ca-jre26.0.1-win_x64.zip", + "hash": "f3e65585e69322df05c098ebe163976bca39fc769df62a367d61e68a5f7ef234", + "extract_dir": "zulu26.30.11-ca-jre26.0.1-win_x64" } }, "env_add_path": "bin", From 244d6e0491a39a8ac3cca07b6ba2d5a96a93f24c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:42 +0000 Subject: [PATCH 398/545] zulu11-jdk: Update to version 11.88.17 --- bucket/zulu11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu11-jdk.json b/bucket/zulu11-jdk.json index cc787e20e49..3afa8fa259b 100644 --- a/bucket/zulu11-jdk.json +++ b/bucket/zulu11-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.86.21", + "version": "11.88.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-jdk11.0.30-win_x64.zip", - "hash": "e41690273ea37a6faaf54bcc0224362e36cd9c9483d988a856c1e8491ba19a4d", - "extract_dir": "zulu11.86.21-ca-jdk11.0.30-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-jdk11.0.31-win_x64.zip", + "hash": "76c6592dc7ae74db7b8bf4612a13a000209277c1da670dc1d0bcc1d3460e4425", + "extract_dir": "zulu11.88.17-ca-jdk11.0.31-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-jdk11.0.30-win_i686.zip", - "hash": "40d42c8e5630beb2e55104429103f8290d8543b9446f6ac0b456c944af610d55", - "extract_dir": "zulu11.86.21-ca-jdk11.0.30-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-jdk11.0.31-win_i686.zip", + "hash": "44df545e39140b3e822207830a5bad6e6447914765cd44592838b66b6e1a9162", + "extract_dir": "zulu11.88.17-ca-jdk11.0.31-win_i686" } }, "env_add_path": "bin", From 9429f3f8354352a67c9e51f0b42fb1d0ca372d6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:43 +0000 Subject: [PATCH 399/545] zulu11-jre: Update to version 11.88.17 --- bucket/zulu11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu11-jre.json b/bucket/zulu11-jre.json index ec72f495c86..2b2f12d183d 100644 --- a/bucket/zulu11-jre.json +++ b/bucket/zulu11-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu 11 is a build of OpenJDK 11", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "11.86.21", + "version": "11.88.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-jre11.0.30-win_x64.zip", - "hash": "bbff3aea97891a3c34d6952b9f57c7d9bcd7cc6fb975bb7087716d9ee223709c", - "extract_dir": "zulu11.86.21-ca-jre11.0.30-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-jre11.0.31-win_x64.zip", + "hash": "d9a11d077337c753dad15b8841f7f5743f8b14a22c2d17d41ce32be0c7bae573", + "extract_dir": "zulu11.88.17-ca-jre11.0.31-win_x64" } }, "env_add_path": "bin", From ff276c0c93b14557acceafe8d08b2756f246624b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:43 +0000 Subject: [PATCH 400/545] zulu17-jdk: Update to version 17.66.19 --- bucket/zulu17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jdk.json b/bucket/zulu17-jdk.json index bfe0a1ac02b..a5fa9ee84c9 100644 --- a/bucket/zulu17-jdk.json +++ b/bucket/zulu17-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.64.17", + "version": "17.66.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-jdk17.0.18-win_x64.zip", - "hash": "aa2f7455b3944dd37b0ca333b4d6dd41708c41cfea1889e97f09c8a851984bdd", - "extract_dir": "zulu17.64.17-ca-jdk17.0.18-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.66.19-ca-jdk17.0.19-win_x64.zip", + "hash": "463c85454c45fd3827df7ccfaa2b14f136eb972387da697a349a42867334328a", + "extract_dir": "zulu17.66.19-ca-jdk17.0.19-win_x64" } }, "env_add_path": "bin", From c2dc6f7a366c02423bb3cb3a00c7e2c17fef8ce6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:43 +0000 Subject: [PATCH 401/545] zulu17-jre: Update to version 17.66.19 --- bucket/zulu17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu17-jre.json b/bucket/zulu17-jre.json index 375ff9f16e8..c960331c5a7 100644 --- a/bucket/zulu17-jre.json +++ b/bucket/zulu17-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "17.64.17", + "version": "17.66.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-jre17.0.18-win_x64.zip", - "hash": "fbf2561a926c6be46345fb5cfe623ba37f6187cb78d871c5ff61fc7fca3169c0", - "extract_dir": "zulu17.64.17-ca-jre17.0.18-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.66.19-ca-jre17.0.19-win_x64.zip", + "hash": "d6d0802e9bb5da42a61e4891463cde880f00a7bf5fe2bd41a4ff9260e52c4ebb", + "extract_dir": "zulu17.66.19-ca-jre17.0.19-win_x64" } }, "env_add_path": "bin", From c66bbe5943759c89e2acffdebba01bd9f820c0a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:44 +0000 Subject: [PATCH 402/545] zulu21-jdk: Update to version 21.50.19 --- bucket/zulu21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jdk.json b/bucket/zulu21-jdk.json index 1bc90cf8987..0980cb048d5 100644 --- a/bucket/zulu21-jdk.json +++ b/bucket/zulu21-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.48.17", + "version": "21.50.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-jdk21.0.10-win_x64.zip", - "hash": "1bb5e1a3e22115b935dda4a847deff62918d1de8d6f602d51b4c5726dfe45b61", - "extract_dir": "zulu21.48.17-ca-jdk21.0.10-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.50.19-ca-jdk21.0.11-win_x64.zip", + "hash": "84c73a4dcf8400ac01c1fe2d622cc319199e93c1856c200cb50c1bc16dc7dc97", + "extract_dir": "zulu21.50.19-ca-jdk21.0.11-win_x64" } }, "env_add_path": "bin", From 0dacda003ebc7ffc4e5c94545336726e09cc861a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:44 +0000 Subject: [PATCH 403/545] zulu21-jre: Update to version 21.50.19 --- bucket/zulu21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu21-jre.json b/bucket/zulu21-jre.json index cd08ba0695a..9ecf950fc7c 100644 --- a/bucket/zulu21-jre.json +++ b/bucket/zulu21-jre.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "21.48.17", + "version": "21.50.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-jre21.0.10-win_x64.zip", - "hash": "82b99c1cc9d0a8b4d6307a8ee38ae156acc63931b20263f159ec1909307e7ce9", - "extract_dir": "zulu21.48.17-ca-jre21.0.10-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.50.19-ca-jre21.0.11-win_x64.zip", + "hash": "69eee90e0584553ebfbc63d4d0b8f36f707db7e4ff5cebbd190944669ed8db9e", + "extract_dir": "zulu21.50.19-ca-jre21.0.11-win_x64" } }, "env_add_path": "bin", From fd6cf12b833d96f831d0908738d3a440e44d16b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:45 +0000 Subject: [PATCH 404/545] zulu25-jdk: Update to version 25.34.17 --- bucket/zulu25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulu25-jdk.json b/bucket/zulu25-jdk.json index bb885ecfaac..117814e1845 100644 --- a/bucket/zulu25-jdk.json +++ b/bucket/zulu25-jdk.json @@ -1,16 +1,16 @@ { "description": "Zulu is certified build of OpenJDK", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "25.32.21", + "version": "25.34.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-jdk25.0.2-win_x64.zip", - "hash": "801804c63e0f8334c144471ad5d980592105e459b943430507199dbe88beb679", - "extract_dir": "zulu25.32.21-ca-jdk25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.34.17-ca-jdk25.0.3-win_x64.zip", + "hash": "ddd68ee54e78b6b19388f517b8a61fbed2856ae3320febe42449bac3021e2729", + "extract_dir": "zulu25.34.17-ca-jdk25.0.3-win_x64" } }, "env_add_path": "bin", From 605350a2443904c4778acdd174d0d7ef6d998362 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:45 +0000 Subject: [PATCH 405/545] zulu8-jdk: Update to version 8.94.0.17 --- bucket/zulu8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jdk.json b/bucket/zulu8-jdk.json index 45feb410ba1..c7a2c7454d6 100644 --- a/bucket/zulu8-jdk.json +++ b/bucket/zulu8-jdk.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.92.0.21", + "version": "8.94.0.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jdk8.0.482-win_x64.zip", - "hash": "deeeab2b8d64a04b81e26e39705549f43ed095b98f6b8dd49769a689fc391bec", - "extract_dir": "zulu8.92.0.21-ca-jdk8.0.482-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-jdk8.0.492-win_x64.zip", + "hash": "376e0e5e76876a7ef916600aa0c32010db3b6a3238520d3ae187a8a19e771b59", + "extract_dir": "zulu8.94.0.17-ca-jdk8.0.492-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jdk8.0.482-win_i686.zip", - "hash": "e972544a576c4451896cfc2de9c9326e47f44f07bc4c7ac326705244700c7350", - "extract_dir": "zulu8.92.0.21-ca-jdk8.0.482-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-jdk8.0.492-win_i686.zip", + "hash": "756a277bff678b1aef33a883c91b298493e10f6d7fdd582021c6e4238e2da43c", + "extract_dir": "zulu8.94.0.17-ca-jdk8.0.492-win_i686" } }, "env_add_path": "bin", From e182e3c0a8384bb8bf24d6da2539c4da5eb87277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:54:45 +0000 Subject: [PATCH 406/545] zulu8-jre: Update to version 8.94.0.17 --- bucket/zulu8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulu8-jre.json b/bucket/zulu8-jre.json index 4cc031cb019..7c7ae68a5de 100644 --- a/bucket/zulu8-jre.json +++ b/bucket/zulu8-jre.json @@ -1,21 +1,21 @@ { "description": "Zulu 8 is certified build of OpenJDK 8", "homepage": "https://www.azul.com/products/zulu-community/", - "version": "8.92.0.21", + "version": "8.94.0.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jre8.0.482-win_x64.zip", - "hash": "34466ae306049bf33b8cdc2e157f4a26ee4746a0cc804e9eb636251d53c2793e", - "extract_dir": "zulu8.92.0.21-ca-jre8.0.482-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-jre8.0.492-win_x64.zip", + "hash": "45cd9b7204b53ac9205c6d08b7e74312752f1c59becfaa741650ece357cdd5c5", + "extract_dir": "zulu8.94.0.17-ca-jre8.0.492-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-jre8.0.482-win_i686.zip", - "hash": "4ec67c300c4c1924a57e0ccd6dbf118ef6c64d16ab6f871cab256cd465aaae22", - "extract_dir": "zulu8.92.0.21-ca-jre8.0.482-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-jre8.0.492-win_i686.zip", + "hash": "355ba94dc8ca54c6cc968d5125039e03e34d1f5998afdb66c0fbd06e27fcbc40", + "extract_dir": "zulu8.94.0.17-ca-jre8.0.492-win_i686" } }, "env_add_path": "bin", From e8f505a024c3c484a871dc3bf2fa51e30d46a131 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:39:50 +0000 Subject: [PATCH 407/545] sapmachine-jdk: Update to version 17.0.19 --- bucket/sapmachine-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-jdk.json b/bucket/sapmachine-jdk.json index 33af38ae990..7d35b13bdbf 100644 --- a/bucket/sapmachine-jdk.json +++ b/bucket/sapmachine-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jdk-17.0.18_windows-x64_bin.zip", - "hash": "85824e0f3ccbd3a1da0ec3bf58b0eae1521d56d96c12347cb0502d7f110ea85f" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jdk-17.0.19_windows-x64_bin.zip", + "hash": "124de61d21a4a911827a63dc6a7f97fbb105a90568a11a56d4ff7c7a0c7421ec" } }, - "extract_dir": "sapmachine-jdk-17.0.18", + "extract_dir": "sapmachine-jdk-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 0a12b823bfef88df838e1c00e9906122414b8998 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:39:51 +0000 Subject: [PATCH 408/545] sapmachine-jre: Update to version 17.0.19 --- bucket/sapmachine-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-jre.json b/bucket/sapmachine-jre.json index 08a4809b151..3f3aded4738 100644 --- a/bucket/sapmachine-jre.json +++ b/bucket/sapmachine-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jre-17.0.18_windows-x64_bin.zip", - "hash": "a1540efb9a0dc4ec550b3910d6b013766f7594c3cd511f99e32b1c0ca18661f8" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jre-17.0.19_windows-x64_bin.zip", + "hash": "50fbc1804ce3370770798edbf9b953782b0cf21b808c07e1edef7c1181ad4a1c" } }, - "extract_dir": "sapmachine-jre-17.0.18", + "extract_dir": "sapmachine-jre-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5c57247031122c71e60cc2c26128d61ea527f5f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:39:51 +0000 Subject: [PATCH 409/545] sapmachine-lts-jdk: Update to version 17.0.19 --- bucket/sapmachine-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-lts-jdk.json b/bucket/sapmachine-lts-jdk.json index f9b8c46667b..37eef2939d0 100644 --- a/bucket/sapmachine-lts-jdk.json +++ b/bucket/sapmachine-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jdk-17.0.18_windows-x64_bin.zip", - "hash": "85824e0f3ccbd3a1da0ec3bf58b0eae1521d56d96c12347cb0502d7f110ea85f" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jdk-17.0.19_windows-x64_bin.zip", + "hash": "124de61d21a4a911827a63dc6a7f97fbb105a90568a11a56d4ff7c7a0c7421ec" } }, - "extract_dir": "sapmachine-jdk-17.0.18", + "extract_dir": "sapmachine-jdk-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 181b67e74e5508fc7527d0d426203232bddb9cea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:39:51 +0000 Subject: [PATCH 410/545] sapmachine-lts-jre: Update to version 17.0.19 --- bucket/sapmachine-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine-lts-jre.json b/bucket/sapmachine-lts-jre.json index b1dc665b99c..b4896ce6685 100644 --- a/bucket/sapmachine-lts-jre.json +++ b/bucket/sapmachine-lts-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine LTS: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jre-17.0.18_windows-x64_bin.zip", - "hash": "a1540efb9a0dc4ec550b3910d6b013766f7594c3cd511f99e32b1c0ca18661f8" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jre-17.0.19_windows-x64_bin.zip", + "hash": "50fbc1804ce3370770798edbf9b953782b0cf21b808c07e1edef7c1181ad4a1c" } }, - "extract_dir": "sapmachine-jre-17.0.18", + "extract_dir": "sapmachine-jre-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 531ff75a675af2060bf64fd6145fbc7d7d8fa93e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:39:52 +0000 Subject: [PATCH 411/545] sapmachine17-jdk: Update to version 17.0.19 --- bucket/sapmachine17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine17-jdk.json b/bucket/sapmachine17-jdk.json index 4a730f4b481..0d54e2fe862 100644 --- a/bucket/sapmachine17-jdk.json +++ b/bucket/sapmachine17-jdk.json @@ -1,15 +1,15 @@ { "description": "SapMachine 17: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jdk-17.0.18_windows-x64_bin.zip", - "hash": "85824e0f3ccbd3a1da0ec3bf58b0eae1521d56d96c12347cb0502d7f110ea85f" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jdk-17.0.19_windows-x64_bin.zip", + "hash": "124de61d21a4a911827a63dc6a7f97fbb105a90568a11a56d4ff7c7a0c7421ec" } }, - "extract_dir": "sapmachine-jdk-17.0.18", + "extract_dir": "sapmachine-jdk-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 94b731eda4edbebf72053992c4de0b44cbf9cd01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:39:52 +0000 Subject: [PATCH 412/545] sapmachine17-jre: Update to version 17.0.19 --- bucket/sapmachine17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sapmachine17-jre.json b/bucket/sapmachine17-jre.json index f343b538796..faf30c6101d 100644 --- a/bucket/sapmachine17-jre.json +++ b/bucket/sapmachine17-jre.json @@ -1,15 +1,15 @@ { "description": "SapMachine 17: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.18/sapmachine-jre-17.0.18_windows-x64_bin.zip", - "hash": "a1540efb9a0dc4ec550b3910d6b013766f7594c3cd511f99e32b1c0ca18661f8" + "url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-17.0.19/sapmachine-jre-17.0.19_windows-x64_bin.zip", + "hash": "50fbc1804ce3370770798edbf9b953782b0cf21b808c07e1edef7c1181ad4a1c" } }, - "extract_dir": "sapmachine-jre-17.0.18", + "extract_dir": "sapmachine-jre-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d75ceef94a623f3e0eed0d42ac82ea46e18c43ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:23 +0000 Subject: [PATCH 413/545] corretto-jdk: Update to version 21.0.11.10.1 --- bucket/corretto-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-jdk.json b/bucket/corretto-jdk.json index e80e409cce5..533132462db 100644 --- a/bucket/corretto-jdk.json +++ b/bucket/corretto-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "21.0.10.7.1", + "version": "21.0.11.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/21.0.10.7.1/amazon-corretto-21.0.10.7.1-windows-x64-jdk.zip", - "hash": "ea03f291937e6b32700fa325ec2bf77dcf570f1ace8ef0f01e752d66c035877e" + "url": "https://corretto.aws/downloads/resources/21.0.11.10.1/amazon-corretto-21.0.11.10.1-windows-x64-jdk.zip", + "hash": "5d63fdb5a19393081919afc0daa4ce82a7fadcced569981a995529caed28fb14" } }, - "extract_dir": "jdk21.0.10_7", + "extract_dir": "jdk21.0.11_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 18b01ed27d25cc45e95a62796e3d51bdebc4a746 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:23 +0000 Subject: [PATCH 414/545] corretto-lts-jdk: Update to version 17.0.19.10.1 --- bucket/corretto-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto-lts-jdk.json b/bucket/corretto-lts-jdk.json index 2082c11e4ab..dea1af256eb 100644 --- a/bucket/corretto-lts-jdk.json +++ b/bucket/corretto-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.18.9.1", + "version": "17.0.19.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.18.9.1/amazon-corretto-17.0.18.9.1-windows-x64-jdk.zip", - "hash": "ce2305ec89c93ffda7c13bec0c81e92732fb7c2f990cdc6793057009582ccaa6" + "url": "https://corretto.aws/downloads/resources/17.0.19.10.1/amazon-corretto-17.0.19.10.1-windows-x64-jdk.zip", + "hash": "ab748d9814d99a848916b54b36ae0f1d104493e61a19e1887072b4db9802c6ac" } }, - "extract_dir": "jdk17.0.18_9", + "extract_dir": "jdk17.0.19_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4cbb824e5c2f7cbe12aa47ad6408b44094b38f2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:24 +0000 Subject: [PATCH 415/545] corretto11-jdk: Update to version 11.0.31.11.1 --- bucket/corretto11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto11-jdk.json b/bucket/corretto11-jdk.json index 2b2b0b71dac..942dccbe3b3 100644 --- a/bucket/corretto11-jdk.json +++ b/bucket/corretto11-jdk.json @@ -1,19 +1,19 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "11.0.30.7.1", + "version": "11.0.31.11.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x64-jdk.zip", - "hash": "b0e18b9ae209351d483057bc0c28baf39c59e3991c6e592d32adbaf3962155c7" + "url": "https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x64-jdk.zip", + "hash": "462f2a455d8f8da1a3a839a0f3de10c7a5fe6f7d230cf995e144a769382f4afe" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x86-jre.zip", - "hash": "a236cd8439a6f5c79d12d44473b076cfe1cb1bc07bd45955aa095fcc50e80508" + "url": "https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x86-jre.zip", + "hash": "8bf7d4329575956a5fbd6eb4afdea0121e50e62b2525d662d0a6fa9e73f7f579" } }, - "extract_dir": "jdk11.0.30_7", + "extract_dir": "jdk11.0.31_11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8b555fbc21ebed977d3db21738452a20c08089d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:24 +0000 Subject: [PATCH 416/545] corretto17-jdk: Update to version 17.0.19.10.1 --- bucket/corretto17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto17-jdk.json b/bucket/corretto17-jdk.json index 2082c11e4ab..dea1af256eb 100644 --- a/bucket/corretto17-jdk.json +++ b/bucket/corretto17-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "17.0.18.9.1", + "version": "17.0.19.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/17.0.18.9.1/amazon-corretto-17.0.18.9.1-windows-x64-jdk.zip", - "hash": "ce2305ec89c93ffda7c13bec0c81e92732fb7c2f990cdc6793057009582ccaa6" + "url": "https://corretto.aws/downloads/resources/17.0.19.10.1/amazon-corretto-17.0.19.10.1-windows-x64-jdk.zip", + "hash": "ab748d9814d99a848916b54b36ae0f1d104493e61a19e1887072b4db9802c6ac" } }, - "extract_dir": "jdk17.0.18_9", + "extract_dir": "jdk17.0.19_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 032dcabf54aa850b49d55aec5fb573296ebab23f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:24 +0000 Subject: [PATCH 417/545] corretto21-jdk: Update to version 21.0.11.10.1 --- bucket/corretto21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto21-jdk.json b/bucket/corretto21-jdk.json index e80e409cce5..533132462db 100644 --- a/bucket/corretto21-jdk.json +++ b/bucket/corretto21-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "21.0.10.7.1", + "version": "21.0.11.10.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/21.0.10.7.1/amazon-corretto-21.0.10.7.1-windows-x64-jdk.zip", - "hash": "ea03f291937e6b32700fa325ec2bf77dcf570f1ace8ef0f01e752d66c035877e" + "url": "https://corretto.aws/downloads/resources/21.0.11.10.1/amazon-corretto-21.0.11.10.1-windows-x64-jdk.zip", + "hash": "5d63fdb5a19393081919afc0daa4ce82a7fadcced569981a995529caed28fb14" } }, - "extract_dir": "jdk21.0.10_7", + "extract_dir": "jdk21.0.11_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2af4c697bd95bbff1c0180cc510853dea7e7e3dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:25 +0000 Subject: [PATCH 418/545] corretto25-jdk: Update to version 25.0.3.9.1 --- bucket/corretto25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/corretto25-jdk.json b/bucket/corretto25-jdk.json index 79e97b4a074..1784a53630b 100644 --- a/bucket/corretto25-jdk.json +++ b/bucket/corretto25-jdk.json @@ -1,15 +1,15 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "25.0.2.10.1", + "version": "25.0.3.9.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/25.0.2.10.1/amazon-corretto-25.0.2.10.1-windows-x64-jdk.zip", - "hash": "ee94067183891ae5ae1f4771ea715f1114333ebf64f61e3ad1b34a38eed65dfc" + "url": "https://corretto.aws/downloads/resources/25.0.3.9.1/amazon-corretto-25.0.3.9.1-windows-x64-jdk.zip", + "hash": "3404a8be08f0fdbbd24c9bbdda79ba1ded87b264a833247b2124ac45da1c16e0" } }, - "extract_dir": "jdk25.0.2_10", + "extract_dir": "jdk25.0.3_9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7aab68cc92cfb9e41e0f4844c5dae81768b09ff3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:25 +0000 Subject: [PATCH 419/545] corretto8-jdk: Update to version 8.492.09.1 --- bucket/corretto8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto8-jdk.json b/bucket/corretto8-jdk.json index 42274650a35..8d120def22d 100644 --- a/bucket/corretto8-jdk.json +++ b/bucket/corretto8-jdk.json @@ -1,19 +1,19 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.482.08.1", + "version": "8.492.09.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x64-jdk.zip", - "hash": "b7a07f8860856610e334baa5eff811e4088a8263d034799b762dd1b1c623a7d2" + "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x64-jdk.zip", + "hash": "c73109bd194b7c94041d984a98fded4be0c9aee75473c90a0e3b77f606d9b9b2" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x86-jdk.zip", - "hash": "b4d9f69ba08eed18a949d3302cd84c0a223c924f4cc6e6041595023b80153d99" + "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x86-jdk.zip", + "hash": "346bf30a329d53693d3071a48882e26f171276d8ea2d3a515e0397257928ec52" } }, - "extract_dir": "jdk1.8.0_482", + "extract_dir": "jdk1.8.0_492", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9ff72ba1313500014a65f576d0135669c923f937 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:00:25 +0000 Subject: [PATCH 420/545] corretto8-jre: Update to version 8.492.09.1 --- bucket/corretto8-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/corretto8-jre.json b/bucket/corretto8-jre.json index ecc62e1a861..c13ccdb1fa7 100644 --- a/bucket/corretto8-jre.json +++ b/bucket/corretto8-jre.json @@ -1,16 +1,16 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.482.08.1", + "version": "8.492.09.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x64-jre.zip", - "hash": "96d4c9d5ad8d31d97ea0303fc9a717b24e80ca7c35dd55da636b2d8001c4a16f" + "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x64-jre.zip", + "hash": "be3e05f84befb27952a791ae5b0223f1fbe20863dc1e973df0f79d7b89acf635" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.482.08.1/amazon-corretto-8.482.08.1-windows-x86-jre.zip", - "hash": "11ed855ce921951f808c23e1a9a622001766d8439c13b7080f3526658643013f" + "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x86-jre.zip", + "hash": "bdad397b07292fa45e3fd7bdc6299385f7ab3fc8c9613a8f5f0c219a6abfbb05" } }, "extract_dir": "jre8", From 66dcab0d522e6d6249aac0ae4463f3e0746aae95 Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:20:52 +0800 Subject: [PATCH 421/545] openjdk(*): fix superseded-page checkver (#587) --- bucket/openjdk.json | 4 ++-- bucket/openjdk17.json | 3 ++- bucket/openjdk20.json | 4 ++-- bucket/openjdk21.json | 4 ++-- bucket/openjdk22.json | 4 ++-- bucket/openjdk23.json | 4 ++-- bucket/openjdk24.json | 4 ++-- bucket/openjdk25.json | 4 ++-- 8 files changed, 16 insertions(+), 15 deletions(-) diff --git a/bucket/openjdk.json b/bucket/openjdk.json index 072e7dc7586..772d0445811 100644 --- a/bucket/openjdk.json +++ b/bucket/openjdk.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/25", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?[\\d.]+)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk17.json b/bucket/openjdk17.json index 593365094ef..e75f54f55ea 100644 --- a/bucket/openjdk17.json +++ b/bucket/openjdk17.json @@ -15,7 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?17(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?17(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk20.json b/bucket/openjdk20.json index a61c0b64284..75aeb4446e3 100644 --- a/bucket/openjdk20.json +++ b/bucket/openjdk20.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/20", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?20(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?20(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk21.json b/bucket/openjdk21.json index 3f21e15a55d..8a88381875a 100644 --- a/bucket/openjdk21.json +++ b/bucket/openjdk21.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/21", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?21(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?21(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk22.json b/bucket/openjdk22.json index 1a424c12b6a..44318102042 100644 --- a/bucket/openjdk22.json +++ b/bucket/openjdk22.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/22", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?22(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?22(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk23.json b/bucket/openjdk23.json index 36a4fd7c8c5..721bc2593e8 100644 --- a/bucket/openjdk23.json +++ b/bucket/openjdk23.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/23", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?23(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?23(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk24.json b/bucket/openjdk24.json index ca8909f4005..90cd97bb31d 100644 --- a/bucket/openjdk24.json +++ b/bucket/openjdk24.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/24", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?24(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?24(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { diff --git a/bucket/openjdk25.json b/bucket/openjdk25.json index bd0691a1bfa..fd3033bb62d 100644 --- a/bucket/openjdk25.json +++ b/bucket/openjdk25.json @@ -15,8 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/25", - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?25(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?25(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, "autoupdate": { From c22c45ae203c5307f0c42d43df4752bb0910f25d Mon Sep 17 00:00:00 2001 From: b4imetu <41535001+b4imetu@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:25:56 +0800 Subject: [PATCH 422/545] microsoft-lts-jdk: Update to version 25.0.2 (#570) --- bucket/microsoft-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/microsoft-lts-jdk.json b/bucket/microsoft-lts-jdk.json index a977fe75f3d..02f5a5b6e36 100644 --- a/bucket/microsoft-lts-jdk.json +++ b/bucket/microsoft-lts-jdk.json @@ -1,16 +1,16 @@ { - "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", + "description": "The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.10", + "version": "25.0.2", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-x64.zip", - "hash": "45a44af1f832e720ea6ad90dd7b2c94a48b2e5bf2fab92b2403e975f78d7d5e1" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-x64.zip", + "hash": "38d1a42d189c50b24152014ef131931f25f4cc80400ce618f0477f5e4e5aa252" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-aarch64.zip", - "hash": "924c7127929aeb90019c1982a26b0a88337aed00ef333afb0bec28c06a6b5767" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-aarch64.zip", + "hash": "e0d9380cf3d0b5efc675664fa0db22cc9eb5d77c4fd2a132f4b58df0608593cf" } }, "extract_to": "tmp", @@ -25,8 +25,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://docs.microsoft.com/java/openjdk/download", - "regex": "(?microsoft-jdk-((?21[\\d.]*?).(?[\\d]+).[\\d]+)-windows-x64).zip" + "url": "https://learn.microsoft.com/en-us/java/openjdk/download", + "regex": "(?microsoft-jdk-((?25[\\d.]*?).(?[\\d]+).[\\d]+)-windows-x64).zip" }, "autoupdate": { "architecture": { From c6b15e2351da20cc755f658dafdfdb9443a9d36e Mon Sep 17 00:00:00 2001 From: Florian Cramer Date: Wed, 22 Apr 2026 13:34:00 +0200 Subject: [PATCH 423/545] temurin26: Add version 26 (#586) --- bucket/temurin26-jdk.json | 40 +++++++++++++++++++++++++++++++++++++++ bucket/temurin26-jre.json | 40 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 bucket/temurin26-jdk.json create mode 100644 bucket/temurin26-jre.json diff --git a/bucket/temurin26-jdk.json b/bucket/temurin26-jdk.json new file mode 100644 index 00000000000..66819c73b98 --- /dev/null +++ b/bucket/temurin26-jdk.json @@ -0,0 +1,40 @@ +{ + "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", + "homepage": "https://adoptium.net", + "version": "26.0.0-35", + "license": "GPL-2.0-only WITH Classpath-exception-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jdk_x64_windows_hotspot_26_35.zip", + "hash": "f36dbdfbd36401d6bf34c418e6405aedc17296cc72ec8335b5754d90e47aec64" + } + }, + "extract_dir": "jdk-26+35", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.adoptium.net/v3/assets/feature_releases/26/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jdk&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", + "script": [ + "$ver = (json_path $page $..version_data.semver).replace('+', '-')", + "$link = (json_path $page $..release_link).replace('%2B', '+')", + "$name = json_path $page $..binaries[0].package.name", + "Write-Output \"$ver $link $name\"" + ], + "regex": "(?.*?) https://github.com/(?.*?)/tag/(?.*?) (?(?OpenJDK[\\dU]*-[dejkr]{3})_x64_(?.*))", + "replace": "${ver}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/$matchLink/download/$matchTag/$matchName" + } + }, + "hash": { + "url": "$url.sha256.txt", + "regex": "^([a-fA-F0-9]+)\\s" + }, + "extract_dir": "$matchTag" + } +} diff --git a/bucket/temurin26-jre.json b/bucket/temurin26-jre.json new file mode 100644 index 00000000000..6d1191d441e --- /dev/null +++ b/bucket/temurin26-jre.json @@ -0,0 +1,40 @@ +{ + "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", + "homepage": "https://adoptium.net", + "version": "26.0.0-35", + "license": "GPL-2.0-only WITH Classpath-exception-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jre_x64_windows_hotspot_26_35.zip", + "hash": "5b776c83068703c4f6b52545673161981a74262d9751aba7eaa87b38a19beb8d" + } + }, + "extract_dir": "jdk-26+35-jre", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.adoptium.net/v3/assets/feature_releases/26/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", + "script": [ + "$ver = (json_path $page $..version_data.semver).replace('+', '-')", + "$link = (json_path $page $..release_link).replace('%2B', '+')", + "$name = json_path $page $..binaries[0].package.name", + "Write-Output \"$ver $link $name\"" + ], + "regex": "(?.*?) https://github.com/(?.*?)/tag/(?.*?) (?(?OpenJDK[\\dU]*-[dejkr]{3})_x64_(?.*))", + "replace": "${ver}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/$matchLink/download/$matchTag/$matchName" + } + }, + "hash": { + "url": "$url.sha256.txt", + "regex": "^([a-fA-F0-9]+)\\s" + }, + "extract_dir": "$matchTag-jre" + } +} From d35847825486adf9c647c1cf00190a1a6b42658e Mon Sep 17 00:00:00 2001 From: Gerson Minichiello Date: Wed, 22 Apr 2026 08:39:10 -0300 Subject: [PATCH 424/545] zulufx25(*): Add version 25 (#584) --- bucket/zulufx25-jdk.json | 38 ++++++++++++++++++++++++++++++++++++++ bucket/zulufx25-jre.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 bucket/zulufx25-jdk.json create mode 100644 bucket/zulufx25-jre.json diff --git a/bucket/zulufx25-jdk.json b/bucket/zulufx25-jdk.json new file mode 100644 index 00000000000..c1abf5e5d11 --- /dev/null +++ b/bucket/zulufx25-jdk.json @@ -0,0 +1,38 @@ +{ + "description": "Open Source Builds of Zulu With OpenJFX", + "homepage": "https://www.azul.com/products/zulu-community/zulufx/", + "version": "25.32.21", + "license": { + "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", + "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" + }, + "architecture": { + "64bit": { + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jdk25.0.2-win_x64.zip", + "hash": "50d428552aef90f1f36117f68f03a7f52f63753ade454b1319ea4ae44b52ac19", + "extract_dir": "zulu25.32.21-ca-fx-jdk25.0.2-win_x64" + } + }, + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", + "jsonpath": "$..download_url", + "regex": "(?zulu(?[\\d.]+)-ca-fx-jdk(?[\\d.]+)-win)_x64.zip", + "replace": "${version}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip", + "extract_dir": "$matchName_x64", + "hash": { + "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", + "jp": "$..sha256_hash" + } + } + } + } +} diff --git a/bucket/zulufx25-jre.json b/bucket/zulufx25-jre.json new file mode 100644 index 00000000000..d761f8397f1 --- /dev/null +++ b/bucket/zulufx25-jre.json @@ -0,0 +1,38 @@ +{ + "description": "Open Source Builds of Zulu With OpenJFX", + "homepage": "https://www.azul.com/products/zulu-community/zulufx/", + "version": "25.32.21", + "license": { + "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", + "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" + }, + "architecture": { + "64bit": { + "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jre25.0.2-win_x64.zip", + "hash": "4042b60589ef40e8d3bf38ae792e8143037ba6a39112ef88ca9ef7d2fa71b259", + "extract_dir": "zulu25.32.21-ca-fx-jre25.0.2-win_x64" + } + }, + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", + "jsonpath": "$..download_url", + "regex": "(?zulu(?[\\d.]+)-ca-fx-jre(?[\\d.]+)-win)_x64.zip", + "replace": "${version}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip", + "extract_dir": "$matchName_x64", + "hash": { + "url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=25&os=windows&arch=x64&archive_type=zip&java_package_type=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", + "jp": "$..sha256_hash" + } + } + } + } +} From 37574195771c963d654a905ea0d573006516f687 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:01 +0000 Subject: [PATCH 425/545] liberica-full-jdk: Update to version 26.0.1-10 --- bucket/liberica-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index e1fb05400aa..060bb924ecc 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "26-37", + "version": "26.0.1-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-amd64-full.zip", - "hash": "sha1:70923ce8f9445f4d9e38a3cf23d835c46ec114c2" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jdk26.0.1%2B10-windows-amd64-full.zip", + "hash": "sha1:5bbd80cd72d2657df10ea2f1c7ed0b622e1f0cd1" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-aarch64-full.zip", - "hash": "sha1:67b360e88164c84db31eba83e6f68673ae32a6c7" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jdk26.0.1%2B10-windows-aarch64-full.zip", + "hash": "sha1:9cf18d12544e4d4337eef96f5917bcb1fd72936a" } }, - "extract_dir": "jdk-26-full", + "extract_dir": "jdk-26.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From fd0cb48f2f1b3add0cbe03177eba7ffd26a4568e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:02 +0000 Subject: [PATCH 426/545] liberica-full-jre: Update to version 26.0.1-10 --- bucket/liberica-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index dc71c6ea629..3c004dba5f2 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "26-37", + "version": "26.0.1-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-amd64-full.zip", - "hash": "sha1:1ea28f37eda35671e81138a5cb82530083520393" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jre26.0.1%2B10-windows-amd64-full.zip", + "hash": "sha1:f515a3ee3d11fc7b21af64da7317df8f3d4996d6" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-aarch64-full.zip", - "hash": "sha1:0a09ef9acd8cd3294e2b4b02cf1545468952f1db" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jre26.0.1%2B10-windows-aarch64-full.zip", + "hash": "sha1:3fb2eebcae4df23eaaa03d4ade336d70ce2eb7f3" } }, - "extract_dir": "jre-26-full", + "extract_dir": "jre-26.0.1-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 2eecee03dc3d20cc28eabd1149606d34bdb1ca19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:02 +0000 Subject: [PATCH 427/545] liberica-full-lts-jdk: Update to version 25.0.3-11 --- bucket/liberica-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index 28d6f1d0ac1..3ace5c6639b 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64-full.zip", + "hash": "sha1:ad8e84aad7d98ea9e07aaab274e5c90bbd448989" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64-full.zip", + "hash": "sha1:41cf12fc2d3b2f6c6aaca4ca82dcedfa76cfe6aa" } }, - "extract_dir": "jdk-25.0.2-full", + "extract_dir": "jdk-25.0.3-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 41b02eca5495db9dcc4d32c3c60aca56fc8f76e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:02 +0000 Subject: [PATCH 428/545] liberica-full-lts-jre: Update to version 25.0.3-11 --- bucket/liberica-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index 2b3cbb38d37..60a82f9d6d9 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-amd64-full.zip", + "hash": "sha1:38d84b2f9a2ed98cfdc9410f1295830e264d575d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-aarch64-full.zip", + "hash": "sha1:3170bb500f0ba3cdbef14cd1e17b42b8ab5305d1" } }, - "extract_dir": "jre-25.0.2-full", + "extract_dir": "jre-25.0.3-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From b425d66b4ba031802b8699791e405b15c6dec176 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:03 +0000 Subject: [PATCH 429/545] liberica-jdk: Update to version 26.0.1-10 --- bucket/liberica-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index 34df4bb845f..cc8133ccc9d 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "26-37", + "version": "26.0.1-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-amd64.zip", - "hash": "sha1:363688e8fc69b43b057630c42d0e65aa32ca8eb5" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jdk26.0.1%2B10-windows-amd64.zip", + "hash": "sha1:18db1e039769dc5e0279795754d15fffe5b9962c" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-aarch64.zip", - "hash": "sha1:706a139a8ea000e121c214b938b68a408a8a8eab" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jdk26.0.1%2B10-windows-aarch64.zip", + "hash": "sha1:0852d3a8cd420b13fb5a639827c1ad15de9dc617" } }, - "extract_dir": "jdk-26", + "extract_dir": "jdk-26.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 922d0ba581b4cfd5fcb9ef59d0576129504106d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:03 +0000 Subject: [PATCH 430/545] liberica-jre: Update to version 26.0.1-10 --- bucket/liberica-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index 6244ad9a11d..d5ce10a4514 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "26-37", + "version": "26.0.1-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-amd64.zip", - "hash": "sha1:62af2d408e7d9f805e331e2da67855b2c3e1b3fa" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jre26.0.1%2B10-windows-amd64.zip", + "hash": "sha1:5d9f8ff5453d836ceb9660d2416b238f920b8652" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jre26%2B37-windows-aarch64.zip", - "hash": "sha1:a280cb5f5240b6c63a391718c4c5853dabdfc0c8" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jre26.0.1%2B10-windows-aarch64.zip", + "hash": "sha1:1210c0bfaa76a5c04a082c8ed421054a0752fb29" } }, - "extract_dir": "jre-26", + "extract_dir": "jre-26.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3fcb85ab724e323e40c3d8d5eaacdc057cd68312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:04 +0000 Subject: [PATCH 431/545] liberica-lite-jdk: Update to version 26.0.1-10 --- bucket/liberica-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index c7aea296ab0..38937f4ea0e 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "26-37", + "version": "26.0.1-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-amd64-lite.zip", - "hash": "sha1:147e5fb2cae8c3def71be9d71fb83ce6994b031f" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jdk26.0.1%2B10-windows-amd64-lite.zip", + "hash": "sha1:53057317233197c00bd19c812ec2ff3ce05b16cb" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/26%2B37/bellsoft-jdk26%2B37-windows-aarch64-lite.zip", - "hash": "sha1:04485abd912cb8866bf693adb4f8a2e003eb18b8" + "url": "https://github.com/bell-sw/Liberica/releases/download/26.0.1%2B10/bellsoft-jdk26.0.1%2B10-windows-aarch64-lite.zip", + "hash": "sha1:5a8bc926ef8c558fcb7e4a1edd6c99a1be35060f" } }, - "extract_dir": "jdk-26-lite", + "extract_dir": "jdk-26.0.1-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 03d37624cb4f996f256a6f6e15667f109c65c8c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:04 +0000 Subject: [PATCH 432/545] liberica-lite-lts-jdk: Update to version 25.0.3-11 --- bucket/liberica-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index 568d119f331..2a48df835b3 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", - "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64-lite.zip", + "hash": "sha1:aa7ff8769f14e31ff02b40538232607e0e174c4a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", - "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64-lite.zip", + "hash": "sha1:c1ee8159b0acf6b2f8c33b09c0aa2d007b6a59b1" } }, - "extract_dir": "jdk-25.0.2-lite", + "extract_dir": "jdk-25.0.3-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f36097de4f298425579f4755cc08e122209b6f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:04 +0000 Subject: [PATCH 433/545] liberica-lts-jdk: Update to version 25.0.3-11 --- bucket/liberica-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index 74d4b51e135..cb0506cb191 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64.zip", + "hash": "sha1:50d401f0ebd6038befda3aae6eddf06b4f1f8aac" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64.zip", + "hash": "sha1:b6520c6c486969f83b4220d53c7beed25fefa99a" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-25.0.3", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 82de1e5bd022cb1aa576e71eb887774bd363d76b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:05 +0000 Subject: [PATCH 434/545] liberica-lts-jre: Update to version 25.0.3-11 --- bucket/liberica-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica-lts-jre.json b/bucket/liberica-lts-jre.json index af50f25ffa0..aa04c18bf36 100644 --- a/bucket/liberica-lts-jre.json +++ b/bucket/liberica-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-amd64.zip", + "hash": "sha1:2df9ee57b64fdfdb8ccaa6a82adeadab5417c9c7" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-aarch64.zip", + "hash": "sha1:efe5b5825a47d2601fb60bf003a77ee3f43beaa5" } }, - "extract_dir": "jre-25.0.2", + "extract_dir": "jre-25.0.3", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 0860eea61f2299c077ac835f4343fac614ee48fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:05 +0000 Subject: [PATCH 435/545] liberica11-full-jdk: Update to version 11.0.31-11 --- bucket/liberica11-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-full-jdk.json b/bucket/liberica11-full-jdk.json index 988fe8720cb..b48ca134c8a 100644 --- a/bucket/liberica11-full-jdk.json +++ b/bucket/liberica11-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.30-9", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-amd64-full.zip", - "hash": "sha1:2f01f6d8cd72c30d93cf30039685e2e14811b317" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jdk11.0.31%2B11-windows-amd64-full.zip", + "hash": "sha1:86b52fd6f9871bbb2ce65ad9979868b1cff9b98f" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-i586-full.zip", - "hash": "sha1:46d0845d62d45d8f27ae14245ccdce72303f488f" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jdk11.0.31%2B11-windows-i586-full.zip", + "hash": "sha1:1beb2b0412703a58b028bfc6d4295543e2d633b1" } }, - "extract_dir": "jdk-11.0.30-full", + "extract_dir": "jdk-11.0.31-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3ad3610aa67058462eea715887bef856101bf9c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:05 +0000 Subject: [PATCH 436/545] liberica11-full-jre: Update to version 11.0.31-11 --- bucket/liberica11-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-full-jre.json b/bucket/liberica11-full-jre.json index 4263e9adea9..3a87b5b4ab6 100644 --- a/bucket/liberica11-full-jre.json +++ b/bucket/liberica11-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.30-9", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-amd64-full.zip", - "hash": "sha1:ba7616d084773b8a83794de3096c977d89a262d0" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jre11.0.31%2B11-windows-amd64-full.zip", + "hash": "sha1:bdc2f3a314b151720b953d7e24b2d720b3a4168b" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-i586-full.zip", - "hash": "sha1:204e58827050eb9fffb242478dd48a77c14e41aa" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jre11.0.31%2B11-windows-i586-full.zip", + "hash": "sha1:fd2536c3136c7fa5be87439a0792a6bc3e651e37" } }, - "extract_dir": "jre-11.0.30-full", + "extract_dir": "jre-11.0.31-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 98093ca38841215d5ec302c7a8fe3d6f110e4558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:06 +0000 Subject: [PATCH 437/545] liberica11-jdk: Update to version 11.0.31-11 --- bucket/liberica11-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-jdk.json b/bucket/liberica11-jdk.json index bbbc7069b53..22b7f6cd638 100644 --- a/bucket/liberica11-jdk.json +++ b/bucket/liberica11-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.30-9", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-amd64.zip", - "hash": "sha1:bf890f8b11034fa8836a0a724bb75cbfde02ae16" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jdk11.0.31%2B11-windows-amd64.zip", + "hash": "sha1:24c46d8262bab405c11b4b4457939ac9da5f605a" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-i586.zip", - "hash": "sha1:1a162997e6583e186e834d377f3f6c6e7d1f7526" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jdk11.0.31%2B11-windows-i586.zip", + "hash": "sha1:8a7c89669f921c44dc1bc44b1a91f2c089ae4c45" } }, - "extract_dir": "jdk-11.0.30", + "extract_dir": "jdk-11.0.31", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 74d6658a4e47e0ce8091839207d00916c65f42fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:06 +0000 Subject: [PATCH 438/545] liberica11-jre: Update to version 11.0.31-11 --- bucket/liberica11-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-jre.json b/bucket/liberica11-jre.json index 869b679c104..d42ced3d26e 100644 --- a/bucket/liberica11-jre.json +++ b/bucket/liberica11-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.30-9", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-amd64.zip", - "hash": "sha1:77237cdf52d4a76ada7872cab0a0ea3720c5f115" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jre11.0.31%2B11-windows-amd64.zip", + "hash": "sha1:029c91292238b1421c919d473225e141a4fa1ac9" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jre11.0.30%2B9-windows-i586.zip", - "hash": "sha1:967671389a418c986a2568fd893ed31c8ea7042d" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jre11.0.31%2B11-windows-i586.zip", + "hash": "sha1:d9734e2a9ac432a807bae0358afbb6e5e1a65600" } }, - "extract_dir": "jre-11.0.30", + "extract_dir": "jre-11.0.31", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ee60993beffc695d575ff6ec958293dfdc6af312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:07 +0000 Subject: [PATCH 439/545] liberica11-lite-jdk: Update to version 11.0.31-11 --- bucket/liberica11-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica11-lite-jdk.json b/bucket/liberica11-lite-jdk.json index a1a25eadb9d..effcf05a93d 100644 --- a/bucket/liberica11-lite-jdk.json +++ b/bucket/liberica11-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 11 implementation", "homepage": "https://bell-sw.com/java", - "version": "11.0.30-9", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-amd64-lite.zip", - "hash": "sha1:bafaa8af552fc28804f8c99d8c2a06a1dadf89f8" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jdk11.0.31%2B11-windows-amd64-lite.zip", + "hash": "sha1:b6b577c8aaa816099f08036c8781726a57fc31b4" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.30%2B9/bellsoft-jdk11.0.30%2B9-windows-i586-lite.zip", - "hash": "sha1:d4cf57f99288d20809363816cb0161269bb68c0a" + "url": "https://github.com/bell-sw/Liberica/releases/download/11.0.31%2B11/bellsoft-jdk11.0.31%2B11-windows-i586-lite.zip", + "hash": "sha1:82f716c6c24e1516fab0fa5a34d58b73eeaa811b" } }, - "extract_dir": "jdk-11.0.30-lite", + "extract_dir": "jdk-11.0.31-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9d35be4aa31d7d8c20dd462d1b63922aa9396ff3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:07 +0000 Subject: [PATCH 440/545] liberica17-full-jdk: Update to version 17.0.19-11 --- bucket/liberica17-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-full-jdk.json b/bucket/liberica17-full-jdk.json index ebb2ede8c73..b6bcf599b58 100644 --- a/bucket/liberica17-full-jdk.json +++ b/bucket/liberica17-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.18-10", + "version": "17.0.19-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-amd64-full.zip", - "hash": "sha1:ba546d780965d36f86d66ff62ffd5506c137debb" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jdk17.0.19%2B11-windows-amd64-full.zip", + "hash": "sha1:e15aa808f98427da9237c731a11388f6291e9c08" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-i586-full.zip", - "hash": "sha1:5bd336136e585bf491b85e3b7427872762d5902f" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jdk17.0.19%2B11-windows-i586-full.zip", + "hash": "sha1:090ede49097b00d321348c3a17a6db6f441d099e" } }, - "extract_dir": "jdk-17.0.18-full", + "extract_dir": "jdk-17.0.19-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d25463eab99810b2cc7bc80703b24365d14a2496 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:07 +0000 Subject: [PATCH 441/545] liberica17-full-jre: Update to version 17.0.19-11 --- bucket/liberica17-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-full-jre.json b/bucket/liberica17-full-jre.json index 05e5de65d47..9d3c8156cde 100644 --- a/bucket/liberica17-full-jre.json +++ b/bucket/liberica17-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.18-10", + "version": "17.0.19-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-amd64-full.zip", - "hash": "sha1:4a46216fa7e1a0ec8bedb917b928d03e70275265" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jre17.0.19%2B11-windows-amd64-full.zip", + "hash": "sha1:1c64fb6cda6a9293df18189474e88fdaf5e37bfb" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-i586-full.zip", - "hash": "sha1:32c8ad044a948812b362f2ae7e9ced7647853ae0" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jre17.0.19%2B11-windows-i586-full.zip", + "hash": "sha1:5c2500c094fdd0cedfc42438426075ec333741a3" } }, - "extract_dir": "jre-17.0.18-full", + "extract_dir": "jre-17.0.19-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7e601a453b6d2058d1c4cb7f26c2b88e9dfaeb90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:08 +0000 Subject: [PATCH 442/545] liberica17-jdk: Update to version 17.0.19-11 --- bucket/liberica17-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-jdk.json b/bucket/liberica17-jdk.json index 6eaa14b0002..f24c2a4ba81 100644 --- a/bucket/liberica17-jdk.json +++ b/bucket/liberica17-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.18-10", + "version": "17.0.19-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-amd64.zip", - "hash": "sha1:808e5421e0c81e493399ea4c7c88e9c2b0668606" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jdk17.0.19%2B11-windows-amd64.zip", + "hash": "sha1:703b417069f9799c516ed9c0954ac385fa226590" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-i586.zip", - "hash": "sha1:d2174eb97856169198234fe0b065f2d19969529a" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jdk17.0.19%2B11-windows-i586.zip", + "hash": "sha1:5b6b629aa9964be9645ea5637525593c42db0458" } }, - "extract_dir": "jdk-17.0.18", + "extract_dir": "jdk-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From de4aadb4cb2e26ca2152f23e31d5656761192188 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:08 +0000 Subject: [PATCH 443/545] liberica17-jre: Update to version 17.0.19-11 --- bucket/liberica17-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-jre.json b/bucket/liberica17-jre.json index f44399c9c86..d0e228aa33e 100644 --- a/bucket/liberica17-jre.json +++ b/bucket/liberica17-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.18-10", + "version": "17.0.19-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-amd64.zip", - "hash": "sha1:51d89678ce67f3854baadbb540058ad2a8d542d1" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jre17.0.19%2B11-windows-amd64.zip", + "hash": "sha1:720150d6698c0302146dd3d76a4475dfd9647cfb" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jre17.0.18%2B10-windows-i586.zip", - "hash": "sha1:c4cdad4e76510b4f7df326aca95ec38cb48d899f" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jre17.0.19%2B11-windows-i586.zip", + "hash": "sha1:25d0cf4bd1a12d8378ab71061f9b063c2abee0d0" } }, - "extract_dir": "jre-17.0.18", + "extract_dir": "jre-17.0.19", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 83fb1e6f0dc5b7a845234fb502e070ca63fdc9ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:08 +0000 Subject: [PATCH 444/545] liberica17-lite-jdk: Update to version 17.0.19-11 --- bucket/liberica17-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica17-lite-jdk.json b/bucket/liberica17-lite-jdk.json index a4deefdd51b..b252675bfcd 100644 --- a/bucket/liberica17-lite-jdk.json +++ b/bucket/liberica17-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 17 implementation", "homepage": "https://bell-sw.com/java", - "version": "17.0.18-10", + "version": "17.0.19-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-amd64-lite.zip", - "hash": "sha1:2db8b876f8219ab3ced2350e2b36df4b1d672e13" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jdk17.0.19%2B11-windows-amd64-lite.zip", + "hash": "sha1:6844fd97f47a827fc28778b4ccd158183f6061ee" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-i586-lite.zip", - "hash": "sha1:f2d9a6d376c82a5e8994213877622923c9979a22" + "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.19%2B11/bellsoft-jdk17.0.19%2B11-windows-i586-lite.zip", + "hash": "sha1:0d5c3977d3e4245e1ed07bb46f1e44735979f186" } }, - "extract_dir": "jdk-17.0.18-lite", + "extract_dir": "jdk-17.0.19-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ea426fb35db999953257c9566e788cd019218720 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:09 +0000 Subject: [PATCH 445/545] liberica21-full-jdk: Update to version 21.0.11-11 --- bucket/liberica21-full-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-jdk.json b/bucket/liberica21-full-jdk.json index 33e912181d1..ceec1cb3752 100644 --- a/bucket/liberica21-full-jdk.json +++ b/bucket/liberica21-full-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-full.zip", - "hash": "sha1:3165e40d398d0554d4d5ba745435dc3f49416df6" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-amd64-full.zip", + "hash": "sha1:88f543adfe176621a7e69ff34d3241f7e3343dda" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-full.zip", - "hash": "sha1:6325ef532413ddd0e10dda4dc9caba28fa466fec" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-i586-full.zip", + "hash": "sha1:398bcbd27852ec44987e7d631a7dd5dcff84a698" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-full.zip", - "hash": "sha1:6271e5a47ae7bfeebdc929189fcb48313394fa0d" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-aarch64-full.zip", + "hash": "sha1:b6c7f8606721bda57d0df787b58502606e72d1c9" } }, - "extract_dir": "jdk-21.0.10-full", + "extract_dir": "jdk-21.0.11-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From be42575886165e1a28908874d6261d7d9b18a514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:09 +0000 Subject: [PATCH 446/545] liberica21-full-jre: Update to version 21.0.11-11 --- bucket/liberica21-full-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-jre.json b/bucket/liberica21-full-jre.json index ae85eddb29e..f66c5bef48e 100644 --- a/bucket/liberica21-full-jre.json +++ b/bucket/liberica21-full-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64-full.zip", - "hash": "sha1:4f6f2939906f879dac98a35f4facd277e17c4ef3" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-amd64-full.zip", + "hash": "sha1:8f38b1bfe987f7a7462235a3a52d70b4e008bed3" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586-full.zip", - "hash": "sha1:87755336185fcd25e4bc690f6e6b13c0ae2753ea" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-i586-full.zip", + "hash": "sha1:6feac4edb092bb2074b0d5940f582accacb65031" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64-full.zip", - "hash": "sha1:dca8cf7bf08cba882a6213ec016ad6a8b4f4e872" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-aarch64-full.zip", + "hash": "sha1:15c2b1592afe0fe74b32bf59eaf4a6e846ccd13d" } }, - "extract_dir": "jre-21.0.10-full", + "extract_dir": "jre-21.0.11-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 30a53dc3174f2922a34fe0ffbbdf1e847c0fd630 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:10 +0000 Subject: [PATCH 447/545] liberica21-full-lts-jdk: Update to version 21.0.11-11 --- bucket/liberica21-full-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-lts-jdk.json b/bucket/liberica21-full-lts-jdk.json index 350066e9bd6..0b41aa64883 100644 --- a/bucket/liberica21-full-lts-jdk.json +++ b/bucket/liberica21-full-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-full.zip", - "hash": "sha1:3165e40d398d0554d4d5ba745435dc3f49416df6" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-amd64-full.zip", + "hash": "sha1:88f543adfe176621a7e69ff34d3241f7e3343dda" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-full.zip", - "hash": "sha1:6325ef532413ddd0e10dda4dc9caba28fa466fec" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-i586-full.zip", + "hash": "sha1:398bcbd27852ec44987e7d631a7dd5dcff84a698" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-full.zip", - "hash": "sha1:6271e5a47ae7bfeebdc929189fcb48313394fa0d" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-aarch64-full.zip", + "hash": "sha1:b6c7f8606721bda57d0df787b58502606e72d1c9" } }, - "extract_dir": "jdk-21.0.10-full", + "extract_dir": "jdk-21.0.11-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5c876033b057887512149a914cb99d343443c881 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:10 +0000 Subject: [PATCH 448/545] liberica21-full-lts-jre: Update to version 21.0.11-11 --- bucket/liberica21-full-lts-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-full-lts-jre.json b/bucket/liberica21-full-lts-jre.json index a5040293732..4800b6c2f6f 100644 --- a/bucket/liberica21-full-lts-jre.json +++ b/bucket/liberica21-full-lts-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64-full.zip", - "hash": "sha1:4f6f2939906f879dac98a35f4facd277e17c4ef3" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-amd64-full.zip", + "hash": "sha1:8f38b1bfe987f7a7462235a3a52d70b4e008bed3" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586-full.zip", - "hash": "sha1:87755336185fcd25e4bc690f6e6b13c0ae2753ea" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-i586-full.zip", + "hash": "sha1:6feac4edb092bb2074b0d5940f582accacb65031" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64-full.zip", - "hash": "sha1:dca8cf7bf08cba882a6213ec016ad6a8b4f4e872" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-aarch64-full.zip", + "hash": "sha1:15c2b1592afe0fe74b32bf59eaf4a6e846ccd13d" } }, - "extract_dir": "jre-21.0.10-full", + "extract_dir": "jre-21.0.11-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e3c64942be7a069a11f0fdbea73674b0d1024717 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:10 +0000 Subject: [PATCH 449/545] liberica21-jdk: Update to version 21.0.11-11 --- bucket/liberica21-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-jdk.json b/bucket/liberica21-jdk.json index cc2f45771f9..34029833c45 100644 --- a/bucket/liberica21-jdk.json +++ b/bucket/liberica21-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64.zip", - "hash": "sha1:21792d732e177409ea5863ba20840dc4cf18a2fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-amd64.zip", + "hash": "sha1:f6b3e536115bdf8fdbf5ec50374fe8b4e41f61e2" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586.zip", - "hash": "sha1:dcecd6770e1db3e06e61307bac7636fa322bbb9e" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-i586.zip", + "hash": "sha1:18583f6ced34cfa66d83a0caf03e6ac815d2c5c0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64.zip", - "hash": "sha1:193097e85450e5b789e188eb2ed82702365bb6f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-aarch64.zip", + "hash": "sha1:24e5373005837d73a09be6aef84635943d1ad3ed" } }, - "extract_dir": "jdk-21.0.10", + "extract_dir": "jdk-21.0.11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 5ccaa035aac831162be3cf824955d7b9c4a66203 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:11 +0000 Subject: [PATCH 450/545] liberica21-jre: Update to version 21.0.11-11 --- bucket/liberica21-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-jre.json b/bucket/liberica21-jre.json index 7dbc4ef8f98..8882dd1ed36 100644 --- a/bucket/liberica21-jre.json +++ b/bucket/liberica21-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64.zip", - "hash": "sha1:8591b63d3567bab96967aa9f31cde55e34899483" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-amd64.zip", + "hash": "sha1:27f5f7dd61c9cf3f969008179fe32c3cadc952a1" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586.zip", - "hash": "sha1:389a12c4304ee024e159aa0fe3369091923326d8" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-i586.zip", + "hash": "sha1:bfc4e76101c21948fdfc46d36d0bd1522bafac59" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64.zip", - "hash": "sha1:90fbff56e27de288b722108e70a4e529f6f9f344" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-aarch64.zip", + "hash": "sha1:471ee2bd2cfcef410285c93eae60fb2c19b9011f" } }, - "extract_dir": "jre-21.0.10", + "extract_dir": "jre-21.0.11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 14511fb4d95ee3198f96ece84f15d5713ad7fc9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:11 +0000 Subject: [PATCH 451/545] liberica21-lite-jdk: Update to version 21.0.11-11 --- bucket/liberica21-lite-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lite-jdk.json b/bucket/liberica21-lite-jdk.json index aaa559455e8..48763b1fc3f 100644 --- a/bucket/liberica21-lite-jdk.json +++ b/bucket/liberica21-lite-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-lite.zip", - "hash": "sha1:368fc1efd1fb55dd1389a4521c886d1c63ac43a5" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-amd64-lite.zip", + "hash": "sha1:63c948f07f7f0cb5fa866b8e00d112b698d313fc" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-lite.zip", - "hash": "sha1:b00da921feb96372c6e8b8a1a8e0d41edad1b860" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-i586-lite.zip", + "hash": "sha1:59df394e219ae4e72ecbe15e4d9219d79bfd0266" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-lite.zip", - "hash": "sha1:26bcee4057e0a8aaa7e629e839de748b2fc40563" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-aarch64-lite.zip", + "hash": "sha1:314bcc29d50488012ddf30e5943caea5ed368502" } }, - "extract_dir": "jdk-21.0.10-lite", + "extract_dir": "jdk-21.0.11-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 0a37a3280d4ec8742e45d640dd8a3d9c8b272eff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:11 +0000 Subject: [PATCH 452/545] liberica21-lite-lts-jdk: Update to version 21.0.11-11 --- bucket/liberica21-lite-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lite-lts-jdk.json b/bucket/liberica21-lite-lts-jdk.json index 89c847d737b..3ba8223eb1f 100644 --- a/bucket/liberica21-lite-lts-jdk.json +++ b/bucket/liberica21-lite-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64-lite.zip", - "hash": "sha1:368fc1efd1fb55dd1389a4521c886d1c63ac43a5" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-amd64-lite.zip", + "hash": "sha1:63c948f07f7f0cb5fa866b8e00d112b698d313fc" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586-lite.zip", - "hash": "sha1:b00da921feb96372c6e8b8a1a8e0d41edad1b860" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-i586-lite.zip", + "hash": "sha1:59df394e219ae4e72ecbe15e4d9219d79bfd0266" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64-lite.zip", - "hash": "sha1:26bcee4057e0a8aaa7e629e839de748b2fc40563" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-aarch64-lite.zip", + "hash": "sha1:314bcc29d50488012ddf30e5943caea5ed368502" } }, - "extract_dir": "jdk-21.0.10-lite", + "extract_dir": "jdk-21.0.11-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e44336fa581c23d6b9e1947488969853787ad119 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:12 +0000 Subject: [PATCH 453/545] liberica21-lts-jdk: Update to version 21.0.11-11 --- bucket/liberica21-lts-jdk.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lts-jdk.json b/bucket/liberica21-lts-jdk.json index e5ca55c15ef..fe0a1fd5c4c 100644 --- a/bucket/liberica21-lts-jdk.json +++ b/bucket/liberica21-lts-jdk.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-amd64.zip", - "hash": "sha1:21792d732e177409ea5863ba20840dc4cf18a2fb" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-amd64.zip", + "hash": "sha1:f6b3e536115bdf8fdbf5ec50374fe8b4e41f61e2" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-i586.zip", - "hash": "sha1:dcecd6770e1db3e06e61307bac7636fa322bbb9e" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-i586.zip", + "hash": "sha1:18583f6ced34cfa66d83a0caf03e6ac815d2c5c0" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jdk21.0.10%2B10-windows-aarch64.zip", - "hash": "sha1:193097e85450e5b789e188eb2ed82702365bb6f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jdk21.0.11%2B11-windows-aarch64.zip", + "hash": "sha1:24e5373005837d73a09be6aef84635943d1ad3ed" } }, - "extract_dir": "jdk-21.0.10", + "extract_dir": "jdk-21.0.11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ec1af1848c0347809de610993149079f3fd3ee37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:12 +0000 Subject: [PATCH 454/545] liberica21-lts-jre: Update to version 21.0.11-11 --- bucket/liberica21-lts-jre.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/liberica21-lts-jre.json b/bucket/liberica21-lts-jre.json index e7e4ae9753f..d00221f7d17 100644 --- a/bucket/liberica21-lts-jre.json +++ b/bucket/liberica21-lts-jre.json @@ -1,23 +1,23 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "21.0.10-10", + "version": "21.0.11-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-amd64.zip", - "hash": "sha1:8591b63d3567bab96967aa9f31cde55e34899483" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-amd64.zip", + "hash": "sha1:27f5f7dd61c9cf3f969008179fe32c3cadc952a1" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-i586.zip", - "hash": "sha1:389a12c4304ee024e159aa0fe3369091923326d8" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-i586.zip", + "hash": "sha1:bfc4e76101c21948fdfc46d36d0bd1522bafac59" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.10%2B10/bellsoft-jre21.0.10%2B10-windows-aarch64.zip", - "hash": "sha1:90fbff56e27de288b722108e70a4e529f6f9f344" + "url": "https://github.com/bell-sw/Liberica/releases/download/21.0.11%2B11/bellsoft-jre21.0.11%2B11-windows-aarch64.zip", + "hash": "sha1:471ee2bd2cfcef410285c93eae60fb2c19b9011f" } }, - "extract_dir": "jre-21.0.10", + "extract_dir": "jre-21.0.11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From db38e42c7e7697f5ee2213fd008fe1183ced2f28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:12 +0000 Subject: [PATCH 455/545] liberica25-full-jdk: Update to version 25.0.3-11 --- bucket/liberica25-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-jdk.json b/bucket/liberica25-full-jdk.json index 2cacbaff050..83f4c5cfbd1 100644 --- a/bucket/liberica25-full-jdk.json +++ b/bucket/liberica25-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64-full.zip", + "hash": "sha1:ad8e84aad7d98ea9e07aaab274e5c90bbd448989" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64-full.zip", + "hash": "sha1:41cf12fc2d3b2f6c6aaca4ca82dcedfa76cfe6aa" } }, - "extract_dir": "jdk-25.0.2-full", + "extract_dir": "jdk-25.0.3-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f31419f493804653b9c33c183f5e0c69fa2eb119 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:13 +0000 Subject: [PATCH 456/545] liberica25-full-jre: Update to version 25.0.3-11 --- bucket/liberica25-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-jre.json b/bucket/liberica25-full-jre.json index 2c7572c7582..5f52e228fad 100644 --- a/bucket/liberica25-full-jre.json +++ b/bucket/liberica25-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-amd64-full.zip", + "hash": "sha1:38d84b2f9a2ed98cfdc9410f1295830e264d575d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-aarch64-full.zip", + "hash": "sha1:3170bb500f0ba3cdbef14cd1e17b42b8ab5305d1" } }, - "extract_dir": "jre-25.0.2-full", + "extract_dir": "jre-25.0.3-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 97afa9c3f661bac5308c6fbc034864b47c149b7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:13 +0000 Subject: [PATCH 457/545] liberica25-full-lts-jdk: Update to version 25.0.3-11 --- bucket/liberica25-full-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-lts-jdk.json b/bucket/liberica25-full-lts-jdk.json index f1d11e8e777..f6f436a7c26 100644 --- a/bucket/liberica25-full-lts-jdk.json +++ b/bucket/liberica25-full-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:e6f80cdf2c92e02598d8ba202c554ab106408a09" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64-full.zip", + "hash": "sha1:ad8e84aad7d98ea9e07aaab274e5c90bbd448989" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:5b1223837be75fd85704baf29fe5c1ab6c0e8cbd" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64-full.zip", + "hash": "sha1:41cf12fc2d3b2f6c6aaca4ca82dcedfa76cfe6aa" } }, - "extract_dir": "jdk-25.0.2-full", + "extract_dir": "jdk-25.0.3-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 16b81b7259dac070a8f094e1320917ef22e99512 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:14 +0000 Subject: [PATCH 458/545] liberica25-full-lts-jre: Update to version 25.0.3-11 --- bucket/liberica25-full-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-full-lts-jre.json b/bucket/liberica25-full-lts-jre.json index 258549fa7d3..1834cd143e0 100644 --- a/bucket/liberica25-full-lts-jre.json +++ b/bucket/liberica25-full-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64-full.zip", - "hash": "sha1:86bff4f4b6f707385b30d63e7cd5302ab70fd1f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-amd64-full.zip", + "hash": "sha1:38d84b2f9a2ed98cfdc9410f1295830e264d575d" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64-full.zip", - "hash": "sha1:6a1475cb7d783845e0c9ab3c65a92a25164245e1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-aarch64-full.zip", + "hash": "sha1:3170bb500f0ba3cdbef14cd1e17b42b8ab5305d1" } }, - "extract_dir": "jre-25.0.2-full", + "extract_dir": "jre-25.0.3-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7e9babaaea12404ff062c0aa3583d0d0a889d9aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:14 +0000 Subject: [PATCH 459/545] liberica25-jdk: Update to version 25.0.3-11 --- bucket/liberica25-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-jdk.json b/bucket/liberica25-jdk.json index 73b988a1a14..45e87c5ee21 100644 --- a/bucket/liberica25-jdk.json +++ b/bucket/liberica25-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64.zip", + "hash": "sha1:50d401f0ebd6038befda3aae6eddf06b4f1f8aac" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64.zip", + "hash": "sha1:b6520c6c486969f83b4220d53c7beed25fefa99a" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-25.0.3", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 70fe3657256ae80d256956306ef93ce4be4dde28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:14 +0000 Subject: [PATCH 460/545] liberica25-jre: Update to version 25.0.3-11 --- bucket/liberica25-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-jre.json b/bucket/liberica25-jre.json index 02a52603d6e..f3f10404614 100644 --- a/bucket/liberica25-jre.json +++ b/bucket/liberica25-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-amd64.zip", + "hash": "sha1:2df9ee57b64fdfdb8ccaa6a82adeadab5417c9c7" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-aarch64.zip", + "hash": "sha1:efe5b5825a47d2601fb60bf003a77ee3f43beaa5" } }, - "extract_dir": "jre-25.0.2", + "extract_dir": "jre-25.0.3", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 35a50fd6390456bfc7d79cfe0ce40955aa49a419 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:15 +0000 Subject: [PATCH 461/545] liberica25-lite-jdk: Update to version 25.0.3-11 --- bucket/liberica25-lite-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lite-jdk.json b/bucket/liberica25-lite-jdk.json index a904ee233ef..4f8f88c8515 100644 --- a/bucket/liberica25-lite-jdk.json +++ b/bucket/liberica25-lite-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", - "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64-lite.zip", + "hash": "sha1:aa7ff8769f14e31ff02b40538232607e0e174c4a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", - "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64-lite.zip", + "hash": "sha1:c1ee8159b0acf6b2f8c33b09c0aa2d007b6a59b1" } }, - "extract_dir": "jdk-25.0.2-lite", + "extract_dir": "jdk-25.0.3-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f8eb6ab6bbbaafd0a4f45e261b97277bff96912d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:15 +0000 Subject: [PATCH 462/545] liberica25-lite-lts-jdk: Update to version 25.0.3-11 --- bucket/liberica25-lite-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lite-lts-jdk.json b/bucket/liberica25-lite-lts-jdk.json index 1ca61700d86..f018d17118f 100644 --- a/bucket/liberica25-lite-lts-jdk.json +++ b/bucket/liberica25-lite-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64-lite.zip", - "hash": "sha1:42c638389b9cab6ca6d0c3e64b442c73659930d0" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64-lite.zip", + "hash": "sha1:aa7ff8769f14e31ff02b40538232607e0e174c4a" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64-lite.zip", - "hash": "sha1:47da13e315d93225aa7689f9b975a5b3db88cf11" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64-lite.zip", + "hash": "sha1:c1ee8159b0acf6b2f8c33b09c0aa2d007b6a59b1" } }, - "extract_dir": "jdk-25.0.2-lite", + "extract_dir": "jdk-25.0.3-lite", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 10a9b6f436b07d14f15ab063b90a27cebbfd38a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:15 +0000 Subject: [PATCH 463/545] liberica25-lts-jdk: Update to version 25.0.3-11 --- bucket/liberica25-lts-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lts-jdk.json b/bucket/liberica25-lts-jdk.json index 68d6895cb37..cea91db2f19 100644 --- a/bucket/liberica25-lts-jdk.json +++ b/bucket/liberica25-lts-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:1b5003c4dc32865e7702505c1a103f21b173767a" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-amd64.zip", + "hash": "sha1:50d401f0ebd6038befda3aae6eddf06b4f1f8aac" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jdk25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:a07c86b2421b65200ed4b242b9cc895cb2761e32" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jdk25.0.3%2B11-windows-aarch64.zip", + "hash": "sha1:b6520c6c486969f83b4220d53c7beed25fefa99a" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-25.0.3", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 20639a71856bf141a3d165839b151a5805cc1b9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:16 +0000 Subject: [PATCH 464/545] liberica25-lts-jre: Update to version 25.0.3-11 --- bucket/liberica25-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica25-lts-jre.json b/bucket/liberica25-lts-jre.json index d4ed569a9a2..a4883c02145 100644 --- a/bucket/liberica25-lts-jre.json +++ b/bucket/liberica25-lts-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java implementation", "homepage": "https://bell-sw.com/java", - "version": "25.0.2-12", + "version": "25.0.3-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-amd64.zip", - "hash": "sha1:bfe110577ff39adf459463f05fe686f9f2d055a4" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-amd64.zip", + "hash": "sha1:2df9ee57b64fdfdb8ccaa6a82adeadab5417c9c7" }, "arm64": { - "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.2%2B12/bellsoft-jre25.0.2%2B12-windows-aarch64.zip", - "hash": "sha1:bb921520148741c437cf97580ed3f09107c6e9f1" + "url": "https://github.com/bell-sw/Liberica/releases/download/25.0.3%2B11/bellsoft-jre25.0.3%2B11-windows-aarch64.zip", + "hash": "sha1:efe5b5825a47d2601fb60bf003a77ee3f43beaa5" } }, - "extract_dir": "jre-25.0.2", + "extract_dir": "jre-25.0.3", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 50e944cd8adf024a0d64b6f51bbb0e2cbb0bb5fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:16 +0000 Subject: [PATCH 465/545] liberica8-full-jdk: Update to version 8u492-9 --- bucket/liberica8-full-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-full-jdk.json b/bucket/liberica8-full-jdk.json index 42cacd35bae..6c9498f98e8 100644 --- a/bucket/liberica8-full-jdk.json +++ b/bucket/liberica8-full-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u482-10", + "version": "8u492-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-amd64-full.zip", - "hash": "25928bb4c29b5e13668caddaf99db97745ce0b36525e6e7e4e1634f5ea3b5012" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jdk8u492%2B9-windows-amd64-full.zip", + "hash": "sha1:e092843fb937ee259bb8905406fb7bfaadfbe6c8" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-i586-full.zip", - "hash": "5256064f3758131fa0d916dc9e44a2fcde4efc4d945f192b6dc598ef19ab63c0" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jdk8u492%2B9-windows-i586-full.zip", + "hash": "sha1:a6bf449ff4a4167f1e77ca217401a760c3ebb335" } }, - "extract_dir": "jdk8u482-full", + "extract_dir": "jdk8u492-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7080785a3e5c26a9d3dfd5ea0f38e047b909c779 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:17 +0000 Subject: [PATCH 466/545] liberica8-full-jre: Update to version 8u492-9 --- bucket/liberica8-full-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-full-jre.json b/bucket/liberica8-full-jre.json index 07382eea9ba..b6f518bfc44 100644 --- a/bucket/liberica8-full-jre.json +++ b/bucket/liberica8-full-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u482-10", + "version": "8u492-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-amd64-full.zip", - "hash": "bacd1923fa6f0d22963a42cc2f903f39572e15ddd10cbb18542b25c7cc20c22f" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jre8u492%2B9-windows-amd64-full.zip", + "hash": "sha1:44f18e018d9e239513b2eebed541320c268743ab" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-i586-full.zip", - "hash": "33797bb60a336a0692ef3b3c847d223e8c3352cbf3444651220ef068cc91a823" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jre8u492%2B9-windows-i586-full.zip", + "hash": "sha1:8020850bd0c0adc8a8f258a8fa9dfc4881b58b27" } }, - "extract_dir": "jre8u482-full", + "extract_dir": "jre8u492-full", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 4decb2364d61b05334df7cc392bc4f25a7af0334 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:17 +0000 Subject: [PATCH 467/545] liberica8-jdk: Update to version 8u492-9 --- bucket/liberica8-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-jdk.json b/bucket/liberica8-jdk.json index 809c573786a..a802830012c 100644 --- a/bucket/liberica8-jdk.json +++ b/bucket/liberica8-jdk.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u482-10", + "version": "8u492-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-amd64.zip", - "hash": "6b16f3e7395625414554e25527abc1988b333cd4e37b9946825c7c3b1e8169f3" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jdk8u492%2B9-windows-amd64.zip", + "hash": "sha1:999e88249577b6689668d62629540158de842292" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jdk8u482%2B10-windows-i586.zip", - "hash": "19ba56669caeb3c3adc6c14c1f0f44740703ff1977a44c0dc53eac4fb71ed3bb" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jdk8u492%2B9-windows-i586.zip", + "hash": "sha1:3f9998374c94e82d7045809b7b816610ada7e461" } }, - "extract_dir": "jdk8u482", + "extract_dir": "jdk8u492", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 122af58e4ac650b18a6168158eea00d6f0af0361 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:17 +0000 Subject: [PATCH 468/545] liberica8-jre: Update to version 8u492-9 --- bucket/liberica8-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/liberica8-jre.json b/bucket/liberica8-jre.json index 9222714dc38..4041bd74d09 100644 --- a/bucket/liberica8-jre.json +++ b/bucket/liberica8-jre.json @@ -1,19 +1,19 @@ { "description": "BellSoft Liberica is a 100% open-source Java 8 implementation", "homepage": "https://bell-sw.com/java", - "version": "8u482-10", + "version": "8u492-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-amd64.zip", - "hash": "19c8b663decdb2fc2f966f4a355d9311139f8574b51e6ebcf2d3d6d04cf9d468" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jre8u492%2B9-windows-amd64.zip", + "hash": "sha1:9a3ee2c00c51e6d03d8cdbdc53f0d16f519dd578" }, "32bit": { - "url": "https://github.com/bell-sw/Liberica/releases/download/8u482%2B10/bellsoft-jre8u482%2B10-windows-i586.zip", - "hash": "bbdccfc4213eddee02ac74d946575af580aa588cb77fa8edbacef0e60c3a30fd" + "url": "https://github.com/bell-sw/Liberica/releases/download/8u492%2B9/bellsoft-jre8u492%2B9-windows-i586.zip", + "hash": "sha1:b5b478a0c903ad56a4a39329a857b67180472515" } }, - "extract_dir": "jre8u482", + "extract_dir": "jre8u492", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From aded4b6b02a23d77f41cb399dca1d0726c771e71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:43:18 +0000 Subject: [PATCH 469/545] openjdk: Update to version 26-35 --- bucket/openjdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openjdk.json b/bucket/openjdk.json index 772d0445811..d1633560c22 100644 --- a/bucket/openjdk.json +++ b/bucket/openjdk.json @@ -1,15 +1,15 @@ { "description": "Official General-Availability Release of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "25.0.2-10", + "version": "26-35", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25.0.2/b1e0dfa218384cb9959bdcb897162d4e/10/GPL/openjdk-25.0.2_windows-x64_bin.zip", - "hash": "74784a0c07258f32d36e9224dd79187c566d831c30d47dc06888d4212087331d" + "url": "https://download.java.net/java/GA/jdk26/c3cc523845074aa0af4f5e1e1ed4151d/35/GPL/openjdk-26_windows-x64_bin.zip", + "hash": "2dd2d92c9374cd49a120fe9d916732840bf6bb9f0e0cc29794917a3c08b99c5f" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-26", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 49ab9c2ddf60c25564e1d65e343a131493edcc85 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Fri, 24 Apr 2026 20:57:03 +0800 Subject: [PATCH 470/545] ci: set explicit strict permissions Signed-off-by: Chawye Hsu --- .github/workflows/ci.yml | 4 ++++ .github/workflows/excavator.yml | 11 +++++++++-- .github/workflows/issue_comment.yml | 12 ++++++++++-- .github/workflows/issues.yml | 12 ++++++++++-- .github/workflows/pull_request.yml | 12 ++++++++++-- 5 files changed, 43 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0733f6af69..69cb5001767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: push: workflow_dispatch: +permissions: + contents: read + jobs: test: name: Test @@ -26,6 +29,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ScoopInstaller/Scoop + ref: 'develop' path: 'scoop_core' - name: Install and cache test dependencies uses: potatoqualitee/psmodulecache@ee5e9494714abf56f6efbfa51527b2aec5c761b8 # v6.2.1 diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index 7a94d137239..566ba6b3804 100644 --- a/.github/workflows/excavator.yml +++ b/.github/workflows/excavator.yml @@ -1,16 +1,23 @@ +name: Excavator + on: workflow_dispatch: schedule: - cron: '0 */4 * * *' -name: Excavator + +permissions: + contents: write + jobs: excavate: name: Excavate runs-on: windows-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - name: Checkout + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Excavate uses: ScoopInstaller/GithubActions@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SKIP_UPDATED: '1' + SCOOP_BRANCH: develop diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 4a31a1051d5..c3dc4b362bc 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -1,15 +1,23 @@ +name: Commented Pull Request + on: issue_comment: types: [ created ] -name: Commented Pull Request + +permissions: + contents: read + pull-requests: write + jobs: pullRequestHandler: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - name: Checkout + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main if: startsWith(github.event.comment.body, '/verify') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SCOOP_BRANCH: develop diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 95202c41338..08a414d20a4 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,15 +1,23 @@ +name: Issues + on: issues: types: [ opened, labeled ] -name: Issues + +permissions: + contents: read + issues: write + jobs: issueHandler: name: IssueHandler runs-on: windows-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - name: Checkout + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: IssueHandler uses: ScoopInstaller/GithubActions@main if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SCOOP_BRANCH: develop diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2c0b8eaee01..f8ad8b73285 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,14 +1,22 @@ +name: Pull Requests + on: pull_request: types: [ opened ] -name: Pull Requests + +permissions: + contents: read + pull-requests: write + jobs: pullRequestHandler: name: PullRequestHandler runs-on: windows-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - name: Checkout + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: PullRequestHandler uses: ScoopInstaller/GithubActions@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SCOOP_BRANCH: develop From e3700f5433f31f354618c7215a466d6ec09fb37a Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:13:19 +0800 Subject: [PATCH 471/545] temurin11*: update to 11.0.30-7 and remove 32-bit (#589) --- bucket/temurin11-jdk.json | 15 ++++----------- bucket/temurin11-jre.json | 15 ++++----------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/bucket/temurin11-jdk.json b/bucket/temurin11-jdk.json index fa69c68382e..767937a186d 100644 --- a/bucket/temurin11-jdk.json +++ b/bucket/temurin11-jdk.json @@ -1,19 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-7", + "version": "11.0.30-7", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.29_7.zip", - "hash": "c21b63f6391b9d8f8aa969fb99250de797539cfb54232f5d4d371993f0c235b5" - }, - "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.29_7.zip", - "hash": "0b5bb836546f86aab9ffe53a14ae51f4801c5a020383d7ea88a054091676698c" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.30_7.zip", + "hash": "925a63cb019fd605579e639980e99abefb3186e79f36979183dc45b294d6bf0f" } }, - "extract_dir": "jdk-11.0.29+7", + "extract_dir": "jdk-11.0.30+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" @@ -33,9 +29,6 @@ "architecture": { "64bit": { "url": "https://github.com/$matchLink/download/$matchTag/$matchName" - }, - "32bit": { - "url": "https://github.com/$matchLink/download/$matchTag/$matchPrefix_x86-32_$matchSuffix" } }, "hash": { diff --git a/bucket/temurin11-jre.json b/bucket/temurin11-jre.json index cd5b9c90eec..e1d9d79e551 100644 --- a/bucket/temurin11-jre.json +++ b/bucket/temurin11-jre.json @@ -1,19 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.29-7", + "version": "11.0.30-7", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jre_x64_windows_hotspot_11.0.29_7.zip", - "hash": "b619e5e2434ac1a6cf7a33d6e93827d832a16484e4d0beb9fff60760472ae76a" - }, - "32bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.29+7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.29_7.zip", - "hash": "b747698a05a39391a58b9caac30310275e4e6bd9fef92d6c149cba310d91d2be" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+7/OpenJDK11U-jre_x64_windows_hotspot_11.0.30_7.zip", + "hash": "db7fe2f05857074e73ef2bb10bfb95556ad110cf1ba0c82d101f93b3a93862ff" } }, - "extract_dir": "jdk-11.0.29+7-jre", + "extract_dir": "jdk-11.0.30+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" @@ -33,9 +29,6 @@ "architecture": { "64bit": { "url": "https://github.com/$matchLink/download/$matchTag/$matchName" - }, - "32bit": { - "url": "https://github.com/$matchLink/download/$matchTag/$matchPrefix_x86-32_$matchSuffix" } }, "hash": { From 408e78bac5a4960d4a69ac5346a0dd0efbb807fe Mon Sep 17 00:00:00 2001 From: Wordless Echo Date: Mon, 27 Apr 2026 21:16:11 +0800 Subject: [PATCH 472/545] intellij-jbr25*: Add version 25.0.1-b266.34 (#577) --- bucket/intellij-jbr25-jcef.json | 67 +++++++++++++++++++++++++++++ bucket/intellij-jbr25-sdk-jcef.json | 67 +++++++++++++++++++++++++++++ bucket/intellij-jbr25-sdk.json | 67 +++++++++++++++++++++++++++++ bucket/intellij-jbr25.json | 67 +++++++++++++++++++++++++++++ 4 files changed, 268 insertions(+) create mode 100644 bucket/intellij-jbr25-jcef.json create mode 100644 bucket/intellij-jbr25-sdk-jcef.json create mode 100644 bucket/intellij-jbr25-sdk.json create mode 100644 bucket/intellij-jbr25.json diff --git a/bucket/intellij-jbr25-jcef.json b/bucket/intellij-jbr25-jcef.json new file mode 100644 index 00000000000..04b9fe4cfef --- /dev/null +++ b/bucket/intellij-jbr25-jcef.json @@ -0,0 +1,67 @@ +{ + "version": "25.0.1-b266.34", + "homepage": "https://github.com/JetBrains/JetBrainsRuntime", + "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-x64-b266.34.tar.gz", + "hash": "sha512:398460a721a452ec24776c5a2108e03842badf0f54c928e28196a976a683d2d25bc382ed9b317d8baac8623e3810b58db8f87b8a309c6e9a504ebfc20d444ec5", + "extract_dir": "jbr_jcef-25.0.1-windows-x64-b266.34" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-aarch64-b266.34.tar.gz", + "hash": "sha512:a1f6937bd89ed801a3e669735fa097d4216b2f5aaac4b28e220a74d186779b84fc049e60c2a1e30d9a68c171a4360413192a8de8709a3d89b30dc7e4f0df7882", + "extract_dir": "jbr_jcef-25.0.1-windows-aarch64-b266.34" + } + }, + "env_set": { + "JAVA_HOME": "$dir" + }, + "env_add_path": "bin", + "checkver": { + "script": [ + "$url = 'https://api.github.com/repos/JetBrains/JetBrainsRuntime/releases'", + "$releases = Invoke-RestMethod $url", + "$tags = $releases | ForEach-Object { $_.tag_name }", + "# `$Script:expected_ver` is current version for fallback", + "$tags += 'jbr-release-' + ($Script:expected_ver -replace '-', '')", + "$pattern = 'jbr-release-25\\.(?[\\d.]+)b(?[\\d]+)\\.(?\\d+)'", + "$matches = foreach ($t in $tags) { if ($t -match $pattern) {", + " [PSCustomObject]@{", + " Tag = $t", + " VersionParts = ($Matches.Version -split '\\.') | ForEach-Object { [int]$_ }", + " BuildNum = [int]$Matches.BuildNum", + " Patch = [int]$Matches.Patch", + " }", + " } }", + "$latest = $matches | Sort-Object @{Expression={$_.VersionParts[0]}},", + " @{Expression={$_.VersionParts[1]}},", + " @{Expression={$_.BuildNum}},", + " @{Expression={$_.Patch}} | Select-Object -Last 1", + "Write-Output $latest.Tag" + ], + "regex": "jbr-release-25\\.(?[\\d.]+)(?[\\w]+)\\.(?[\\d]+)", + "replace": "25.${Version}-${Build}.${Patch}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.$matchVersion-windows-x64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbr_jcef-25.$matchVersion-windows-x64-$matchBuild.$matchPatch" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbr_jcef-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch" + } + } + } +} diff --git a/bucket/intellij-jbr25-sdk-jcef.json b/bucket/intellij-jbr25-sdk-jcef.json new file mode 100644 index 00000000000..3af5a905092 --- /dev/null +++ b/bucket/intellij-jbr25-sdk-jcef.json @@ -0,0 +1,67 @@ +{ + "version": "25.0.1-b266.34", + "homepage": "https://github.com/JetBrains/JetBrainsRuntime", + "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-x64-b266.34.tar.gz", + "hash": "sha512:0f7ce9c070bd369217de9ab6a9dbaf3e1a3fd63f8c9df29f8f4d38b4de132f5fb436ecfeec096dbbe6478162971ee3627dadf0f07c70d62d259f0311a8d1c0bf", + "extract_dir": "jbrsdk_jcef-25.0.1-windows-x64-b266.34" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-aarch64-b266.34.tar.gz", + "hash": "sha512:2b44f60bf26a31599a9286fd2491a06f87e8cc2e4262daed71092816b34c0de51d5d08424858f81f00a0d61394b7ab8a0377a6dbc626748bedd69d13ec9569c8", + "extract_dir": "jbrsdk_jcef-25.0.1-windows-aarch64-b266.34" + } + }, + "env_set": { + "JAVA_HOME": "$dir" + }, + "env_add_path": "bin", + "checkver": { + "script": [ + "$url = 'https://api.github.com/repos/JetBrains/JetBrainsRuntime/releases'", + "$releases = Invoke-RestMethod $url", + "$tags = $releases | ForEach-Object { $_.tag_name }", + "# `$Script:expected_ver` is current version for fallback", + "$tags += 'jbr-release-' + ($Script:expected_ver -replace '-', '')", + "$pattern = 'jbr-release-25\\.(?[\\d.]+)b(?[\\d]+)\\.(?\\d+)'", + "$matches = foreach ($t in $tags) { if ($t -match $pattern) {", + " [PSCustomObject]@{", + " Tag = $t", + " VersionParts = ($Matches.Version -split '\\.') | ForEach-Object { [int]$_ }", + " BuildNum = [int]$Matches.BuildNum", + " Patch = [int]$Matches.Patch", + " }", + " } }", + "$latest = $matches | Sort-Object @{Expression={$_.VersionParts[0]}},", + " @{Expression={$_.VersionParts[1]}},", + " @{Expression={$_.BuildNum}},", + " @{Expression={$_.Patch}} | Select-Object -Last 1", + "Write-Output $latest.Tag" + ], + "regex": "jbr-release-25\\.(?[\\d.]+)(?[\\w]+)\\.(?[\\d]+)", + "replace": "25.${Version}-${Build}.${Patch}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.$matchVersion-windows-x64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbrsdk_jcef-25.$matchVersion-windows-x64-$matchBuild.$matchPatch" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbrsdk_jcef-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch" + } + } + } +} diff --git a/bucket/intellij-jbr25-sdk.json b/bucket/intellij-jbr25-sdk.json new file mode 100644 index 00000000000..e2cbccb2c28 --- /dev/null +++ b/bucket/intellij-jbr25-sdk.json @@ -0,0 +1,67 @@ +{ + "version": "25.0.1-b266.34", + "homepage": "https://github.com/JetBrains/JetBrainsRuntime", + "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-x64-b266.34.tar.gz", + "hash": "sha512:9cd81048244e3e696c6be131cc37868bcbb51db161fd327b26b79fddc280075d96f18487e2ad5f4b3164dabfaff3845c841a45f667584f0a87ccb9105317773b", + "extract_dir": "jbrsdk-25.0.1-windows-x64-b266.34" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-aarch64-b266.34.tar.gz", + "hash": "sha512:d3b9bd219ff25c874ceb9a10f286e9ee1ceb091442b2357f22bdc7479ac442e7df86b419e918936fb9aa446ede9d710c446baca634bd21a81abb968af903eb53", + "extract_dir": "jbrsdk-25.0.1-windows-aarch64-b266.34" + } + }, + "env_set": { + "JAVA_HOME": "$dir" + }, + "env_add_path": "bin", + "checkver": { + "script": [ + "$url = 'https://api.github.com/repos/JetBrains/JetBrainsRuntime/releases'", + "$releases = Invoke-RestMethod $url", + "$tags = $releases | ForEach-Object { $_.tag_name }", + "# `$Script:expected_ver` is current version for fallback", + "$tags += 'jbr-release-' + ($Script:expected_ver -replace '-', '')", + "$pattern = 'jbr-release-25\\.(?[\\d.]+)b(?[\\d]+)\\.(?\\d+)'", + "$matches = foreach ($t in $tags) { if ($t -match $pattern) {", + " [PSCustomObject]@{", + " Tag = $t", + " VersionParts = ($Matches.Version -split '\\.') | ForEach-Object { [int]$_ }", + " BuildNum = [int]$Matches.BuildNum", + " Patch = [int]$Matches.Patch", + " }", + " } }", + "$latest = $matches | Sort-Object @{Expression={$_.VersionParts[0]}},", + " @{Expression={$_.VersionParts[1]}},", + " @{Expression={$_.BuildNum}},", + " @{Expression={$_.Patch}} | Select-Object -Last 1", + "Write-Output $latest.Tag" + ], + "regex": "jbr-release-25\\.(?[\\d.]+)(?[\\w]+)\\.(?[\\d]+)", + "replace": "25.${Version}-${Build}.${Patch}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.$matchVersion-windows-x64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbrsdk-25.$matchVersion-windows-x64-$matchBuild.$matchPatch" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbrsdk-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch" + } + } + } +} diff --git a/bucket/intellij-jbr25.json b/bucket/intellij-jbr25.json new file mode 100644 index 00000000000..764b71947e0 --- /dev/null +++ b/bucket/intellij-jbr25.json @@ -0,0 +1,67 @@ +{ + "version": "25.0.1-b266.34", + "homepage": "https://github.com/JetBrains/JetBrainsRuntime", + "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-x64-b266.34.tar.gz", + "hash": "sha512:e510033b056d7b396ee4d02f01ad3f70cd1ac2eb3ffac5d340bb8874a91fe9540f5cdb3bf84d22ac447af3f998c4e426d25aa924e39391b2d5067502b29bcaea", + "extract_dir": "jbr-25.0.1-windows-x64-b266.34" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-aarch64-b266.34.tar.gz", + "hash": "sha512:cb7d4e32207d24c95efb27dcc8d769fac80975c3646f5841ebc2396ed7f5c964043ae7c58b0e2d20019f5e10590347cbda8226509e3c8577e58571445ebc7c62", + "extract_dir": "jbr-25.0.1-windows-aarch64-b266.34" + } + }, + "env_set": { + "JAVA_HOME": "$dir" + }, + "env_add_path": "bin", + "checkver": { + "script": [ + "$url = 'https://api.github.com/repos/JetBrains/JetBrainsRuntime/releases'", + "$releases = Invoke-RestMethod $url", + "$tags = $releases | ForEach-Object { $_.tag_name }", + "# `$Script:expected_ver` is current version for fallback", + "$tags += 'jbr-release-' + ($Script:expected_ver -replace '-', '')", + "$pattern = 'jbr-release-25\\.(?[\\d.]+)b(?[\\d]+)\\.(?\\d+)'", + "$matches = foreach ($t in $tags) { if ($t -match $pattern) {", + " [PSCustomObject]@{", + " Tag = $t", + " VersionParts = ($Matches.Version -split '\\.') | ForEach-Object { [int]$_ }", + " BuildNum = [int]$Matches.BuildNum", + " Patch = [int]$Matches.Patch", + " }", + " } }", + "$latest = $matches | Sort-Object @{Expression={$_.VersionParts[0]}},", + " @{Expression={$_.VersionParts[1]}},", + " @{Expression={$_.BuildNum}},", + " @{Expression={$_.Patch}} | Select-Object -Last 1", + "Write-Output $latest.Tag" + ], + "regex": "jbr-release-25\\.(?[\\d.]+)(?[\\w]+)\\.(?[\\d]+)", + "replace": "25.${Version}-${Build}.${Patch}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.$matchVersion-windows-x64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbr-25.$matchVersion-windows-x64-$matchBuild.$matchPatch" + }, + "arm64": { + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch.tar.gz", + "hash": { + "url": "$url.checksum", + "regex": "$sha512\\s" + }, + "extract_dir": "jbr-25.$matchVersion-windows-aarch64-$matchBuild.$matchPatch" + } + } + } +} From b630741c75e4c12cb7733ac1cc171c2eea28f9fc Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:21:11 +0800 Subject: [PATCH 473/545] graalvm-oracle*: update releases and fix checkver (#591) --- bucket/graalvm-oracle-17jdk.json | 4 ++-- bucket/graalvm-oracle-21jdk.json | 10 +++++----- bucket/graalvm-oracle-jdk.json | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bucket/graalvm-oracle-17jdk.json b/bucket/graalvm-oracle-17jdk.json index a0c2bce0db1..530e13c15b5 100644 --- a/bucket/graalvm-oracle-17jdk.json +++ b/bucket/graalvm-oracle-17jdk.json @@ -21,9 +21,9 @@ "GRAALVM_HOME": "$dir" }, "checkver": { - "url": "https://www.oracle.com/java/technologies/downloads/", + "url": "https://www.oracle.com/java/technologies/javase/graalvm-jdk17-archive-downloads.html", "useragent": "Mozilla/5.0", - "regex": "GraalVM for JDK ((?17)\\.[\\d.]+) downloads" + "regex": "graalvm-jdk-((?17)\\.(?[\\d.]+))_windows-x64_bin\\.zip" }, "autoupdate": { "url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip", diff --git a/bucket/graalvm-oracle-21jdk.json b/bucket/graalvm-oracle-21jdk.json index 97b26be565f..81362a8ead8 100644 --- a/bucket/graalvm-oracle-21jdk.json +++ b/bucket/graalvm-oracle-21jdk.json @@ -1,13 +1,13 @@ { "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.0.8", + "version": "21.0.11", "homepage": "https://www.graalvm.org/", "license": { "identifier": "Freeware", "url": "https://www.oracle.com/downloads/licenses/graal-free-license.html" }, - "url": "https://download.oracle.com/graalvm/21/archive/graalvm-jdk-21.0.8_windows-x64_bin.zip", - "hash": "0401a5c9b4a5478640b0d5563a5e0f2c97513ab689c5ee647d41293b92eed0e4", + "url": "https://download.oracle.com/graalvm/21/archive/graalvm-jdk-21.0.11_windows-x64_bin.zip", + "hash": "fc487b76723a922eb65885e5fada8333bca64b752417a4cfa76ebec2a048666b", "extract_to": "tmp", "installer": { "script": [ @@ -21,9 +21,9 @@ "GRAALVM_HOME": "$dir" }, "checkver": { - "url": "https://www.oracle.com/java/technologies/downloads/", + "url": "https://docs.oracle.com/en/graalvm/jdk/21/docs/release-notes/", "useragent": "Mozilla/5.0", - "regex": "GraalVM for JDK ((?21)\\.(?[\\d.]+)) downloads" + "regex": "Oracle GraalVM for JDK ((?21)\\.(?[\\d.]+))" }, "autoupdate": { "url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip", diff --git a/bucket/graalvm-oracle-jdk.json b/bucket/graalvm-oracle-jdk.json index 0642c8db153..920c781097e 100644 --- a/bucket/graalvm-oracle-jdk.json +++ b/bucket/graalvm-oracle-jdk.json @@ -1,13 +1,13 @@ { "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": "24.0.2", + "version": "25.0.3", "homepage": "https://www.graalvm.org/", "license": { "identifier": "Freeware", "url": "https://www.oracle.com/downloads/licenses/graal-free-license.html" }, - "url": "https://download.oracle.com/graalvm/24/archive/graalvm-jdk-24.0.2_windows-x64_bin.zip", - "hash": "a70785104855c181f2b56993d117e0e991eab6bd6dde99c32c2c5af857756653", + "url": "https://download.oracle.com/graalvm/25/archive/graalvm-jdk-25.0.3_windows-x64_bin.zip", + "hash": "8678e147a7e3c32eca47f1466d199b5c7346c9aad2ee55b51ebdf504d6ea7c72", "extract_to": "tmp", "installer": { "script": [ @@ -21,9 +21,9 @@ "GRAALVM_HOME": "$dir" }, "checkver": { - "url": "https://www.oracle.com/java/technologies/downloads/", + "url": "https://docs.oracle.com/en/graalvm/jdk/25/docs/release-notes/", "useragent": "Mozilla/5.0", - "regex": "GraalVM for JDK ((?[\\d]*)\\.[\\d.]+) downloads" + "regex": "Oracle GraalVM ((?25)\\.(?[\\d.]+))" }, "autoupdate": { "url": "https://download.oracle.com/graalvm/$matchVer/archive/graalvm-jdk-$version_windows-x64_bin.zip", From ad8ede60b6a7e14b92bb6cb5b4aa7b21e9eef445 Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:21:31 +0800 Subject: [PATCH 474/545] corretto11-jdk: fix 32-bit download URL (#594) --- bucket/corretto11-jdk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/corretto11-jdk.json b/bucket/corretto11-jdk.json index 942dccbe3b3..59580754e08 100644 --- a/bucket/corretto11-jdk.json +++ b/bucket/corretto11-jdk.json @@ -9,7 +9,7 @@ "hash": "462f2a455d8f8da1a3a839a0f3de10c7a5fe6f7d230cf995e144a769382f4afe" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x86-jre.zip", + "url": "https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x86-jdk.zip", "hash": "8bf7d4329575956a5fbd6eb4afdea0121e50e62b2525d662d0a6fa9e73f7f579" } }, @@ -33,7 +33,7 @@ } }, "32bit": { - "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x86-jre.zip", + "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x86-jdk.zip", "hash": { "url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json", "jsonpath": "$.windows.x86.jdk.11.zip.checksum_sha256" From f528bbfd283a0473c6331e5465ed0b2d7991bdc4 Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:54:18 +0800 Subject: [PATCH 475/545] liberica*: Fix checkver JSONPath (#590) --- bucket/liberica-full-jdk.json | 2 +- bucket/liberica-full-jre.json | 2 +- bucket/liberica-full-lts-jdk.json | 2 +- bucket/liberica-full-lts-jre.json | 2 +- bucket/liberica-jdk.json | 2 +- bucket/liberica-jre.json | 2 +- bucket/liberica-lite-jdk.json | 2 +- bucket/liberica-lite-lts-jdk.json | 2 +- bucket/liberica-lts-jdk.json | 2 +- bucket/liberica-lts-jre.json | 2 +- bucket/liberica11-full-jdk.json | 2 +- bucket/liberica11-full-jre.json | 2 +- bucket/liberica11-jdk.json | 2 +- bucket/liberica11-jre.json | 2 +- bucket/liberica11-lite-jdk.json | 2 +- bucket/liberica16-full-jdk.json | 2 +- bucket/liberica16-full-jre.json | 2 +- bucket/liberica16-jdk.json | 2 +- bucket/liberica16-jre.json | 2 +- bucket/liberica16-lite-jdk.json | 2 +- bucket/liberica17-full-jdk.json | 2 +- bucket/liberica17-full-jre.json | 2 +- bucket/liberica17-jdk.json | 2 +- bucket/liberica17-jre.json | 2 +- bucket/liberica17-lite-jdk.json | 2 +- bucket/liberica21-full-jdk.json | 2 +- bucket/liberica21-full-jre.json | 2 +- bucket/liberica21-full-lts-jdk.json | 2 +- bucket/liberica21-full-lts-jre.json | 2 +- bucket/liberica21-jdk.json | 2 +- bucket/liberica21-jre.json | 2 +- bucket/liberica21-lite-jdk.json | 2 +- bucket/liberica21-lite-lts-jdk.json | 2 +- bucket/liberica21-lts-jdk.json | 2 +- bucket/liberica21-lts-jre.json | 2 +- bucket/liberica25-full-jdk.json | 2 +- bucket/liberica25-full-jre.json | 2 +- bucket/liberica25-full-lts-jdk.json | 2 +- bucket/liberica25-full-lts-jre.json | 2 +- bucket/liberica25-jdk.json | 2 +- bucket/liberica25-jre.json | 2 +- bucket/liberica25-lite-jdk.json | 2 +- bucket/liberica25-lite-lts-jdk.json | 2 +- bucket/liberica25-lts-jdk.json | 2 +- bucket/liberica25-lts-jre.json | 2 +- bucket/liberica8-full-jdk.json | 2 +- bucket/liberica8-full-jre.json | 2 +- bucket/liberica8-jdk.json | 2 +- bucket/liberica8-jre.json | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/bucket/liberica-full-jdk.json b/bucket/liberica-full-jdk.json index 060bb924ecc..00b02adf13e 100644 --- a/bucket/liberica-full-jdk.json +++ b/bucket/liberica-full-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-full-jre.json b/bucket/liberica-full-jre.json index 3c004dba5f2..d9cb16d8c63 100644 --- a/bucket/liberica-full-jre.json +++ b/bucket/liberica-full-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-full-lts-jdk.json b/bucket/liberica-full-lts-jdk.json index 3ace5c6639b..f1b88464549 100644 --- a/bucket/liberica-full-lts-jdk.json +++ b/bucket/liberica-full-lts-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-full-lts-jre.json b/bucket/liberica-full-lts-jre.json index 60a82f9d6d9..bc46a627e23 100644 --- a/bucket/liberica-full-lts-jre.json +++ b/bucket/liberica-full-lts-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-jdk.json b/bucket/liberica-jdk.json index cc8133ccc9d..e6c6561350a 100644 --- a/bucket/liberica-jdk.json +++ b/bucket/liberica-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-jre.json b/bucket/liberica-jre.json index d5ce10a4514..3f31198a2f0 100644 --- a/bucket/liberica-jre.json +++ b/bucket/liberica-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-lite-jdk.json b/bucket/liberica-lite-jdk.json index 38937f4ea0e..b658e7d3d80 100644 --- a/bucket/liberica-lite-jdk.json +++ b/bucket/liberica-lite-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-lite-lts-jdk.json b/bucket/liberica-lite-lts-jdk.json index 2a48df835b3..293c0b05cf1 100644 --- a/bucket/liberica-lite-lts-jdk.json +++ b/bucket/liberica-lite-lts-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk-lite&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-lts-jdk.json b/bucket/liberica-lts-jdk.json index cb0506cb191..3d3a5523714 100644 --- a/bucket/liberica-lts-jdk.json +++ b/bucket/liberica-lts-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jdk&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica-lts-jre.json b/bucket/liberica-lts-jre.json index aa04c18bf36..4832ce61542 100644 --- a/bucket/liberica-lts-jre.json +++ b/bucket/liberica-lts-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?bundle-type=jre&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}", "reverse": true diff --git a/bucket/liberica11-full-jdk.json b/bucket/liberica11-full-jdk.json index b48ca134c8a..2d3de0e9c9e 100644 --- a/bucket/liberica11-full-jdk.json +++ b/bucket/liberica11-full-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=11&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica11-full-jre.json b/bucket/liberica11-full-jre.json index 3a87b5b4ab6..dada930efd3 100644 --- a/bucket/liberica11-full-jre.json +++ b/bucket/liberica11-full-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=11&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica11-jdk.json b/bucket/liberica11-jdk.json index 22b7f6cd638..1ece6c4fe03 100644 --- a/bucket/liberica11-jdk.json +++ b/bucket/liberica11-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=11&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica11-jre.json b/bucket/liberica11-jre.json index d42ced3d26e..0c75d76eda5 100644 --- a/bucket/liberica11-jre.json +++ b/bucket/liberica11-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=11&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica11-lite-jdk.json b/bucket/liberica11-lite-jdk.json index effcf05a93d..36cef94ed9e 100644 --- a/bucket/liberica11-lite-jdk.json +++ b/bucket/liberica11-lite-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=11&bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica16-full-jdk.json b/bucket/liberica16-full-jdk.json index 50831545c77..f26f4ef3f31 100644 --- a/bucket/liberica16-full-jdk.json +++ b/bucket/liberica16-full-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=16&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica16-full-jre.json b/bucket/liberica16-full-jre.json index 37a40be69e4..0b3293e4be2 100644 --- a/bucket/liberica16-full-jre.json +++ b/bucket/liberica16-full-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=16&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica16-jdk.json b/bucket/liberica16-jdk.json index 9257a61677e..62d520f2a05 100644 --- a/bucket/liberica16-jdk.json +++ b/bucket/liberica16-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=16&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica16-jre.json b/bucket/liberica16-jre.json index e2f4611baae..5e4f69dbef1 100644 --- a/bucket/liberica16-jre.json +++ b/bucket/liberica16-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=16&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica16-lite-jdk.json b/bucket/liberica16-lite-jdk.json index 54c0bec3356..6bf25550f70 100644 --- a/bucket/liberica16-lite-jdk.json +++ b/bucket/liberica16-lite-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=16&bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica17-full-jdk.json b/bucket/liberica17-full-jdk.json index b6bcf599b58..801b0f427fc 100644 --- a/bucket/liberica17-full-jdk.json +++ b/bucket/liberica17-full-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=17&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica17-full-jre.json b/bucket/liberica17-full-jre.json index 9d3c8156cde..a2a22a9fce4 100644 --- a/bucket/liberica17-full-jre.json +++ b/bucket/liberica17-full-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=17&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica17-jdk.json b/bucket/liberica17-jdk.json index f24c2a4ba81..027b3bbee20 100644 --- a/bucket/liberica17-jdk.json +++ b/bucket/liberica17-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=17&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica17-jre.json b/bucket/liberica17-jre.json index d0e228aa33e..68d8dc3e2ba 100644 --- a/bucket/liberica17-jre.json +++ b/bucket/liberica17-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=17&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica17-lite-jdk.json b/bucket/liberica17-lite-jdk.json index b252675bfcd..1cbe6ea84b6 100644 --- a/bucket/liberica17-lite-jdk.json +++ b/bucket/liberica17-lite-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=17&bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-full-jdk.json b/bucket/liberica21-full-jdk.json index ceec1cb3752..4284cc98ec3 100644 --- a/bucket/liberica21-full-jdk.json +++ b/bucket/liberica21-full-jdk.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-full-jre.json b/bucket/liberica21-full-jre.json index f66c5bef48e..66692cc8f53 100644 --- a/bucket/liberica21-full-jre.json +++ b/bucket/liberica21-full-jre.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-full-lts-jdk.json b/bucket/liberica21-full-lts-jdk.json index 0b41aa64883..d148af21b89 100644 --- a/bucket/liberica21-full-lts-jdk.json +++ b/bucket/liberica21-full-lts-jdk.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-full-lts-jre.json b/bucket/liberica21-full-lts-jre.json index 4800b6c2f6f..365e938f4bc 100644 --- a/bucket/liberica21-full-lts-jre.json +++ b/bucket/liberica21-full-lts-jre.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-jdk.json b/bucket/liberica21-jdk.json index 34029833c45..0f7c2fffd60 100644 --- a/bucket/liberica21-jdk.json +++ b/bucket/liberica21-jdk.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-jre.json b/bucket/liberica21-jre.json index 8882dd1ed36..ed78a55d155 100644 --- a/bucket/liberica21-jre.json +++ b/bucket/liberica21-jre.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-lite-jdk.json b/bucket/liberica21-lite-jdk.json index 48763b1fc3f..0be52dac6c5 100644 --- a/bucket/liberica21-lite-jdk.json +++ b/bucket/liberica21-lite-jdk.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-lite-lts-jdk.json b/bucket/liberica21-lite-lts-jdk.json index 3ba8223eb1f..45de37e1a23 100644 --- a/bucket/liberica21-lite-lts-jdk.json +++ b/bucket/liberica21-lite-lts-jdk.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk-lite&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-lts-jdk.json b/bucket/liberica21-lts-jdk.json index fe0a1fd5c4c..63361323fc3 100644 --- a/bucket/liberica21-lts-jdk.json +++ b/bucket/liberica21-lts-jdk.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jdk&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica21-lts-jre.json b/bucket/liberica21-lts-jre.json index d00221f7d17..97bdb31f115 100644 --- a/bucket/liberica21-lts-jre.json +++ b/bucket/liberica21-lts-jre.json @@ -24,7 +24,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=21&bundle-type=jre&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-full-jdk.json b/bucket/liberica25-full-jdk.json index 83f4c5cfbd1..6f5c4ecdf99 100644 --- a/bucket/liberica25-full-jdk.json +++ b/bucket/liberica25-full-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-full-jre.json b/bucket/liberica25-full-jre.json index 5f52e228fad..678b0cb7d73 100644 --- a/bucket/liberica25-full-jre.json +++ b/bucket/liberica25-full-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-full-lts-jdk.json b/bucket/liberica25-full-lts-jdk.json index f6f436a7c26..a91f29357e4 100644 --- a/bucket/liberica25-full-lts-jdk.json +++ b/bucket/liberica25-full-lts-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-full-lts-jre.json b/bucket/liberica25-full-lts-jre.json index 1834cd143e0..026b09bba52 100644 --- a/bucket/liberica25-full-lts-jre.json +++ b/bucket/liberica25-full-lts-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jre-full&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-jdk.json b/bucket/liberica25-jdk.json index 45e87c5ee21..e08d50fe142 100644 --- a/bucket/liberica25-jdk.json +++ b/bucket/liberica25-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-jre.json b/bucket/liberica25-jre.json index f3f10404614..29a755be693 100644 --- a/bucket/liberica25-jre.json +++ b/bucket/liberica25-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-lite-jdk.json b/bucket/liberica25-lite-jdk.json index 4f8f88c8515..d1f7e8baa09 100644 --- a/bucket/liberica25-lite-jdk.json +++ b/bucket/liberica25-lite-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk-lite&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-lite-lts-jdk.json b/bucket/liberica25-lite-lts-jdk.json index f018d17118f..a3569ca6d1f 100644 --- a/bucket/liberica25-lite-lts-jdk.json +++ b/bucket/liberica25-lite-lts-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk-lite&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-lts-jdk.json b/bucket/liberica25-lts-jdk.json index cea91db2f19..5455050de93 100644 --- a/bucket/liberica25-lts-jdk.json +++ b/bucket/liberica25-lts-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jdk&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica25-lts-jre.json b/bucket/liberica25-lts-jre.json index a4883c02145..abe0a982b08 100644 --- a/bucket/liberica25-lts-jre.json +++ b/bucket/liberica25-lts-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=25&bundle-type=jre&version-modifier=latest&release-type=lts&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\d.]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica8-full-jdk.json b/bucket/liberica8-full-jdk.json index 6c9498f98e8..8b735d0d011 100644 --- a/bucket/liberica8-full-jdk.json +++ b/bucket/liberica8-full-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=8&bundle-type=jdk-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\du]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica8-full-jre.json b/bucket/liberica8-full-jre.json index b6f518bfc44..3459e81dcea 100644 --- a/bucket/liberica8-full-jre.json +++ b/bucket/liberica8-full-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=8&bundle-type=jre-full&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\du]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica8-jdk.json b/bucket/liberica8-jdk.json index a802830012c..29d0658c2d2 100644 --- a/bucket/liberica8-jdk.json +++ b/bucket/liberica8-jdk.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=8&bundle-type=jdk&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\du]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, diff --git a/bucket/liberica8-jre.json b/bucket/liberica8-jre.json index 4041bd74d09..4568f2a09ef 100644 --- a/bucket/liberica8-jre.json +++ b/bucket/liberica8-jre.json @@ -20,7 +20,7 @@ }, "checkver": { "url": "https://api.bell-sw.com/v1/liberica/releases?version-feature=8&bundle-type=jre&version-modifier=latest&release-type=all&os=windows&arch=x86&installation-type=archive&package-type=zip&output=json&fields=version", - "jsonpath": "$.version", + "jsonpath": "$[*].version", "regex": "(?[\\du]+)(?:\\+)(?[\\d]+)", "replace": "${major}-${build}" }, From da17a13799b38600dfed6546c6f43482a271c04a Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:54:41 +0800 Subject: [PATCH 476/545] openjdk19: fix checkver for archived release line (#593) --- bucket/openjdk19.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/bucket/openjdk19.json b/bucket/openjdk19.json index 5805d353656..0340d18829b 100644 --- a/bucket/openjdk19.json +++ b/bucket/openjdk19.json @@ -15,18 +15,8 @@ "JAVA_HOME": "$dir" }, "checkver": { - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", - "replace": "${version}-${build}${ea}" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://download.java.net/java/$matchType/$matchPath/$matchFile" - } - }, - "hash": { - "url": "$url.sha256" - }, - "extract_dir": "jdk-$matchVersion" + "url": "https://api.github.com/repos/openjdk/jdk19u/tags?per_page=100", + "regex": "\"name\":\"jdk-(?19\\.[\\d.]+)\\+(?\\d+)\"", + "replace": "${version}-${build}" } } From bc8c4879bb1dbce5cf7ecb4c69182a537cc942e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:56:48 +0000 Subject: [PATCH 477/545] intellij-jbr25-jcef: Update to version 25.0.2-b329.117 --- bucket/intellij-jbr25-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-jcef.json b/bucket/intellij-jbr25-jcef.json index 04b9fe4cfef..5384fa9b9ce 100644 --- a/bucket/intellij-jbr25-jcef.json +++ b/bucket/intellij-jbr25-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.1-b266.34", + "version": "25.0.2-b329.117", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-x64-b266.34.tar.gz", - "hash": "sha512:398460a721a452ec24776c5a2108e03842badf0f54c928e28196a976a683d2d25bc382ed9b317d8baac8623e3810b58db8f87b8a309c6e9a504ebfc20d444ec5", - "extract_dir": "jbr_jcef-25.0.1-windows-x64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-x64-b329.117.tar.gz", + "hash": "sha512:bbc7a73ebd2b3b5c852c12f2ce659ce63f09f345e0272192b9d57f73ab4eed53d9fd3069c4a2342517e69908d4478cbaccc91967b7308a5c3be07359e4641125", + "extract_dir": "jbr_jcef-25.0.2-windows-x64-b329.117" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-aarch64-b266.34.tar.gz", - "hash": "sha512:a1f6937bd89ed801a3e669735fa097d4216b2f5aaac4b28e220a74d186779b84fc049e60c2a1e30d9a68c171a4360413192a8de8709a3d89b30dc7e4f0df7882", - "extract_dir": "jbr_jcef-25.0.1-windows-aarch64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-aarch64-b329.117.tar.gz", + "hash": "sha512:f2bb367190b9d595748809c87b59e95489beb04c46358c9c2bdbdff1e84cfdf7aa94c09bd0ad55892ad070f60a207a0cf77e8cc3fe67a1567d2622dc6556b3ed", + "extract_dir": "jbr_jcef-25.0.2-windows-aarch64-b329.117" } }, "env_set": { From 5cc9f6c563bf10598b32d32e9d80df5d2796375d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:56:48 +0000 Subject: [PATCH 478/545] intellij-jbr25-sdk-jcef: Update to version 25.0.2-b329.117 --- bucket/intellij-jbr25-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk-jcef.json b/bucket/intellij-jbr25-sdk-jcef.json index 3af5a905092..cd7dd6839aa 100644 --- a/bucket/intellij-jbr25-sdk-jcef.json +++ b/bucket/intellij-jbr25-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.1-b266.34", + "version": "25.0.2-b329.117", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-x64-b266.34.tar.gz", - "hash": "sha512:0f7ce9c070bd369217de9ab6a9dbaf3e1a3fd63f8c9df29f8f4d38b4de132f5fb436ecfeec096dbbe6478162971ee3627dadf0f07c70d62d259f0311a8d1c0bf", - "extract_dir": "jbrsdk_jcef-25.0.1-windows-x64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-x64-b329.117.tar.gz", + "hash": "sha512:d22470303cfe489de10b7060ba241ef7245b646b0dc9b6fe57127dcb3a79a4cdbd753ce686f049416857e8cbeefac9fb7a5481b72b9f65d27d07de51837b5a70", + "extract_dir": "jbrsdk_jcef-25.0.2-windows-x64-b329.117" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-aarch64-b266.34.tar.gz", - "hash": "sha512:2b44f60bf26a31599a9286fd2491a06f87e8cc2e4262daed71092816b34c0de51d5d08424858f81f00a0d61394b7ab8a0377a6dbc626748bedd69d13ec9569c8", - "extract_dir": "jbrsdk_jcef-25.0.1-windows-aarch64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-aarch64-b329.117.tar.gz", + "hash": "sha512:3c76e51c937088ad1eb729e272b495ca00c8f38efe8711e8ed46191d5d9c2d1c4d6b9fc26371391eee2376fce2fb0138b2709bb3c86c12c247385d89df400735", + "extract_dir": "jbrsdk_jcef-25.0.2-windows-aarch64-b329.117" } }, "env_set": { From a4f9db900d030598693100f162d15fe393d0863e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:56:48 +0000 Subject: [PATCH 479/545] intellij-jbr25-sdk: Update to version 25.0.2-b329.117 --- bucket/intellij-jbr25-sdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk.json b/bucket/intellij-jbr25-sdk.json index e2cbccb2c28..97dcc89c83e 100644 --- a/bucket/intellij-jbr25-sdk.json +++ b/bucket/intellij-jbr25-sdk.json @@ -1,18 +1,18 @@ { - "version": "25.0.1-b266.34", + "version": "25.0.2-b329.117", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-x64-b266.34.tar.gz", - "hash": "sha512:9cd81048244e3e696c6be131cc37868bcbb51db161fd327b26b79fddc280075d96f18487e2ad5f4b3164dabfaff3845c841a45f667584f0a87ccb9105317773b", - "extract_dir": "jbrsdk-25.0.1-windows-x64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-x64-b329.117.tar.gz", + "hash": "sha512:8d5c3cede57e99404ccf89f21b6ff6e908cce60604772b2234ced486179a5eab821e5f96ac615de844a679658ee59ad2c3975b52e1642e1def433a522aa0b915", + "extract_dir": "jbrsdk-25.0.2-windows-x64-b329.117" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-aarch64-b266.34.tar.gz", - "hash": "sha512:d3b9bd219ff25c874ceb9a10f286e9ee1ceb091442b2357f22bdc7479ac442e7df86b419e918936fb9aa446ede9d710c446baca634bd21a81abb968af903eb53", - "extract_dir": "jbrsdk-25.0.1-windows-aarch64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-aarch64-b329.117.tar.gz", + "hash": "sha512:ba6d1ddfef7b5f107708f0685eaa595bac78dff5ea5907e70cc19298012874f2280363fd24cf6d398d4899ffd6423abb94bde4f18c9cc089c50b4c5d2752634a", + "extract_dir": "jbrsdk-25.0.2-windows-aarch64-b329.117" } }, "env_set": { From cd5a8957ade625e3cc80fe1c75f335666f40f70a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:56:49 +0000 Subject: [PATCH 480/545] intellij-jbr25: Update to version 25.0.2-b329.117 --- bucket/intellij-jbr25.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25.json b/bucket/intellij-jbr25.json index 764b71947e0..e10878e5762 100644 --- a/bucket/intellij-jbr25.json +++ b/bucket/intellij-jbr25.json @@ -1,18 +1,18 @@ { - "version": "25.0.1-b266.34", + "version": "25.0.2-b329.117", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-x64-b266.34.tar.gz", - "hash": "sha512:e510033b056d7b396ee4d02f01ad3f70cd1ac2eb3ffac5d340bb8874a91fe9540f5cdb3bf84d22ac447af3f998c4e426d25aa924e39391b2d5067502b29bcaea", - "extract_dir": "jbr-25.0.1-windows-x64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-x64-b329.117.tar.gz", + "hash": "sha512:aab55f1463720cc0f2c15c675a95f5ada6fef57d9d6bac1a34562f62d1136835212bf3b64ea57c69c5fd15927e57690f1f654e79b421434248762bf5e767f660", + "extract_dir": "jbr-25.0.2-windows-x64-b329.117" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-aarch64-b266.34.tar.gz", - "hash": "sha512:cb7d4e32207d24c95efb27dcc8d769fac80975c3646f5841ebc2396ed7f5c964043ae7c58b0e2d20019f5e10590347cbda8226509e3c8577e58571445ebc7c62", - "extract_dir": "jbr-25.0.1-windows-aarch64-b266.34" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-aarch64-b329.117.tar.gz", + "hash": "sha512:04b0474537e0270d60f8fc8c27b687f43ece2557ea3bd95c15e686dda51b6649416bece07b73890463ae1b53005e25020a71e4fbbc80497b8795d76c1ae009f7", + "extract_dir": "jbr-25.0.2-windows-aarch64-b329.117" } }, "env_set": { From d332f5cbe7b4a975178cc1e2116540959d2060d7 Mon Sep 17 00:00:00 2001 From: Nacai <111849193+B67687@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:22:36 +0800 Subject: [PATCH 481/545] graalvm*: Add CE JDK 17 and fix CE JDK 21 checkver (#592) --- bucket/graalvm-ce-17jdk.json | 31 +++++++++++++++++++++++++++++++ bucket/graalvm21-jdk21.json | 5 +++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 bucket/graalvm-ce-17jdk.json diff --git a/bucket/graalvm-ce-17jdk.json b/bucket/graalvm-ce-17jdk.json new file mode 100644 index 00000000000..1dc3609001d --- /dev/null +++ b/bucket/graalvm-ce-17jdk.json @@ -0,0 +1,31 @@ +{ + "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": "17.0.9", + "homepage": "https://www.graalvm.org/", + "license": "GPL-2.0", + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-17.0.9/graalvm-community-jdk-17.0.9_windows-x64_bin.zip", + "hash": "285e045bfc0b87d2b61958fea97444c3c6c7e68fba3fdbbe146622328b52ec38", + "extract_to": "tmp", + "installer": { + "script": [ + "(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }", + "Remove-Item -Recurse \"$dir\\tmp\"" + ] + }, + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir", + "GRAALVM_HOME": "$dir" + }, + "checkver": { + "url": "https://api.github.com/repos/graalvm/graalvm-ce-builds/releases?per_page=100", + "jsonpath": "$[*].tag_name", + "regex": "jdk-(17\\.[\\d.]+)" + }, + "autoupdate": { + "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$version/graalvm-community-jdk-$version_windows-x64_bin.zip", + "hash": { + "url": "$url.sha256" + } + } +} diff --git a/bucket/graalvm21-jdk21.json b/bucket/graalvm21-jdk21.json index d94f66133e3..b43a8fd346c 100644 --- a/bucket/graalvm21-jdk21.json +++ b/bucket/graalvm21-jdk21.json @@ -18,8 +18,9 @@ "GRAALVM_HOME": "$dir" }, "checkver": { - "url": "https://github.com/graalvm/graalvm-ce-builds/releases/latest", - "regex": "jdk-(21[\\d.]+)" + "url": "https://api.github.com/repos/graalvm/graalvm-ce-builds/releases?per_page=100", + "jsonpath": "$[*].tag_name", + "regex": "jdk-(21\\.[\\d.]+)" }, "autoupdate": { "url": "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$version/graalvm-community-jdk-$version_windows-x64_bin.zip", From 3d40d5fe4ce372e1b69bd122b60afb2cbcc4e3ea Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Mon, 27 Apr 2026 23:06:49 +0800 Subject: [PATCH 482/545] ci: fix issue handler permissions Signed-off-by: Chawye Hsu --- .github/workflows/issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 08a414d20a4..63ff45a39ff 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -5,7 +5,8 @@ on: types: [ opened, labeled ] permissions: - contents: read + # Auto hash fixing commits + contents: write issues: write jobs: From 4668fdd97dc96665d39818b822a3d910edaf50a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:23:37 +0000 Subject: [PATCH 483/545] intellij-jbr25-jcef: Update to version 25.0.2-b432.48 --- bucket/intellij-jbr25-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-jcef.json b/bucket/intellij-jbr25-jcef.json index 5384fa9b9ce..f5493bc4712 100644 --- a/bucket/intellij-jbr25-jcef.json +++ b/bucket/intellij-jbr25-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b329.117", + "version": "25.0.2-b432.48", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-x64-b329.117.tar.gz", - "hash": "sha512:bbc7a73ebd2b3b5c852c12f2ce659ce63f09f345e0272192b9d57f73ab4eed53d9fd3069c4a2342517e69908d4478cbaccc91967b7308a5c3be07359e4641125", - "extract_dir": "jbr_jcef-25.0.2-windows-x64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-x64-b432.48.tar.gz", + "hash": "sha512:0088c1fa528f7ac1867d3ac6f96578692e338692357786f746fa7344ad5579b730f7c419925a15f489fc216f9f75ba04518f9e3110afd909b2846e827d698269", + "extract_dir": "jbr_jcef-25.0.2-windows-x64-b432.48" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-aarch64-b329.117.tar.gz", - "hash": "sha512:f2bb367190b9d595748809c87b59e95489beb04c46358c9c2bdbdff1e84cfdf7aa94c09bd0ad55892ad070f60a207a0cf77e8cc3fe67a1567d2622dc6556b3ed", - "extract_dir": "jbr_jcef-25.0.2-windows-aarch64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-aarch64-b432.48.tar.gz", + "hash": "sha512:6afaa187bc46a82de5936b56dc3de036daac064374322bb89f65066e01ceb47cd53588316bfa1a9e6db0e6494f0e933aa4c448e126b355a4434b1a25bb34ea33", + "extract_dir": "jbr_jcef-25.0.2-windows-aarch64-b432.48" } }, "env_set": { From fabd00a12125844b8c9c4cbcd19118e13ec9fa5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:23:37 +0000 Subject: [PATCH 484/545] intellij-jbr25-sdk-jcef: Update to version 25.0.2-b432.48 --- bucket/intellij-jbr25-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk-jcef.json b/bucket/intellij-jbr25-sdk-jcef.json index cd7dd6839aa..2addb6047b5 100644 --- a/bucket/intellij-jbr25-sdk-jcef.json +++ b/bucket/intellij-jbr25-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b329.117", + "version": "25.0.2-b432.48", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-x64-b329.117.tar.gz", - "hash": "sha512:d22470303cfe489de10b7060ba241ef7245b646b0dc9b6fe57127dcb3a79a4cdbd753ce686f049416857e8cbeefac9fb7a5481b72b9f65d27d07de51837b5a70", - "extract_dir": "jbrsdk_jcef-25.0.2-windows-x64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-x64-b432.48.tar.gz", + "hash": "sha512:add594a23c27765f1aa6e85a547d1690e9ce2f5084694a28691e7ccd44ccebdb5f55fd2b69468814251b853414a2f96e25c1d63282fce4274f9779a9b220ed74", + "extract_dir": "jbrsdk_jcef-25.0.2-windows-x64-b432.48" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-aarch64-b329.117.tar.gz", - "hash": "sha512:3c76e51c937088ad1eb729e272b495ca00c8f38efe8711e8ed46191d5d9c2d1c4d6b9fc26371391eee2376fce2fb0138b2709bb3c86c12c247385d89df400735", - "extract_dir": "jbrsdk_jcef-25.0.2-windows-aarch64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-aarch64-b432.48.tar.gz", + "hash": "sha512:25776bcd8bf09c4300453279d74082e1a542339efa7adfc0e79c5b80b610212879fb46c1e15770a562c23ed81303de8a1997964c802c9ef0335948f0f71350b6", + "extract_dir": "jbrsdk_jcef-25.0.2-windows-aarch64-b432.48" } }, "env_set": { From 29f0af90b157ccc123bf98402fc4dce0f3f7590f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:23:38 +0000 Subject: [PATCH 485/545] intellij-jbr25-sdk: Update to version 25.0.2-b432.48 --- bucket/intellij-jbr25-sdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk.json b/bucket/intellij-jbr25-sdk.json index 97dcc89c83e..b6814ae1764 100644 --- a/bucket/intellij-jbr25-sdk.json +++ b/bucket/intellij-jbr25-sdk.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b329.117", + "version": "25.0.2-b432.48", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-x64-b329.117.tar.gz", - "hash": "sha512:8d5c3cede57e99404ccf89f21b6ff6e908cce60604772b2234ced486179a5eab821e5f96ac615de844a679658ee59ad2c3975b52e1642e1def433a522aa0b915", - "extract_dir": "jbrsdk-25.0.2-windows-x64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-x64-b432.48.tar.gz", + "hash": "sha512:0ebfac7569b59f4c2caf85c2554f9ee418481f950bf55240d366a45beb0b094974dfdb719ec13c57bb102b0e2b28b419bb287d9d6b6beacbdaddd8ee99148fe6", + "extract_dir": "jbrsdk-25.0.2-windows-x64-b432.48" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-aarch64-b329.117.tar.gz", - "hash": "sha512:ba6d1ddfef7b5f107708f0685eaa595bac78dff5ea5907e70cc19298012874f2280363fd24cf6d398d4899ffd6423abb94bde4f18c9cc089c50b4c5d2752634a", - "extract_dir": "jbrsdk-25.0.2-windows-aarch64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-aarch64-b432.48.tar.gz", + "hash": "sha512:caea74e6fa01ddb9c59d90bbb8e7d9e622b550fab183b53391f940cb5be0a56ae2d2276e798c03ac41bc910a0aeb462d508dd3917c460d76a6e74eac31c16560", + "extract_dir": "jbrsdk-25.0.2-windows-aarch64-b432.48" } }, "env_set": { From fa20a2edcc12dbefe1c27ba2f75677ff344c391f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:23:38 +0000 Subject: [PATCH 486/545] intellij-jbr25: Update to version 25.0.2-b432.48 --- bucket/intellij-jbr25.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25.json b/bucket/intellij-jbr25.json index e10878e5762..eb6609e2150 100644 --- a/bucket/intellij-jbr25.json +++ b/bucket/intellij-jbr25.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b329.117", + "version": "25.0.2-b432.48", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-x64-b329.117.tar.gz", - "hash": "sha512:aab55f1463720cc0f2c15c675a95f5ada6fef57d9d6bac1a34562f62d1136835212bf3b64ea57c69c5fd15927e57690f1f654e79b421434248762bf5e767f660", - "extract_dir": "jbr-25.0.2-windows-x64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-x64-b432.48.tar.gz", + "hash": "sha512:deeaa64b736e9e634f41008348094b22888beebd6e64e4bc3ba7c95a23928f4dd837ef502d2165e8793c333d56259b082f9e0e4ee293a92e9c692f53b96ed283", + "extract_dir": "jbr-25.0.2-windows-x64-b432.48" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-aarch64-b329.117.tar.gz", - "hash": "sha512:04b0474537e0270d60f8fc8c27b687f43ece2557ea3bd95c15e686dda51b6649416bece07b73890463ae1b53005e25020a71e4fbbc80497b8795d76c1ae009f7", - "extract_dir": "jbr-25.0.2-windows-aarch64-b329.117" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-aarch64-b432.48.tar.gz", + "hash": "sha512:f0155dff6ba7d9c8a3ce7bd4de4c69bbce0769e47e27bc09438b4a3484d9164646f1ebf17323199fafdf022ee9dd6d88c927744b246d8e999a12b33084c25b76", + "extract_dir": "jbr-25.0.2-windows-aarch64-b432.48" } }, "env_set": { From 38a5e0d6650590815ed556dacd9c0f02f7defa59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:36 +0000 Subject: [PATCH 487/545] zulufx-jdk: Update to version 26.30.11 --- bucket/zulufx-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jdk.json b/bucket/zulufx-jdk.json index 78f031e21c5..4c0f3325974 100644 --- a/bucket/zulufx-jdk.json +++ b/bucket/zulufx-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "26.28.63", + "version": "26.30.11", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu26.28.63-ca-fx-jdk26.0.0-win_x64.zip", - "hash": "c84ce5e38329c259ac020270f06b8fdb15879c0d4c0a8fcaf4158eac70f7ef26", - "extract_dir": "zulu26.28.63-ca-fx-jdk26.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.30.11-ca-fx-jdk26.0.1-win_x64.zip", + "hash": "f98c90430cf0dd2003a0f55d7a2119258b45dbfc44a5ff1c0ccd17001ec025e4", + "extract_dir": "zulu26.30.11-ca-fx-jdk26.0.1-win_x64" } }, "env_add_path": "bin", From ce3507bf592d97fdca7d0b27c32c15ba8fa1f70c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:36 +0000 Subject: [PATCH 488/545] zulufx-jre: Update to version 26.30.11 --- bucket/zulufx-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx-jre.json b/bucket/zulufx-jre.json index 0c51e266235..e32b5c6bc4a 100644 --- a/bucket/zulufx-jre.json +++ b/bucket/zulufx-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "26.28.63", + "version": "26.30.11", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu26.28.63-ca-fx-jre26.0.0-win_x64.zip", - "hash": "ce804f03bebecdc119dde240b7cf533821c815fd5a43edf72edda4e8e63e6e60", - "extract_dir": "zulu26.28.63-ca-fx-jre26.0.0-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu26.30.11-ca-fx-jre26.0.1-win_x64.zip", + "hash": "2829f36a24a1ac9be2318e8acbc1f166b25bee509c5a1ff474922334fffb1b64", + "extract_dir": "zulu26.30.11-ca-fx-jre26.0.1-win_x64" } }, "env_add_path": "bin", From 1e6b42deb1403982d2cf4e3d44d6ef08e55f3ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:37 +0000 Subject: [PATCH 489/545] zulufx11-jdk: Update to version 11.88.17 --- bucket/zulufx11-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx11-jdk.json b/bucket/zulufx11-jdk.json index 5086fcfcc36..490601eb452 100644 --- a/bucket/zulufx11-jdk.json +++ b/bucket/zulufx11-jdk.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "11.86.21", + "version": "11.88.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jdk11.0.30-win_x64.zip", - "hash": "c4dcaaa1b65494ab510acbbd93a9a9bf7f0e33b0378c4427ce6914dd8fd30afe", - "extract_dir": "zulu11.86.21-ca-fx-jdk11.0.30-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-fx-jdk11.0.31-win_x64.zip", + "hash": "7d68100d56e722b9dbb5af4e725dbc3beb5b1d3a073cbafca93343cf265a8d36", + "extract_dir": "zulu11.88.17-ca-fx-jdk11.0.31-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jdk11.0.30-win_i686.zip", - "hash": "3b50bdb01bb08c1d5c8af9f71baa9fb1fada02baf6d6aaf8a2d39da2fb8dd6fc", - "extract_dir": "zulu11.86.21-ca-fx-jdk11.0.30-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-fx-jdk11.0.31-win_i686.zip", + "hash": "a41838be36de49bd3520a776bf6fd66c5d04d7859c7b58ff65ee1d7fc6bfe20e", + "extract_dir": "zulu11.88.17-ca-fx-jdk11.0.31-win_i686" } }, "env_add_path": "bin", From 2a8236e639163b8476aa6b42f3e3bf887c57b43f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:37 +0000 Subject: [PATCH 490/545] zulufx11-jre: Update to version 11.88.17 --- bucket/zulufx11-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx11-jre.json b/bucket/zulufx11-jre.json index 60cb94344d4..55b77769be2 100644 --- a/bucket/zulufx11-jre.json +++ b/bucket/zulufx11-jre.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "11.86.21", + "version": "11.88.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jre11.0.30-win_x64.zip", - "hash": "b280b4813a200e71d415b9cbc988d8625a4a70430c43243167f997d0987d9f54", - "extract_dir": "zulu11.86.21-ca-fx-jre11.0.30-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-fx-jre11.0.31-win_x64.zip", + "hash": "b26feb5d1d5c114e17061ddb8f1cb4a114057325679d64bcaf448a199906d9e1", + "extract_dir": "zulu11.88.17-ca-fx-jre11.0.31-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu11.86.21-ca-fx-jre11.0.30-win_i686.zip", - "hash": "efa567bc924ff91fbf0ab533069a36a2af6aeaaca311687a2da2aca561d228a5", - "extract_dir": "zulu11.86.21-ca-fx-jre11.0.30-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu11.88.17-ca-fx-jre11.0.31-win_i686.zip", + "hash": "585bb02003da474260507a4978bfe83e3f103a381b74e57152fa8ce102152bf8", + "extract_dir": "zulu11.88.17-ca-fx-jre11.0.31-win_i686" } }, "env_add_path": "bin", From 9e42c60f80146eb50ff85b7af7a6aad5c49376b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:38 +0000 Subject: [PATCH 491/545] zulufx17-jdk: Update to version 17.66.19 --- bucket/zulufx17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx17-jdk.json b/bucket/zulufx17-jdk.json index b67d67ae4cf..232e7f1cbec 100644 --- a/bucket/zulufx17-jdk.json +++ b/bucket/zulufx17-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "17.64.17", + "version": "17.66.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-fx-jdk17.0.18-win_x64.zip", - "hash": "b51c359c1283b751a55ff3364371078c63b90727dd6359db4b0cd871cd4fe2aa", - "extract_dir": "zulu17.64.17-ca-fx-jdk17.0.18-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.66.19-ca-fx-jdk17.0.19-win_x64.zip", + "hash": "ca3cbd9ed299f601841d57e0a424fd4bb3e32e5921bfcdc01a4ca9bda1fc2751", + "extract_dir": "zulu17.66.19-ca-fx-jdk17.0.19-win_x64" } }, "env_add_path": "bin", From 58c65246055020ba14e625fcaaaf6ea90a0ac621 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:38 +0000 Subject: [PATCH 492/545] zulufx17-jre: Update to version 17.66.19 --- bucket/zulufx17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx17-jre.json b/bucket/zulufx17-jre.json index df43a42a24e..0c3319743f0 100644 --- a/bucket/zulufx17-jre.json +++ b/bucket/zulufx17-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "17.64.17", + "version": "17.66.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu17.64.17-ca-fx-jre17.0.18-win_x64.zip", - "hash": "eb759b0ded86bf7f18819bce4b164d7fc203ab051fb1641c9df2c9ef2960ae08", - "extract_dir": "zulu17.64.17-ca-fx-jre17.0.18-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu17.66.19-ca-fx-jre17.0.19-win_x64.zip", + "hash": "5801485b05efaaaf214e1842761e16eb081163f3068ec3fba30d11964d06ccda", + "extract_dir": "zulu17.66.19-ca-fx-jre17.0.19-win_x64" } }, "env_add_path": "bin", From 85a78b14aab6a7896ee2e454e98f6f35f4967c1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:38 +0000 Subject: [PATCH 493/545] zulufx21-jdk: Update to version 21.50.19 --- bucket/zulufx21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx21-jdk.json b/bucket/zulufx21-jdk.json index 8650a791c32..8fc65a98bf5 100644 --- a/bucket/zulufx21-jdk.json +++ b/bucket/zulufx21-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "21.48.17", + "version": "21.50.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-fx-jdk21.0.10-win_x64.zip", - "hash": "5602ba2d87b6466386f4f25487ec49214fbc6d9e4617914ad9f6f5dec80dd9a3", - "extract_dir": "zulu21.48.17-ca-fx-jdk21.0.10-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.50.19-ca-fx-jdk21.0.11-win_x64.zip", + "hash": "8d2eb05b9d90d74377cec4627ea5da8091816591c956b701eafd50cec906c509", + "extract_dir": "zulu21.50.19-ca-fx-jdk21.0.11-win_x64" } }, "env_add_path": "bin", From 7ea7c3f2273634725836d475b11799f7c0055996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:39 +0000 Subject: [PATCH 494/545] zulufx21-jre: Update to version 21.50.19 --- bucket/zulufx21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx21-jre.json b/bucket/zulufx21-jre.json index 2b01e17b2dc..2c7511fb071 100644 --- a/bucket/zulufx21-jre.json +++ b/bucket/zulufx21-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "21.48.17", + "version": "21.50.19", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu21.48.17-ca-fx-jre21.0.10-win_x64.zip", - "hash": "4367da129a97d9dd22ef08702cc32df9ae04ac80c0d23b656d7d79783bee4483", - "extract_dir": "zulu21.48.17-ca-fx-jre21.0.10-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu21.50.19-ca-fx-jre21.0.11-win_x64.zip", + "hash": "0106704cff2b01af764be869cdb43bc6cc5e26fae0ee401faafad3f23137973b", + "extract_dir": "zulu21.50.19-ca-fx-jre21.0.11-win_x64" } }, "env_add_path": "bin", From 93c770cb12358c7b5e72ec3cc7f528d1196ca9ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:39 +0000 Subject: [PATCH 495/545] zulufx25-jdk: Update to version 25.34.17 --- bucket/zulufx25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx25-jdk.json b/bucket/zulufx25-jdk.json index c1abf5e5d11..a7a2d1232af 100644 --- a/bucket/zulufx25-jdk.json +++ b/bucket/zulufx25-jdk.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.32.21", + "version": "25.34.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jdk25.0.2-win_x64.zip", - "hash": "50d428552aef90f1f36117f68f03a7f52f63753ade454b1319ea4ae44b52ac19", - "extract_dir": "zulu25.32.21-ca-fx-jdk25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.34.17-ca-fx-jdk25.0.3-win_x64.zip", + "hash": "077db9b685574f3d5e5e5a694cf73a027432088fa1d582ed7d3f98ec7f327a79", + "extract_dir": "zulu25.34.17-ca-fx-jdk25.0.3-win_x64" } }, "env_add_path": "bin", From 8a404ecc14d8dccd16181aa42913c0910559998e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:40 +0000 Subject: [PATCH 496/545] zulufx25-jre: Update to version 25.34.17 --- bucket/zulufx25-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/zulufx25-jre.json b/bucket/zulufx25-jre.json index d761f8397f1..00ae8b2710d 100644 --- a/bucket/zulufx25-jre.json +++ b/bucket/zulufx25-jre.json @@ -1,16 +1,16 @@ { "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "25.32.21", + "version": "25.34.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu25.32.21-ca-fx-jre25.0.2-win_x64.zip", - "hash": "4042b60589ef40e8d3bf38ae792e8143037ba6a39112ef88ca9ef7d2fa71b259", - "extract_dir": "zulu25.32.21-ca-fx-jre25.0.2-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu25.34.17-ca-fx-jre25.0.3-win_x64.zip", + "hash": "5d99f8fd5dd361cee8cb430aea5e77092827ef57d5d12de2bc520be73beaa79c", + "extract_dir": "zulu25.34.17-ca-fx-jre25.0.3-win_x64" } }, "env_add_path": "bin", From e99005fdf7b7a33bcd2ee3e9c9fb28d85e6fde61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:40 +0000 Subject: [PATCH 497/545] zulufx8-jdk: Update to version 8.94.0.17 --- bucket/zulufx8-jdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx8-jdk.json b/bucket/zulufx8-jdk.json index 6f66a5decef..1f196c77637 100644 --- a/bucket/zulufx8-jdk.json +++ b/bucket/zulufx8-jdk.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu 8 With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "8.92.0.21", + "version": "8.94.0.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jdk8.0.482-win_x64.zip", - "hash": "d3742c5ff212861f46aa41df26de70a61424cb7751f5b3a286a0105b7733f76d", - "extract_dir": "zulu8.92.0.21-ca-fx-jdk8.0.482-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-fx-jdk8.0.492-win_x64.zip", + "hash": "d257d206aa6e3e1b37fb3c40b9dec5bc54f867dffbbcaa9b13550531c84a282a", + "extract_dir": "zulu8.94.0.17-ca-fx-jdk8.0.492-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jdk8.0.482-win_i686.zip", - "hash": "4da56fcb10bf1f6be5574bf57c28b1cbed7d0db03a2f6b05c378c0ccf9cb8d58", - "extract_dir": "zulu8.92.0.21-ca-fx-jdk8.0.482-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-fx-jdk8.0.492-win_i686.zip", + "hash": "d2b83035a8a617e049c2b30ffd6a5a0002681b093de60a809f6a503574dce990", + "extract_dir": "zulu8.94.0.17-ca-fx-jdk8.0.492-win_i686" } }, "env_add_path": "bin", From 350953a23379a56a2ec2011437b7e1ccca5e515e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:09:40 +0000 Subject: [PATCH 498/545] zulufx8-jre: Update to version 8.94.0.17 --- bucket/zulufx8-jre.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zulufx8-jre.json b/bucket/zulufx8-jre.json index 296139dbf31..0508bed101f 100644 --- a/bucket/zulufx8-jre.json +++ b/bucket/zulufx8-jre.json @@ -1,21 +1,21 @@ { "description": "Open Source Builds of Zulu 8 With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", - "version": "8.92.0.21", + "version": "8.94.0.17", "license": { "identifier": "GPL-2.0-only WITH Classpath-exception-2.0", "url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html" }, "architecture": { "64bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jre8.0.482-win_x64.zip", - "hash": "e72a6c9b53b6ee970a49dedd2b7c9223760f2acf0421b68515989c7c20946f53", - "extract_dir": "zulu8.92.0.21-ca-fx-jre8.0.482-win_x64" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-fx-jre8.0.492-win_x64.zip", + "hash": "bb369e24051eb2f3829b8691c3bcca278a921adcfd06d20b411a4601ee348732", + "extract_dir": "zulu8.94.0.17-ca-fx-jre8.0.492-win_x64" }, "32bit": { - "url": "https://cdn.azul.com/zulu/bin/zulu8.92.0.21-ca-fx-jre8.0.482-win_i686.zip", - "hash": "10081f9d104c6c3fb3a7a1d30173e65f9c97ff4338094ca6badece60548ec080", - "extract_dir": "zulu8.92.0.21-ca-fx-jre8.0.482-win_i686" + "url": "https://cdn.azul.com/zulu/bin/zulu8.94.0.17-ca-fx-jre8.0.492-win_i686.zip", + "hash": "eccdc87dc2fa4485f4c69429e7d7447f0c734f3b265cd205dd59d00e43e42dac", + "extract_dir": "zulu8.94.0.17-ca-fx-jre8.0.492-win_i686" } }, "env_add_path": "bin", From b57ce28967417112859592e73f00d5c84433892d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:47:47 +0000 Subject: [PATCH 499/545] temurin21-jdk: Update to version 21.0.11-10.0 --- bucket/temurin21-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin21-jdk.json b/bucket/temurin21-jdk.json index c9d2f131430..cf5e09053bc 100644 --- a/bucket/temurin21-jdk.json +++ b/bucket/temurin21-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "21.0.10-7.0", + "version": "21.0.11-10.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10+7/OpenJDK21U-jdk_x64_windows_hotspot_21.0.10_7.zip", - "hash": "08cae782814f027f8b159d6b68823f0f87422eb475c1a0ea1abc7a4357aaf11f" + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11+10/OpenJDK21U-jdk_x64_windows_hotspot_21.0.11_10.zip", + "hash": "d3625e7cadf23787ea540229544b6e2ab494b3b54da1801879e583e1dfee0a64" } }, - "extract_dir": "jdk-21.0.10+7", + "extract_dir": "jdk-21.0.11+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 7d1339357af2ae9c754ef65cec71b63024ff845b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:47:47 +0000 Subject: [PATCH 500/545] temurin21-jre: Update to version 21.0.11-10.0 --- bucket/temurin21-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin21-jre.json b/bucket/temurin21-jre.json index 5189f005ea2..dc15a11f967 100644 --- a/bucket/temurin21-jre.json +++ b/bucket/temurin21-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "21.0.10-7.0", + "version": "21.0.11-10.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10+7/OpenJDK21U-jre_x64_windows_hotspot_21.0.10_7.zip", - "hash": "a6ac6789e51a2c245f41430c42e72b39ec706a449812fc5e4cbfc55ceed1e5ae" + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11+10/OpenJDK21U-jre_x64_windows_hotspot_21.0.11_10.zip", + "hash": "be26677aaa20b39a62edcaab4c8857a8b76673b0f45abc0b6143b142b62717e4" } }, - "extract_dir": "jdk-21.0.10+7-jre", + "extract_dir": "jdk-21.0.11+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 3d04fb4b3bc98ab4252231e88e96f366e6e9e153 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:07:42 +0000 Subject: [PATCH 501/545] temurin11-jdk: Update to version 11.0.31-11 --- bucket/temurin11-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin11-jdk.json b/bucket/temurin11-jdk.json index 767937a186d..9dd7b34956f 100644 --- a/bucket/temurin11-jdk.json +++ b/bucket/temurin11-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.30-7", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.30_7.zip", - "hash": "925a63cb019fd605579e639980e99abefb3186e79f36979183dc45b294d6bf0f" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.31+11/OpenJDK11U-jdk_x64_windows_hotspot_11.0.31_11.zip", + "hash": "5695bd8fed700acb74e0c13945fc6d7564441a31d345c100b82ee1aac553a6b7" } }, - "extract_dir": "jdk-11.0.30+7", + "extract_dir": "jdk-11.0.31+11", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From ef2095132b30d6b4f3cc58f5db70c83d80478946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:07:43 +0000 Subject: [PATCH 502/545] temurin11-jre: Update to version 11.0.31-11 --- bucket/temurin11-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin11-jre.json b/bucket/temurin11-jre.json index e1d9d79e551..14ed74140cb 100644 --- a/bucket/temurin11-jre.json +++ b/bucket/temurin11-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "11.0.30-7", + "version": "11.0.31-11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.30+7/OpenJDK11U-jre_x64_windows_hotspot_11.0.30_7.zip", - "hash": "db7fe2f05857074e73ef2bb10bfb95556ad110cf1ba0c82d101f93b3a93862ff" + "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.31+11/OpenJDK11U-jre_x64_windows_hotspot_11.0.31_11.zip", + "hash": "0af0760609eca44502f05e6ab4701eecbf85290f31278dabc41dceddab7237ab" } }, - "extract_dir": "jdk-11.0.30+7-jre", + "extract_dir": "jdk-11.0.31+11-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 8437f7928664aef00bfc03c70cd38468fa9905be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:06:42 +0000 Subject: [PATCH 503/545] temurin-lts-jdk: Update to version 25.0.3-9.0.LTS --- bucket/temurin-lts-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-lts-jdk.json b/bucket/temurin-lts-jdk.json index 3f40befc994..f187d9d6b90 100644 --- a/bucket/temurin-lts-jdk.json +++ b/bucket/temurin-lts-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.2-10.0.LTS", + "version": "25.0.3-9.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jdk_x64_windows_hotspot_25.0.2_10.zip", - "hash": "06ac5f5444a1269dd11d11cbb7ab6ebaecedc60dc1caca82cdb56f29100b7b8c" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3+9/OpenJDK25U-jdk_x64_windows_hotspot_25.0.3_9.zip", + "hash": "709312cd0420296d9b9de917fe6e28a5b979e875ee5ab91783fb79bcd5857235" } }, - "extract_dir": "jdk-25.0.2+10", + "extract_dir": "jdk-25.0.3+9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 9feb97b82589a1f06bdacc5d210d73c7586b23d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:06:43 +0000 Subject: [PATCH 504/545] temurin-lts-jre: Update to version 25.0.3-9.0.LTS --- bucket/temurin-lts-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-lts-jre.json b/bucket/temurin-lts-jre.json index 32a2704dbf6..279a6d52f62 100644 --- a/bucket/temurin-lts-jre.json +++ b/bucket/temurin-lts-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.2-10.0.LTS", + "version": "25.0.3-9.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jre_x64_windows_hotspot_25.0.2_10.zip", - "hash": "1919e7e1603bc5937187139db2d65824f8d95ef42d0423ae9f9f1d9eb97842f6" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3+9/OpenJDK25U-jre_x64_windows_hotspot_25.0.3_9.zip", + "hash": "a183e7280220ad5f6fe94ecbf025a5f10fc5797a0b18c600ed8f813c8158c530" } }, - "extract_dir": "jdk-25.0.2+10-jre", + "extract_dir": "jdk-25.0.3+9-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e793f4afc7eed3b1411ec1c935a561a07712fad4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:06:43 +0000 Subject: [PATCH 505/545] temurin25-jdk: Update to version 25.0.3-9.0 --- bucket/temurin25-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin25-jdk.json b/bucket/temurin25-jdk.json index 4988f2849a2..050c9c20ae5 100644 --- a/bucket/temurin25-jdk.json +++ b/bucket/temurin25-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.2-10.0", + "version": "25.0.3-9.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jdk_x64_windows_hotspot_25.0.2_10.zip", - "hash": "06ac5f5444a1269dd11d11cbb7ab6ebaecedc60dc1caca82cdb56f29100b7b8c" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3+9/OpenJDK25U-jdk_x64_windows_hotspot_25.0.3_9.zip", + "hash": "709312cd0420296d9b9de917fe6e28a5b979e875ee5ab91783fb79bcd5857235" } }, - "extract_dir": "jdk-25.0.2+10", + "extract_dir": "jdk-25.0.3+9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From d027add65a5c6b912c1df329a81ba3974c43edeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:06:44 +0000 Subject: [PATCH 506/545] temurin25-jre: Update to version 25.0.3-9.0 --- bucket/temurin25-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin25-jre.json b/bucket/temurin25-jre.json index 1564b24288a..e81597fb65f 100644 --- a/bucket/temurin25-jre.json +++ b/bucket/temurin25-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "25.0.2-10.0", + "version": "25.0.3-9.0", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2+10/OpenJDK25U-jre_x64_windows_hotspot_25.0.2_10.zip", - "hash": "1919e7e1603bc5937187139db2d65824f8d95ef42d0423ae9f9f1d9eb97842f6" + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3+9/OpenJDK25U-jre_x64_windows_hotspot_25.0.3_9.zip", + "hash": "a183e7280220ad5f6fe94ecbf025a5f10fc5797a0b18c600ed8f813c8158c530" } }, - "extract_dir": "jdk-25.0.2+10-jre", + "extract_dir": "jdk-25.0.3+9-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From e26ce38748135837653734f18bb9460f8a753a87 Mon Sep 17 00:00:00 2001 From: Wordless Echo Date: Wed, 29 Apr 2026 22:28:56 +0800 Subject: [PATCH 507/545] openjdk: add openjdk26 and update openjdk-ea (#595) --- bucket/openjdk-ea.json | 10 +++++----- bucket/openjdk26.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 bucket/openjdk26.json diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index 40b967a2670..0ab713d2acf 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,21 +1,21 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "25.0.2-10", + "version": "27-19-ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk25.0.2/b1e0dfa218384cb9959bdcb897162d4e/10/GPL/openjdk-25.0.2_windows-x64_bin.zip", - "hash": "74784a0c07258f32d36e9224dd79187c566d831c30d47dc06888d4212087331d" + "url": "https://download.java.net/java/early_access/jdk27/19/GPL/openjdk-27-ea+19_windows-x64_bin.zip", + "hash": "b2a6d883cbb261ccbc1f52e039ead30aa07359cc31cd35f3afe2101de05f06d1" } }, - "extract_dir": "jdk-25.0.2", + "extract_dir": "jdk-27", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://jdk.java.net/25", + "url": "https://jdk.java.net/27", "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", "replace": "${version}-${build}${ea}" }, diff --git a/bucket/openjdk26.json b/bucket/openjdk26.json new file mode 100644 index 00000000000..7506dd58d53 --- /dev/null +++ b/bucket/openjdk26.json @@ -0,0 +1,33 @@ +{ + "description": "Official General-Availability Release of OpenJDK", + "homepage": "https://jdk.java.net/", + "version": "26-35", + "license": "GPL-2.0-only WITH Classpath-exception-2.0", + "architecture": { + "64bit": { + "url": "https://download.java.net/java/GA/jdk26/c3cc523845074aa0af4f5e1e1ed4151d/35/GPL/openjdk-26_windows-x64_bin.zip", + "hash": "2dd2d92c9374cd49a120fe9d916732840bf6bb9f0e0cc29794917a3c08b99c5f" + } + }, + "extract_dir": "jdk-26", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "url": "https://jdk.java.net/archive/", + "re": "https://download\\.java\\.net/java/(?GA)/(?jdk(?26(?:\\.[\\d]+)*)/[^/]+/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?26(?:\\.[\\d]+)*)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))", + "replace": "${version}-${build}${ea}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download.java.net/java/$matchType/$matchPath/$matchFile" + } + }, + "hash": { + "url": "$url.sha256" + }, + "extract_dir": "jdk-$matchVersion" + } +} From 0a72e19289173a20608837e71ebd6d3a492b2f45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:30:42 +0000 Subject: [PATCH 508/545] microsoft-jdk: Update to version 25.0.3 --- bucket/microsoft-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-jdk.json b/bucket/microsoft-jdk.json index ec964144cb3..b42e3adc5cb 100644 --- a/bucket/microsoft-jdk.json +++ b/bucket/microsoft-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "25.0.2", + "version": "25.0.3", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-x64.zip", - "hash": "38d1a42d189c50b24152014ef131931f25f4cc80400ce618f0477f5e4e5aa252" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.3-windows-x64.zip", + "hash": "ba3ce9fa6ebb921eccda29b08c2bad26b5f8839080931096c73f306e0dd9856f" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-aarch64.zip", - "hash": "e0d9380cf3d0b5efc675664fa0db22cc9eb5d77c4fd2a132f4b58df0608593cf" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.3-windows-aarch64.zip", + "hash": "5d7dc8d7451e55e75c6302c06eba00c2a2916de0b1886266058fd4d9f0da3872" } }, "extract_to": "tmp", From 74392d92e5f8394bb1d536841656903231e9b89d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:30:42 +0000 Subject: [PATCH 509/545] microsoft-lts-jdk: Update to version 25.0.3 --- bucket/microsoft-lts-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft-lts-jdk.json b/bucket/microsoft-lts-jdk.json index 02f5a5b6e36..6e9892e8466 100644 --- a/bucket/microsoft-lts-jdk.json +++ b/bucket/microsoft-lts-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem", "homepage": "https://www.microsoft.com/openjdk/", - "version": "25.0.2", + "version": "25.0.3", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-x64.zip", - "hash": "38d1a42d189c50b24152014ef131931f25f4cc80400ce618f0477f5e4e5aa252" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.3-windows-x64.zip", + "hash": "ba3ce9fa6ebb921eccda29b08c2bad26b5f8839080931096c73f306e0dd9856f" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-aarch64.zip", - "hash": "e0d9380cf3d0b5efc675664fa0db22cc9eb5d77c4fd2a132f4b58df0608593cf" + "url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.3-windows-aarch64.zip", + "hash": "5d7dc8d7451e55e75c6302c06eba00c2a2916de0b1886266058fd4d9f0da3872" } }, "extract_to": "tmp", From b61a9ac244fa1aa160bd1afdd1f65bb043efd497 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:30:43 +0000 Subject: [PATCH 510/545] microsoft11-jdk: Update to version 11.0.31 --- bucket/microsoft11-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft11-jdk.json b/bucket/microsoft11-jdk.json index e9891ca8758..3f1574d606f 100644 --- a/bucket/microsoft11-jdk.json +++ b/bucket/microsoft11-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "11.0.30", + "version": "11.0.31", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.30-windows-x64.zip", - "hash": "e569ae41ae35c097e9f75cc267fa1a5f97395e32ddd508b95bed208df6a5722f" + "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.31-windows-x64.zip", + "hash": "a63b83ba4c601e0e2907050e88e939c484c4ae520931f52eb356d0516f2ff4f5" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.30-windows-aarch64.zip", - "hash": "33ab74aaac4c0a789badcecbdc8c600bac0b38834c7478cee94b65bc56af157a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-11.0.31-windows-aarch64.zip", + "hash": "517a4cf5dd66376ae2b576bffb58583f8673b517d16459db09c91b536134f0d5" } }, "extract_to": "tmp", From 2b034e475f1c89508c54650132cf0e792cfd38db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:30:43 +0000 Subject: [PATCH 511/545] microsoft17-jdk: Update to version 17.0.19 --- bucket/microsoft17-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft17-jdk.json b/bucket/microsoft17-jdk.json index 28b9ce05b05..fbf53082c8f 100644 --- a/bucket/microsoft17-jdk.json +++ b/bucket/microsoft17-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "17.0.18", + "version": "17.0.19", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.18-windows-x64.zip", - "hash": "757815b4a0af282188d3141b9d84b91e68f8a10d9a599301ea1380590703070a" + "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.19-windows-x64.zip", + "hash": "394d1d8253d58b462300f15f9c81369478cf8813f82dca914c3b5dfdef080f9f" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.18-windows-aarch64.zip", - "hash": "6be42dab77321505cbf36cf7cbf63d1ccbad2d52dca4c113424797c46e41b4aa" + "url": "https://aka.ms/download-jdk/microsoft-jdk-17.0.19-windows-aarch64.zip", + "hash": "3b00a88fbe2281d78f70b28f0913d3c9607e7aafeea68db5e7ad2263d52ddfbd" } }, "extract_to": "tmp", From 2cce5cf149d2eafbe8824926a68d7b9ec89d75e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:30:44 +0000 Subject: [PATCH 512/545] microsoft21-jdk: Update to version 21.0.11 --- bucket/microsoft21-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/microsoft21-jdk.json b/bucket/microsoft21-jdk.json index a977fe75f3d..c38f0a8a099 100644 --- a/bucket/microsoft21-jdk.json +++ b/bucket/microsoft21-jdk.json @@ -1,16 +1,16 @@ { "description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.", "homepage": "https://www.microsoft.com/openjdk/", - "version": "21.0.10", + "version": "21.0.11", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-x64.zip", - "hash": "45a44af1f832e720ea6ad90dd7b2c94a48b2e5bf2fab92b2403e975f78d7d5e1" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.11-windows-x64.zip", + "hash": "a58466dc0c0edd9740b5c5db10d95a70b682cb04f1a5101479d75e844f7160ff" }, "arm64": { - "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-aarch64.zip", - "hash": "924c7127929aeb90019c1982a26b0a88337aed00ef333afb0bec28c06a6b5767" + "url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.11-windows-aarch64.zip", + "hash": "4cc53b464abd0e87471378778e19663b36dcf94824c72db1f224d048c520982b" } }, "extract_to": "tmp", From 4d299dedf260d45cfa6f93a7353038070b7e8830 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:54:24 +0000 Subject: [PATCH 513/545] openjdk-ea: Update to version 27-20-ea --- bucket/openjdk-ea.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index 0ab713d2acf..fb493e5f7a7 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,12 +1,12 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "27-19-ea", + "version": "27-20-ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/early_access/jdk27/19/GPL/openjdk-27-ea+19_windows-x64_bin.zip", - "hash": "b2a6d883cbb261ccbc1f52e039ead30aa07359cc31cd35f3afe2101de05f06d1" + "url": "https://download.java.net/java/early_access/jdk27/20/GPL/openjdk-27-ea+20_windows-x64_bin.zip", + "hash": "5499df903e0ea0fb9652da36292197a89324f03f18fc670d4af55d54c5a75687" } }, "extract_dir": "jdk-27", From 9746b52e78fe3e6eb1a423cc4f8e1a868e73fc06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:03:19 +0000 Subject: [PATCH 514/545] temurin17-jdk: Update to version 17.0.19-10 --- bucket/temurin17-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin17-jdk.json b/bucket/temurin17-jdk.json index dfb9d500834..d2cfce78825 100644 --- a/bucket/temurin17-jdk.json +++ b/bucket/temurin17-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-8", + "version": "17.0.19-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+8/OpenJDK17U-jdk_x64_windows_hotspot_17.0.18_8.zip", - "hash": "c24e6215fa75f861d2a900ceec67c620cd2eb6dfb81541087d5981293b16f0e5" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19+10/OpenJDK17U-jdk_x64_windows_hotspot_17.0.19_10.zip", + "hash": "b5b235c48adf6a081874b812c630b9f4b5f637b7a5ed18b9174d08a41ec4c235" } }, - "extract_dir": "jdk-17.0.18+8", + "extract_dir": "jdk-17.0.19+10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From dae336c27fb73983b76ab977bfa1bb31f67406ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:03:20 +0000 Subject: [PATCH 515/545] temurin17-jre: Update to version 17.0.19-10 --- bucket/temurin17-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin17-jre.json b/bucket/temurin17-jre.json index acce254cbf0..b8a7cc000aa 100644 --- a/bucket/temurin17-jre.json +++ b/bucket/temurin17-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "17.0.18-8", + "version": "17.0.19-10", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18+8/OpenJDK17U-jre_x64_windows_hotspot_17.0.18_8.zip", - "hash": "95c9ebe3ee16baab7239531757513d9a03799ca06483ef2f3b530e81e93e7b5b" + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19+10/OpenJDK17U-jre_x64_windows_hotspot_17.0.19_10.zip", + "hash": "79a598e1fbb4e16582d92c4ee22280a3c4d72fd52606e1e46b1223c0fe53b0da" } }, - "extract_dir": "jdk-17.0.18+8-jre", + "extract_dir": "jdk-17.0.19+10-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 6cab91460c4c54dee07fd79c8c4385191104f597 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:01:24 +0000 Subject: [PATCH 516/545] corretto8-jdk: Update to version 8.492.09.2 --- bucket/corretto8-jdk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/corretto8-jdk.json b/bucket/corretto8-jdk.json index 8d120def22d..3178ef1239a 100644 --- a/bucket/corretto8-jdk.json +++ b/bucket/corretto8-jdk.json @@ -1,16 +1,16 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.492.09.1", + "version": "8.492.09.2", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x64-jdk.zip", - "hash": "c73109bd194b7c94041d984a98fded4be0c9aee75473c90a0e3b77f606d9b9b2" + "url": "https://corretto.aws/downloads/resources/8.492.09.2/amazon-corretto-8.492.09.2-windows-x64-jdk.zip", + "hash": "eccce8d939f1abb9570812b09360a83eb4d0ec937e5bd2a78be158d8e6aeec2d" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x86-jdk.zip", - "hash": "346bf30a329d53693d3071a48882e26f171276d8ea2d3a515e0397257928ec52" + "url": "https://corretto.aws/downloads/resources/8.492.09.2/amazon-corretto-8.492.09.2-windows-x86-jdk.zip", + "hash": "67249813466e1fb15d7b70bf237ad4e1ba5fbd6571f749f6a19fa86c992c42fe" } }, "extract_dir": "jdk1.8.0_492", From b59cc9fab2cf9f4ae9c1a679443e33aad32d1266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:01:24 +0000 Subject: [PATCH 517/545] corretto8-jre: Update to version 8.492.09.2 --- bucket/corretto8-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/corretto8-jre.json b/bucket/corretto8-jre.json index c13ccdb1fa7..3bfdd119ac3 100644 --- a/bucket/corretto8-jre.json +++ b/bucket/corretto8-jre.json @@ -1,16 +1,16 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "8.492.09.1", + "version": "8.492.09.2", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x64-jre.zip", - "hash": "be3e05f84befb27952a791ae5b0223f1fbe20863dc1e973df0f79d7b89acf635" + "url": "https://corretto.aws/downloads/resources/8.492.09.2/amazon-corretto-8.492.09.2-windows-x64-jre.zip", + "hash": "0324e40fd24404d7cea3b9e61b1cf190dadf2eb115eb875d9b7c7f878878b5f5" }, "32bit": { - "url": "https://corretto.aws/downloads/resources/8.492.09.1/amazon-corretto-8.492.09.1-windows-x86-jre.zip", - "hash": "bdad397b07292fa45e3fd7bdc6299385f7ab3fc8c9613a8f5f0c219a6abfbb05" + "url": "https://corretto.aws/downloads/resources/8.492.09.2/amazon-corretto-8.492.09.2-windows-x86-jre.zip", + "hash": "a68bd5563893ff5a6f71b167c0375594a7417598dddddf61be525734af651220" } }, "extract_dir": "jre8", From 4386f8cdbe287461ef39532cbe113714e0a94d2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:41:52 +0000 Subject: [PATCH 518/545] intellij-jbr25-jcef: Update to version 25.0.3-b475.60 --- bucket/intellij-jbr25-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-jcef.json b/bucket/intellij-jbr25-jcef.json index f5493bc4712..e904e8c2fa6 100644 --- a/bucket/intellij-jbr25-jcef.json +++ b/bucket/intellij-jbr25-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b432.48", + "version": "25.0.3-b475.60", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-x64-b432.48.tar.gz", - "hash": "sha512:0088c1fa528f7ac1867d3ac6f96578692e338692357786f746fa7344ad5579b730f7c419925a15f489fc216f9f75ba04518f9e3110afd909b2846e827d698269", - "extract_dir": "jbr_jcef-25.0.2-windows-x64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-x64-b475.60.tar.gz", + "hash": "sha512:d25d1c4c15333250cd35226df8a57852691e1017f4a04efcb38149fa59f84095695af3344140c01b945f046d1713305efd612a925e235ecb66945a012da8134b", + "extract_dir": "jbr_jcef-25.0.3-windows-x64-b475.60" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.2-windows-aarch64-b432.48.tar.gz", - "hash": "sha512:6afaa187bc46a82de5936b56dc3de036daac064374322bb89f65066e01ceb47cd53588316bfa1a9e6db0e6494f0e933aa4c448e126b355a4434b1a25bb34ea33", - "extract_dir": "jbr_jcef-25.0.2-windows-aarch64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-aarch64-b475.60.tar.gz", + "hash": "sha512:0a4f7e56ca5fd2f4d2b69886f547571de59541d0dd7fc1a700525274d2caf37ec06069513e2cb71628b351c2f9eda3bc2e1e967f97ffdfdf35fe2ec3b0430245", + "extract_dir": "jbr_jcef-25.0.3-windows-aarch64-b475.60" } }, "env_set": { From ecc0f37e2033e8d7d13aea8323fb9e0974dec2fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:41:52 +0000 Subject: [PATCH 519/545] intellij-jbr25-sdk-jcef: Update to version 25.0.3-b475.60 --- bucket/intellij-jbr25-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk-jcef.json b/bucket/intellij-jbr25-sdk-jcef.json index 2addb6047b5..79b7c1a1011 100644 --- a/bucket/intellij-jbr25-sdk-jcef.json +++ b/bucket/intellij-jbr25-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b432.48", + "version": "25.0.3-b475.60", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-x64-b432.48.tar.gz", - "hash": "sha512:add594a23c27765f1aa6e85a547d1690e9ce2f5084694a28691e7ccd44ccebdb5f55fd2b69468814251b853414a2f96e25c1d63282fce4274f9779a9b220ed74", - "extract_dir": "jbrsdk_jcef-25.0.2-windows-x64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-x64-b475.60.tar.gz", + "hash": "sha512:88c2a5ac8f24e61747f55e0dece3f4038171fb8018ed176efc01c8d6bfd151b8bcb4890cf766c1ce922f54aeb3f0655953a5990d89a143672f3a10f720d62900", + "extract_dir": "jbrsdk_jcef-25.0.3-windows-x64-b475.60" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.2-windows-aarch64-b432.48.tar.gz", - "hash": "sha512:25776bcd8bf09c4300453279d74082e1a542339efa7adfc0e79c5b80b610212879fb46c1e15770a562c23ed81303de8a1997964c802c9ef0335948f0f71350b6", - "extract_dir": "jbrsdk_jcef-25.0.2-windows-aarch64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-aarch64-b475.60.tar.gz", + "hash": "sha512:01563c88feb07556679a145a5cea3ef38355195596e95b32c827a3ad48d8acc434087a83616027d05b4a4b4fe9f0120edaa170dd88cecc9aef9001f669e6da4c", + "extract_dir": "jbrsdk_jcef-25.0.3-windows-aarch64-b475.60" } }, "env_set": { From 81e2473979912bbb0dfaf2e6b11098ae5b56a458 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:41:52 +0000 Subject: [PATCH 520/545] intellij-jbr25-sdk: Update to version 25.0.3-b475.60 --- bucket/intellij-jbr25-sdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk.json b/bucket/intellij-jbr25-sdk.json index b6814ae1764..7029e84ee66 100644 --- a/bucket/intellij-jbr25-sdk.json +++ b/bucket/intellij-jbr25-sdk.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b432.48", + "version": "25.0.3-b475.60", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-x64-b432.48.tar.gz", - "hash": "sha512:0ebfac7569b59f4c2caf85c2554f9ee418481f950bf55240d366a45beb0b094974dfdb719ec13c57bb102b0e2b28b419bb287d9d6b6beacbdaddd8ee99148fe6", - "extract_dir": "jbrsdk-25.0.2-windows-x64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-x64-b475.60.tar.gz", + "hash": "sha512:12bdd06848ec4beb776e402c103dce5bcd37d0b93753bf0a82f60c3034dcf64c7f133b12688f3b0cb79be67d189dae48e9ea3beff196e72ab5f358392b62ac49", + "extract_dir": "jbrsdk-25.0.3-windows-x64-b475.60" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.2-windows-aarch64-b432.48.tar.gz", - "hash": "sha512:caea74e6fa01ddb9c59d90bbb8e7d9e622b550fab183b53391f940cb5be0a56ae2d2276e798c03ac41bc910a0aeb462d508dd3917c460d76a6e74eac31c16560", - "extract_dir": "jbrsdk-25.0.2-windows-aarch64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-aarch64-b475.60.tar.gz", + "hash": "sha512:365664a53f97e1bf0e2b276beeddc55fc36c8e6f65d948f8bd564d89ec09648caaf9bd2345224349e47287108ce3548bcc3b9e3d5c58d234774db5cac422ad89", + "extract_dir": "jbrsdk-25.0.3-windows-aarch64-b475.60" } }, "env_set": { From cc01b85b94f4be2156197ecf75c15bf2281f8490 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:41:53 +0000 Subject: [PATCH 521/545] intellij-jbr25: Update to version 25.0.3-b475.60 --- bucket/intellij-jbr25.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25.json b/bucket/intellij-jbr25.json index eb6609e2150..28f1741112b 100644 --- a/bucket/intellij-jbr25.json +++ b/bucket/intellij-jbr25.json @@ -1,18 +1,18 @@ { - "version": "25.0.2-b432.48", + "version": "25.0.3-b475.60", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-x64-b432.48.tar.gz", - "hash": "sha512:deeaa64b736e9e634f41008348094b22888beebd6e64e4bc3ba7c95a23928f4dd837ef502d2165e8793c333d56259b082f9e0e4ee293a92e9c692f53b96ed283", - "extract_dir": "jbr-25.0.2-windows-x64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-x64-b475.60.tar.gz", + "hash": "sha512:3cc7d367f755b45ce0b0f136ac0440422d0e51fe77b91923b8502ea6a0420ae4972af683f65e2d7d247bf3210283af6629b4333d5a62876bf4fac8702ae6e02d", + "extract_dir": "jbr-25.0.3-windows-x64-b475.60" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.2-windows-aarch64-b432.48.tar.gz", - "hash": "sha512:f0155dff6ba7d9c8a3ce7bd4de4c69bbce0769e47e27bc09438b4a3484d9164646f1ebf17323199fafdf022ee9dd6d88c927744b246d8e999a12b33084c25b76", - "extract_dir": "jbr-25.0.2-windows-aarch64-b432.48" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-aarch64-b475.60.tar.gz", + "hash": "sha512:7288147ab6825ac7fd69c52c18e9b9f7837776fa5c6979b7c0d08ae2fba4a1104580d261a578229d5ed200e5f19619bb41410d8c185306379deff4f15950539e", + "extract_dir": "jbr-25.0.3-windows-aarch64-b475.60" } }, "env_set": { From aabfcc6c0b909ae625bb16ed4b879f322eacb625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:54:49 +0000 Subject: [PATCH 522/545] openjdk-ea: Update to version 27-21-ea --- bucket/openjdk-ea.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index fb493e5f7a7..ef04061b2b1 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,12 +1,12 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "27-20-ea", + "version": "27-21-ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/early_access/jdk27/20/GPL/openjdk-27-ea+20_windows-x64_bin.zip", - "hash": "5499df903e0ea0fb9652da36292197a89324f03f18fc670d4af55d54c5a75687" + "url": "https://download.java.net/java/early_access/jdk27/21/GPL/openjdk-27-ea+21_windows-x64_bin.zip", + "hash": "c141a4db38b2d45883ed5d65a72f4444d1efa690d650027308594335dec2b07b" } }, "extract_dir": "jdk-27", From 597261632fb527bb2be28d702fb617641ba35321 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:28:22 +0000 Subject: [PATCH 523/545] temurin8-jdk: Update to version 8.0.492-9 --- bucket/temurin8-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin8-jdk.json b/bucket/temurin8-jdk.json index d75a928a976..92881be96b9 100644 --- a/bucket/temurin8-jdk.json +++ b/bucket/temurin8-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.482-8", + "version": "8.0.492-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u482b08.zip", - "hash": "51637ae41af1bce379a9d059109820864949c8d57ca302e0d502fcf329d33a72" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u492-b09/OpenJDK8U-jdk_x64_windows_hotspot_8u492b09.zip", + "hash": "1e33881ea6bfc1c532e3eaad1c1de7777169c0c1333e2b880621e0e0a16073b2" } }, - "extract_dir": "jdk8u482-b08", + "extract_dir": "jdk8u492-b09", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 6793eb341e4c94d9258ecd90a7e923f9f51d2a2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:28:22 +0000 Subject: [PATCH 524/545] temurin8-jre: Update to version 8.0.492-9 --- bucket/temurin8-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin8-jre.json b/bucket/temurin8-jre.json index 4788116eeca..d897d6b2486 100644 --- a/bucket/temurin8-jre.json +++ b/bucket/temurin8-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "8.0.482-8", + "version": "8.0.492-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u482-b08/OpenJDK8U-jre_x64_windows_hotspot_8u482b08.zip", - "hash": "61c4fe5c2d3c06cf6fa79de8e62da52444c95be1616b8dc8ad1e6d8db72f37bf" + "url": "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u492-b09/OpenJDK8U-jre_x64_windows_hotspot_8u492b09.zip", + "hash": "bb25b002556afc7ef158cd95ec6270dddb3eecba69acdd7abb9d28b2e9ff0f5e" } }, - "extract_dir": "jdk8u482-b08-jre", + "extract_dir": "jdk8u492-b09-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From c319d41951fe11c3e269cdd246e718a9e4328208 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:35:36 +0000 Subject: [PATCH 525/545] openjdk-ea: Update to version 27-22-ea --- bucket/openjdk-ea.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index ef04061b2b1..d9cb257ea56 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,12 +1,12 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "27-21-ea", + "version": "27-22-ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/early_access/jdk27/21/GPL/openjdk-27-ea+21_windows-x64_bin.zip", - "hash": "c141a4db38b2d45883ed5d65a72f4444d1efa690d650027308594335dec2b07b" + "url": "https://download.java.net/java/early_access/jdk27/22/GPL/openjdk-27-ea+22_windows-x64_bin.zip", + "hash": "8f070229867cab472c5d736b8a2b08d610772c4da7d6e451ab494e77fa4ad88d" } }, "extract_dir": "jdk-27", From 4c12636151043b2c52b477b64489e948650398ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:32 +0000 Subject: [PATCH 526/545] intellij-jbr21-jcef: Update to version 21.0.11-b1163.116 --- bucket/intellij-jbr21-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-jcef.json b/bucket/intellij-jbr21-jcef.json index b759cd781fa..ded16d910e2 100644 --- a/bucket/intellij-jbr21-jcef.json +++ b/bucket/intellij-jbr21-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.10-b1163.110", + "version": "21.0.11-b1163.116", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-x64-b1163.110.tar.gz", - "hash": "sha512:c6ed0a7b598fbc401109263942363ade86996326ffdd150c10f7072ae77e2583d08c71b2495af9e8ac5cbc8d5a150127a79dcfdfc85a93bb7295e24d836ec77a", - "extract_dir": "jbr_jcef-21.0.10-windows-x64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.11-windows-x64-b1163.116.tar.gz", + "hash": "sha512:92a2b1271ade034c338a35ff4a0f81b865100a24f3e507b733933985203ce8d8a40304ac298eb62d6d4320dc034ba6bb14023b987edd2c002077456b0039246a", + "extract_dir": "jbr_jcef-21.0.11-windows-x64-b1163.116" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.10-windows-aarch64-b1163.110.tar.gz", - "hash": "sha512:7484f917a8e5596743d18c721812ebc13b96b64fe927efa804bd58149fb0348004cc0a32bb91ef93fb477a6c05a0ca76fc2e287afb5d000a455faa079f381cc8", - "extract_dir": "jbr_jcef-21.0.10-windows-aarch64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-21.0.11-windows-aarch64-b1163.116.tar.gz", + "hash": "sha512:5f8239730d4f40248f71c5dc2abfb8640727461e3f3dc851abaa216d8a9b80f1791861d51ac1cbd6634cafc26d7f4b2da350b433460ad391b14488d28acb74bd", + "extract_dir": "jbr_jcef-21.0.11-windows-aarch64-b1163.116" } }, "env_set": { From 62f06910d43d25036a4dbf5911c3cfb92477f23e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:32 +0000 Subject: [PATCH 527/545] intellij-jbr21-sdk-jcef: Update to version 21.0.11-b1163.116 --- bucket/intellij-jbr21-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr21-sdk-jcef.json b/bucket/intellij-jbr21-sdk-jcef.json index c3e0d8a0a02..c91f3505010 100644 --- a/bucket/intellij-jbr21-sdk-jcef.json +++ b/bucket/intellij-jbr21-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "21.0.10-b1163.110", + "version": "21.0.11-b1163.116", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-x64-b1163.110.tar.gz", - "hash": "sha512:d6a1069049d21d9929f060b97b39def96bcc113b36e3a68b9e39d88009be5c49a3dc7fde47ec6ca9d29f661fe1c21a51c6de2225b589fd160239e2d90c6de6dc", - "extract_dir": "jbrsdk_jcef-21.0.10-windows-x64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.11-windows-x64-b1163.116.tar.gz", + "hash": "sha512:0968d381735d502dcf2f5b21980f6be1447739721441a191226a75b2a4c6f4a01dca9d2187a49e66d92e1107744c7a5a1d4ec8ff1c7730b55ed228618975ee2a", + "extract_dir": "jbrsdk_jcef-21.0.11-windows-x64-b1163.116" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.10-windows-aarch64-b1163.110.tar.gz", - "hash": "sha512:8ff40d99106c4e9c34eb94e4e53acd5a476308a221cee810286ae50e559225e6793e51ebd1ef2ebd3be21737f3686e6c601288067a2037e01186949d340499c1", - "extract_dir": "jbrsdk_jcef-21.0.10-windows-aarch64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-21.0.11-windows-aarch64-b1163.116.tar.gz", + "hash": "sha512:071e92e726af89bde7fb8508f3366d6d330f5a56f9e5d4babf3ba0fdf8ae309b59ced3c50abc3f79a8250c833f3c5ea435eee5f2c18152e313af3348797e098f", + "extract_dir": "jbrsdk_jcef-21.0.11-windows-aarch64-b1163.116" } }, "env_set": { From 5db35d0c9ff2b47cfc2f6f78e1fc0a9ee50e67cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:33 +0000 Subject: [PATCH 528/545] intellij-jbr21-sdk: Update to version 21.0.11-b1163.116 --- bucket/intellij-jbr21-sdk.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21-sdk.json b/bucket/intellij-jbr21-sdk.json index 5b720bd463b..b211861140f 100644 --- a/bucket/intellij-jbr21-sdk.json +++ b/bucket/intellij-jbr21-sdk.json @@ -1,23 +1,23 @@ { - "version": "21.0.10-b1163.110", + "version": "21.0.11-b1163.116", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.10-windows-x86-b1163.110.tar.gz", - "hash": "sha512:72decbfe8c806a2298a10e314df31511b4d82b30cd60da008d948e7e8965e8b7a3052a1420f50f83268c20a635a6e1edaeea8cc4d9dce3ce32c4b43c225062e2", - "extract_dir": "jbrsdk-21.0.10-windows-x86-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.11-windows-x86-b1163.116.tar.gz", + "hash": "sha512:31abb593023cd8990798331840fe7876f03c091541fb410c391477dbdc1e8150c92c0893477e336519d87f6ccd016e8fb79521bda9447a6b5cbf3e83524333d3", + "extract_dir": "jbrsdk-21.0.11-windows-x86-b1163.116" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.10-windows-x64-b1163.110.tar.gz", - "hash": "sha512:357167c155043774e778c463671617b96fdc32491f0255d439b9afb953249cea9a53f05d0c194b543c23d6a2d0397c9a48b3b7ec67faeacd8bf0ba24734da9ef", - "extract_dir": "jbrsdk-21.0.10-windows-x64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.11-windows-x64-b1163.116.tar.gz", + "hash": "sha512:a792e735ac542c3cc02207f01d16cf983a569db752a27a6533763fa5ea17ed73eaa9a5e7bb011d652313248ca45cdeebacbc678cb95777f2d99e284b5c3a2264", + "extract_dir": "jbrsdk-21.0.11-windows-x64-b1163.116" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.10-windows-aarch64-b1163.110.tar.gz", - "hash": "sha512:55e2e5ef956a36f5d2bf5e7da499b9043b19047e9405311373d0d69e298cb1d339c73757d77835f0ec443a05eb2ecebaf3555e61ca29059b493929ba53140155", - "extract_dir": "jbrsdk-21.0.10-windows-aarch64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-21.0.11-windows-aarch64-b1163.116.tar.gz", + "hash": "sha512:b8d2614264e7e5865f33ecef2ffa0a5fdbce53fba1a206b128610e88c01e27f38dac7367d27458b607e5a7283b4f833524b30044c98a7062b43120d4c0c97f6f", + "extract_dir": "jbrsdk-21.0.11-windows-aarch64-b1163.116" } }, "env_set": { From 915e788071395ad2132e95426856dac12d0f06c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:33 +0000 Subject: [PATCH 529/545] intellij-jbr21: Update to version 21.0.11-b1163.116 --- bucket/intellij-jbr21.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/intellij-jbr21.json b/bucket/intellij-jbr21.json index 0d9c2b17f5b..c6f73a0c4d3 100644 --- a/bucket/intellij-jbr21.json +++ b/bucket/intellij-jbr21.json @@ -1,23 +1,23 @@ { - "version": "21.0.10-b1163.110", + "version": "21.0.11-b1163.116", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that includes a number enhancements in font rendering, HiDPI support, ligatures, performance improvements, and bugfixes. These are mainly for running IntelliJ Platform-based products", "license": "GPL-2.0", "architecture": { "32bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.10-windows-x86-b1163.110.tar.gz", - "hash": "sha512:f06cd47ff5c37fa3d6fac8784a55c497d9466e95765480e5e5d500bacebba565f8efafc6f6fd3ef2730e83095e41ed11ac7cb788744b7fae43d5313645f9ebfb", - "extract_dir": "jbr-21.0.10-windows-x86-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.11-windows-x86-b1163.116.tar.gz", + "hash": "sha512:c304a608c649d4979c742bc13f15cd6fd2abd73a83c72c8a1f0e1aa9f92f4f22ddf688bbb61f38d817ecd8d934e67dfe2ca2e64adea41f789356bf83b287153e", + "extract_dir": "jbr-21.0.11-windows-x86-b1163.116" }, "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.10-windows-x64-b1163.110.tar.gz", - "hash": "sha512:a3e826738abf0b473598b0989af311939e0d1cae8b92f6ad6d6a284443343989f3645f78c4cc77ca680f735dd851384e89480c3bd46df34bce3763b38c183ff9", - "extract_dir": "jbr-21.0.10-windows-x64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.11-windows-x64-b1163.116.tar.gz", + "hash": "sha512:1b5a3b602bf8096263a87d60a524fdd422696a0ff4af288e554dde8b11a3178c99f5a8d9161e9cc6b318790330fa75fdaa597d23551cbfc6a9387afbc4f51626", + "extract_dir": "jbr-21.0.11-windows-x64-b1163.116" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.10-windows-aarch64-b1163.110.tar.gz", - "hash": "sha512:8a530d6995599c4873ce6becd9f0403080cb513a1dd39155d3efe63d3463d1f3c5b295bf242b5da302337c72fcf8eee97b8e243c2cc7534155af389ca67d8df9", - "extract_dir": "jbr-21.0.10-windows-aarch64-b1163.110" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-21.0.11-windows-aarch64-b1163.116.tar.gz", + "hash": "sha512:ec1d49c6b3cddb7c508d0fa0ab2cdbfd689f6f7b30865bde53f33ddbab546246547bf85dbc4c5cbb8c474df2eb5b3b50b360d80a8d87358b7c2eb5a1f7f8091e", + "extract_dir": "jbr-21.0.11-windows-aarch64-b1163.116" } }, "env_set": { From 17fd8f2dd768c734a0ad98cf579440cdae8396e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:33 +0000 Subject: [PATCH 530/545] temurin-jdk: Update to version 26.0.1-8 --- bucket/temurin-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jdk.json b/bucket/temurin-jdk.json index 31594018755..811fb105bd6 100644 --- a/bucket/temurin-jdk.json +++ b/bucket/temurin-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "26.0.0-35", + "version": "26.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jdk_x64_windows_hotspot_26_35.zip", - "hash": "f36dbdfbd36401d6bf34c418e6405aedc17296cc72ec8335b5754d90e47aec64" + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8/OpenJDK26U-jdk_x64_windows_hotspot_26.0.1_8.zip", + "hash": "81b35819085dd73a204c3219464c5f154cb111a526ec63dad793c0eefd469b3d" } }, - "extract_dir": "jdk-26+35", + "extract_dir": "jdk-26.0.1+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 654a5a7a5815ab69be778cda9d58001775f8448a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:34 +0000 Subject: [PATCH 531/545] temurin-jre: Update to version 26.0.1-8 --- bucket/temurin-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin-jre.json b/bucket/temurin-jre.json index f8feaf89ab0..977b0c8ea9d 100644 --- a/bucket/temurin-jre.json +++ b/bucket/temurin-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "26.0.0-35", + "version": "26.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jre_x64_windows_hotspot_26_35.zip", - "hash": "5b776c83068703c4f6b52545673161981a74262d9751aba7eaa87b38a19beb8d" + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8/OpenJDK26U-jre_x64_windows_hotspot_26.0.1_8.zip", + "hash": "bab6b82ad8600dc177f45b3225d5810779fe9d90179561d877a731294e173404" } }, - "extract_dir": "jdk-26+35-jre", + "extract_dir": "jdk-26.0.1+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 50d4d58d7c7e273bba849497b2a95ad501bdca50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:34 +0000 Subject: [PATCH 532/545] temurin26-jdk: Update to version 26.0.1-8 --- bucket/temurin26-jdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin26-jdk.json b/bucket/temurin26-jdk.json index 66819c73b98..b85daf437da 100644 --- a/bucket/temurin26-jdk.json +++ b/bucket/temurin26-jdk.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "26.0.0-35", + "version": "26.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jdk_x64_windows_hotspot_26_35.zip", - "hash": "f36dbdfbd36401d6bf34c418e6405aedc17296cc72ec8335b5754d90e47aec64" + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8/OpenJDK26U-jdk_x64_windows_hotspot_26.0.1_8.zip", + "hash": "81b35819085dd73a204c3219464c5f154cb111a526ec63dad793c0eefd469b3d" } }, - "extract_dir": "jdk-26+35", + "extract_dir": "jdk-26.0.1+8", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From f7325d134cbda39a0a15d136255c8170ab9f7318 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:34 +0000 Subject: [PATCH 533/545] temurin26-jre: Update to version 26.0.1-8 --- bucket/temurin26-jre.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/temurin26-jre.json b/bucket/temurin26-jre.json index 6d1191d441e..e0de8056b9c 100644 --- a/bucket/temurin26-jre.json +++ b/bucket/temurin26-jre.json @@ -1,15 +1,15 @@ { "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", - "version": "26.0.0-35", + "version": "26.0.1-8", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35/OpenJDK26U-jre_x64_windows_hotspot_26_35.zip", - "hash": "5b776c83068703c4f6b52545673161981a74262d9751aba7eaa87b38a19beb8d" + "url": "https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8/OpenJDK26U-jre_x64_windows_hotspot_26.0.1_8.zip", + "hash": "bab6b82ad8600dc177f45b3225d5810779fe9d90179561d877a731294e173404" } }, - "extract_dir": "jdk-26+35-jre", + "extract_dir": "jdk-26.0.1+8-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" From 386c791888ed02f599ec321e0742f8915d246a30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 03:32:54 +0000 Subject: [PATCH 534/545] intellij-jbr25-jcef: Update to version 25.0.3-b480.61 --- bucket/intellij-jbr25-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-jcef.json b/bucket/intellij-jbr25-jcef.json index e904e8c2fa6..2cd9b014711 100644 --- a/bucket/intellij-jbr25-jcef.json +++ b/bucket/intellij-jbr25-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b475.60", + "version": "25.0.3-b480.61", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-x64-b475.60.tar.gz", - "hash": "sha512:d25d1c4c15333250cd35226df8a57852691e1017f4a04efcb38149fa59f84095695af3344140c01b945f046d1713305efd612a925e235ecb66945a012da8134b", - "extract_dir": "jbr_jcef-25.0.3-windows-x64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-x64-b480.61.tar.gz", + "hash": "sha512:eb92ffad5a6a1bde1a3197401f63fc4f6ba2ab15aafb14a1b12bc6a81260444cbcb2da125c99db6741889f3d345bea62abd10857c5af76ae346fe5160273e2e5", + "extract_dir": "jbr_jcef-25.0.3-windows-x64-b480.61" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-aarch64-b475.60.tar.gz", - "hash": "sha512:0a4f7e56ca5fd2f4d2b69886f547571de59541d0dd7fc1a700525274d2caf37ec06069513e2cb71628b351c2f9eda3bc2e1e967f97ffdfdf35fe2ec3b0430245", - "extract_dir": "jbr_jcef-25.0.3-windows-aarch64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-aarch64-b480.61.tar.gz", + "hash": "sha512:2ca1bc2e332d19ea79266b4a7fcb46a48e9558ebde8fcd4bbe7141c0efcd7b02afda4b99fe590d323dddb988105350d0b91aeba3f817e036e0782d3b9ec9c621", + "extract_dir": "jbr_jcef-25.0.3-windows-aarch64-b480.61" } }, "env_set": { From 03cc1e40ebd8578b0ae2c36b4020c549e384fa33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 03:32:54 +0000 Subject: [PATCH 535/545] intellij-jbr25-sdk-jcef: Update to version 25.0.3-b480.61 --- bucket/intellij-jbr25-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk-jcef.json b/bucket/intellij-jbr25-sdk-jcef.json index 79b7c1a1011..9df5680649f 100644 --- a/bucket/intellij-jbr25-sdk-jcef.json +++ b/bucket/intellij-jbr25-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b475.60", + "version": "25.0.3-b480.61", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-x64-b475.60.tar.gz", - "hash": "sha512:88c2a5ac8f24e61747f55e0dece3f4038171fb8018ed176efc01c8d6bfd151b8bcb4890cf766c1ce922f54aeb3f0655953a5990d89a143672f3a10f720d62900", - "extract_dir": "jbrsdk_jcef-25.0.3-windows-x64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-x64-b480.61.tar.gz", + "hash": "sha512:131dfea7ae395de2db0cf89a313b0cd91846904dd95de26d9118d1071c7f7fd3edfcff6de0780f4622142b58e1cc0b841822fe907d2c202d94c0e264188c8b94", + "extract_dir": "jbrsdk_jcef-25.0.3-windows-x64-b480.61" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-aarch64-b475.60.tar.gz", - "hash": "sha512:01563c88feb07556679a145a5cea3ef38355195596e95b32c827a3ad48d8acc434087a83616027d05b4a4b4fe9f0120edaa170dd88cecc9aef9001f669e6da4c", - "extract_dir": "jbrsdk_jcef-25.0.3-windows-aarch64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-aarch64-b480.61.tar.gz", + "hash": "sha512:7d99a0195124a4b3654914e7aecbeb9f9b43ea3494bde5eed1fc44b779346414434558c04d7ad038637503672cd2a1c383e4e5669aea4d7b7e8102021c5a81d3", + "extract_dir": "jbrsdk_jcef-25.0.3-windows-aarch64-b480.61" } }, "env_set": { From 40856ca091e84c6468f332fdc47386187a25c939 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 03:32:55 +0000 Subject: [PATCH 536/545] intellij-jbr25-sdk: Update to version 25.0.3-b480.61 --- bucket/intellij-jbr25-sdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk.json b/bucket/intellij-jbr25-sdk.json index 7029e84ee66..467d7519175 100644 --- a/bucket/intellij-jbr25-sdk.json +++ b/bucket/intellij-jbr25-sdk.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b475.60", + "version": "25.0.3-b480.61", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-x64-b475.60.tar.gz", - "hash": "sha512:12bdd06848ec4beb776e402c103dce5bcd37d0b93753bf0a82f60c3034dcf64c7f133b12688f3b0cb79be67d189dae48e9ea3beff196e72ab5f358392b62ac49", - "extract_dir": "jbrsdk-25.0.3-windows-x64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-x64-b480.61.tar.gz", + "hash": "sha512:b1f010381d3b539612026734acdb74f863d93bf4a7e4634cc2054174d03c18c73056e949bd65340da9bcd49e557577f9645a9d8dae6caaddfa9257033040323f", + "extract_dir": "jbrsdk-25.0.3-windows-x64-b480.61" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-aarch64-b475.60.tar.gz", - "hash": "sha512:365664a53f97e1bf0e2b276beeddc55fc36c8e6f65d948f8bd564d89ec09648caaf9bd2345224349e47287108ce3548bcc3b9e3d5c58d234774db5cac422ad89", - "extract_dir": "jbrsdk-25.0.3-windows-aarch64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-aarch64-b480.61.tar.gz", + "hash": "sha512:7a7f4b8b7210e53380d309041aaaac708cb4166c1df9da7cf849f732afca2521344cfc1aedf03216f74d601fce3d5c92ed26a5044670f349ebc18efda4a8e5d1", + "extract_dir": "jbrsdk-25.0.3-windows-aarch64-b480.61" } }, "env_set": { From f1f84d6f9405ee2dfba7eaca4a66e3e63c77d946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 03:32:55 +0000 Subject: [PATCH 537/545] intellij-jbr25: Update to version 25.0.3-b480.61 --- bucket/intellij-jbr25.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25.json b/bucket/intellij-jbr25.json index 28f1741112b..8b795284539 100644 --- a/bucket/intellij-jbr25.json +++ b/bucket/intellij-jbr25.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b475.60", + "version": "25.0.3-b480.61", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-x64-b475.60.tar.gz", - "hash": "sha512:3cc7d367f755b45ce0b0f136ac0440422d0e51fe77b91923b8502ea6a0420ae4972af683f65e2d7d247bf3210283af6629b4333d5a62876bf4fac8702ae6e02d", - "extract_dir": "jbr-25.0.3-windows-x64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-x64-b480.61.tar.gz", + "hash": "sha512:b25ba59973526d8945a898ad8c2ab7cae520777722cda2a395f54c5a509f84854343a2e1007eedf623c15a263a0208f727efe0e841b0ba385b183298e6735080", + "extract_dir": "jbr-25.0.3-windows-x64-b480.61" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-aarch64-b475.60.tar.gz", - "hash": "sha512:7288147ab6825ac7fd69c52c18e9b9f7837776fa5c6979b7c0d08ae2fba4a1104580d261a578229d5ed200e5f19619bb41410d8c185306379deff4f15950539e", - "extract_dir": "jbr-25.0.3-windows-aarch64-b475.60" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-aarch64-b480.61.tar.gz", + "hash": "sha512:ada7eddc831a00dc96da08353fa6db9e6b5e20239419d9e33900efc3ab38f833317435e37c5ad0504a43ffd4bebe2c90da336f69cee1806f9f2194c4999ffbc4", + "extract_dir": "jbr-25.0.3-windows-aarch64-b480.61" } }, "env_set": { From c891cae418c497ed25ba128e924dd7fc084be971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:34:39 +0000 Subject: [PATCH 538/545] dragonwell8-jdk-extended: Update to version 8.29.28-8.0.492 --- bucket/dragonwell8-jdk-extended.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell8-jdk-extended.json b/bucket/dragonwell8-jdk-extended.json index bd445dc026d..7c8f133c97e 100644 --- a/bucket/dragonwell8-jdk-extended.json +++ b/bucket/dragonwell8-jdk-extended.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba (with extensive custom features optimized for cloud computing environments)", - "version": "8.28.27-8.0.482", + "version": "8.29.28-8.0.492", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.28.27_jdk8u482-ga/Alibaba_Dragonwell_Extended_8.28.27_x64_windows.zip", - "hash": "f934429ca5140d0acea62247b457382333bcd65658336d30024d5992106a0ce8" + "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.29.28_jdk8u492-ga/Alibaba_Dragonwell_Extended_8.29.28_x64_windows.zip", + "hash": "7729fc8fcf8ba38eb48b8e875638a82ac3901c88fd215b1daa84accd754c9ff0" } }, "extract_to": "tmp", From f88a839432c5d7ceffb692ded3745c25e113fd93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:34:39 +0000 Subject: [PATCH 539/545] dragonwell8-jdk: Update to version 8.29.28-8.0.492 --- bucket/dragonwell8-jdk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dragonwell8-jdk.json b/bucket/dragonwell8-jdk.json index 42bc64453e3..d997ad961a0 100644 --- a/bucket/dragonwell8-jdk.json +++ b/bucket/dragonwell8-jdk.json @@ -1,12 +1,12 @@ { "description": "Alibaba Dragonwell, a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba", - "version": "8.28.27-8.0.482", + "version": "8.29.28-8.0.492", "homepage": "https://dragonwell-jdk.io/", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-standard-8.28.27_jdk8u482-ga/Alibaba_Dragonwell_Standard_8.28.27_x64_windows.zip", - "hash": "893e325deba8d3e2e0c0e71006eb01c56b9b9887cd17a3fce6f912dcf5322abd" + "url": "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-standard-8.29.28_jdk8u492-ga/Alibaba_Dragonwell_Standard_8.29.28_x64_windows.zip", + "hash": "89bb8bd6ec5f4fdb77d303ad1d8ea530b85b384a646fe214c11547a51adb5bdb" } }, "extract_to": "tmp", From 81be4fb606421323fec16bc4ee956ff94dde6552 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:45:02 +0000 Subject: [PATCH 540/545] openjdk-ea: Update to version 27-23-ea --- bucket/openjdk-ea.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index d9cb257ea56..6a67534416c 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,12 +1,12 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "27-22-ea", + "version": "27-23-ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/early_access/jdk27/22/GPL/openjdk-27-ea+22_windows-x64_bin.zip", - "hash": "8f070229867cab472c5d736b8a2b08d610772c4da7d6e451ab494e77fa4ad88d" + "url": "https://download.java.net/java/early_access/jdk27/23/GPL/openjdk-27-ea+23_windows-x64_bin.zip", + "hash": "7a3570aa872e47b54f71fd9c142dc466b4b796ffc20ebd57cd26987efab6546f" } }, "extract_dir": "jdk-27", From de449813b3a141a93653fe8ed0f08d15f704aae4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:56:43 +0000 Subject: [PATCH 541/545] intellij-jbr25-jcef: Update to version 25.0.3-b496.62 --- bucket/intellij-jbr25-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-jcef.json b/bucket/intellij-jbr25-jcef.json index 2cd9b014711..1c29a80f25b 100644 --- a/bucket/intellij-jbr25-jcef.json +++ b/bucket/intellij-jbr25-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b480.61", + "version": "25.0.3-b496.62", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-x64-b480.61.tar.gz", - "hash": "sha512:eb92ffad5a6a1bde1a3197401f63fc4f6ba2ab15aafb14a1b12bc6a81260444cbcb2da125c99db6741889f3d345bea62abd10857c5af76ae346fe5160273e2e5", - "extract_dir": "jbr_jcef-25.0.3-windows-x64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-x64-b496.62.tar.gz", + "hash": "sha512:b696ab9558260df151a01b585e546cb28cd1844c505e34448b837642522c6bcca3ca190a8ba5722cb13d859c82e6e3eb9e5a63985e0a73d826b74cf7efb79c99", + "extract_dir": "jbr_jcef-25.0.3-windows-x64-b496.62" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-aarch64-b480.61.tar.gz", - "hash": "sha512:2ca1bc2e332d19ea79266b4a7fcb46a48e9558ebde8fcd4bbe7141c0efcd7b02afda4b99fe590d323dddb988105350d0b91aeba3f817e036e0782d3b9ec9c621", - "extract_dir": "jbr_jcef-25.0.3-windows-aarch64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.3-windows-aarch64-b496.62.tar.gz", + "hash": "sha512:eca0ba118eea9b0a038537e4aadbcda2d22d8d5386818ad830794d1543df1c042e60326cbf44da6114056789d2dda22402a916f9dc7f967cf0fbe5bbd9ddc04b", + "extract_dir": "jbr_jcef-25.0.3-windows-aarch64-b496.62" } }, "env_set": { From 089b68fcfc26e8f620a251043272db46a416cb55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:56:43 +0000 Subject: [PATCH 542/545] intellij-jbr25-sdk-jcef: Update to version 25.0.3-b496.62 --- bucket/intellij-jbr25-sdk-jcef.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk-jcef.json b/bucket/intellij-jbr25-sdk-jcef.json index 9df5680649f..351e42b6d8f 100644 --- a/bucket/intellij-jbr25-sdk-jcef.json +++ b/bucket/intellij-jbr25-sdk-jcef.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b480.61", + "version": "25.0.3-b496.62", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-x64-b480.61.tar.gz", - "hash": "sha512:131dfea7ae395de2db0cf89a313b0cd91846904dd95de26d9118d1071c7f7fd3edfcff6de0780f4622142b58e1cc0b841822fe907d2c202d94c0e264188c8b94", - "extract_dir": "jbrsdk_jcef-25.0.3-windows-x64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-x64-b496.62.tar.gz", + "hash": "sha512:9a1e2a11b013bb1a2aaa8ea58b0dd1eb5fb17dd7ecbf9179bf0bd92e490d8cbe221e5653db836b83f3ce33b4f276a2ea45d18e787b45cefae3206aa7a17636e5", + "extract_dir": "jbrsdk_jcef-25.0.3-windows-x64-b496.62" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-aarch64-b480.61.tar.gz", - "hash": "sha512:7d99a0195124a4b3654914e7aecbeb9f9b43ea3494bde5eed1fc44b779346414434558c04d7ad038637503672cd2a1c383e4e5669aea4d7b7e8102021c5a81d3", - "extract_dir": "jbrsdk_jcef-25.0.3-windows-aarch64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.3-windows-aarch64-b496.62.tar.gz", + "hash": "sha512:2c2232089e647c6d1f5b4ab8d376e07e9f017577940d5f0aa4b387be563396d7b3f0201a7178022b879d5c03e785e7c9ada1e54f4cf420ae59c8b91f1535e05f", + "extract_dir": "jbrsdk_jcef-25.0.3-windows-aarch64-b496.62" } }, "env_set": { From c0a5e5fb2f81b9543daca7f640ded7f817afff7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:56:44 +0000 Subject: [PATCH 543/545] intellij-jbr25-sdk: Update to version 25.0.3-b496.62 --- bucket/intellij-jbr25-sdk.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25-sdk.json b/bucket/intellij-jbr25-sdk.json index 467d7519175..a503d995020 100644 --- a/bucket/intellij-jbr25-sdk.json +++ b/bucket/intellij-jbr25-sdk.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b480.61", + "version": "25.0.3-b496.62", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-x64-b480.61.tar.gz", - "hash": "sha512:b1f010381d3b539612026734acdb74f863d93bf4a7e4634cc2054174d03c18c73056e949bd65340da9bcd49e557577f9645a9d8dae6caaddfa9257033040323f", - "extract_dir": "jbrsdk-25.0.3-windows-x64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-x64-b496.62.tar.gz", + "hash": "sha512:2971f7a068ded6c1f0b09d070bea69c2b612def39c10ba2529e5b16d7ad60c3aca3cbd604ba0eff1cda15f2f62143c9ee0a057dbc1b25b8da53c8b920e03b37b", + "extract_dir": "jbrsdk-25.0.3-windows-x64-b496.62" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-aarch64-b480.61.tar.gz", - "hash": "sha512:7a7f4b8b7210e53380d309041aaaac708cb4166c1df9da7cf849f732afca2521344cfc1aedf03216f74d601fce3d5c92ed26a5044670f349ebc18efda4a8e5d1", - "extract_dir": "jbrsdk-25.0.3-windows-aarch64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.3-windows-aarch64-b496.62.tar.gz", + "hash": "sha512:e484a72b34e65a870663009348e5271b37fabb6f6b320aa65af82fbc871df3559c94f984906872eae830553be38ac0f79ff48d609c13b391e13d77d3dd77ae91", + "extract_dir": "jbrsdk-25.0.3-windows-aarch64-b496.62" } }, "env_set": { From 2002dcd0e4f14366287e5d10719e0b72f7240170 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:56:44 +0000 Subject: [PATCH 544/545] intellij-jbr25: Update to version 25.0.3-b496.62 --- bucket/intellij-jbr25.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/intellij-jbr25.json b/bucket/intellij-jbr25.json index 8b795284539..faa821ba982 100644 --- a/bucket/intellij-jbr25.json +++ b/bucket/intellij-jbr25.json @@ -1,18 +1,18 @@ { - "version": "25.0.3-b480.61", + "version": "25.0.3-b496.62", "homepage": "https://github.com/JetBrains/JetBrainsRuntime", "description": "A fork of OpenJDK that supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-x64-b480.61.tar.gz", - "hash": "sha512:b25ba59973526d8945a898ad8c2ab7cae520777722cda2a395f54c5a509f84854343a2e1007eedf623c15a263a0208f727efe0e841b0ba385b183298e6735080", - "extract_dir": "jbr-25.0.3-windows-x64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-x64-b496.62.tar.gz", + "hash": "sha512:545c19da0d3c60b57f867729cecf648c0169aa9e49b389d4410ef1497c81f8a15ac94b9bd8c2972893a53db67085d538eb35b69a70c69522f65159fb98a46bce", + "extract_dir": "jbr-25.0.3-windows-x64-b496.62" }, "arm64": { - "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-aarch64-b480.61.tar.gz", - "hash": "sha512:ada7eddc831a00dc96da08353fa6db9e6b5e20239419d9e33900efc3ab38f833317435e37c5ad0504a43ffd4bebe2c90da336f69cee1806f9f2194c4999ffbc4", - "extract_dir": "jbr-25.0.3-windows-aarch64-b480.61" + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.3-windows-aarch64-b496.62.tar.gz", + "hash": "sha512:23cdf6ee05c20bd1a697b0483fade04faf7818b6e85acb621d9854edf8f8f1cf0627c8aa50fd3c598b536ba04bbcf8bc4b8c5dfa855e993733cac82ead1eb93a", + "extract_dir": "jbr-25.0.3-windows-aarch64-b496.62" } }, "env_set": { From 261427ce1c15743743cc26d22159c2a36d4e78e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:33:43 +0000 Subject: [PATCH 545/545] openjdk-ea: Update to version 27-24-ea --- bucket/openjdk-ea.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openjdk-ea.json b/bucket/openjdk-ea.json index 6a67534416c..8df0bda5fea 100644 --- a/bucket/openjdk-ea.json +++ b/bucket/openjdk-ea.json @@ -1,12 +1,12 @@ { "description": "Official Early-Access Builds of OpenJDK", "homepage": "https://jdk.java.net/", - "version": "27-23-ea", + "version": "27-24-ea", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/early_access/jdk27/23/GPL/openjdk-27-ea+23_windows-x64_bin.zip", - "hash": "7a3570aa872e47b54f71fd9c142dc466b4b796ffc20ebd57cd26987efab6546f" + "url": "https://download.java.net/java/early_access/jdk27/24/GPL/openjdk-27-ea+24_windows-x64_bin.zip", + "hash": "5bbf96e8f91e2c80680961ba7cc2ddb7112131f6fa000d2472ab2ea6c99a06f7" } }, "extract_dir": "jdk-27",