From f895e9e6c66ee490b4de73c812cb9d5d8f7adf70 Mon Sep 17 00:00:00 2001 From: roele <181773+roele@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:08:07 +0000 Subject: [PATCH] Update data --- public/api/jvm/ea/linux/aarch64.json | 12 +++ public/api/jvm/ea/linux/x86_64.json | 26 +++++ public/api/jvm/ea/macosx/aarch64.json | 24 +++++ public/api/jvm/ea/macosx/x86_64.json | 24 +++++ public/api/jvm/ea/windows/x86_64.json | 12 +++ public/api/jvm/ga/linux/aarch64.json | 104 +++++++++++++++++++ public/api/jvm/ga/linux/x86_64.json | 132 +++++++++++++++++++++++++ public/api/jvm/ga/macosx/aarch64.json | 52 ++++++++++ public/api/jvm/ga/macosx/x86_64.json | 52 ++++++++++ public/api/jvm/ga/windows/aarch64.json | 130 ++++++++++++++++++++++++ public/api/jvm/ga/windows/x86_64.json | 130 ++++++++++++++++++++++++ 11 files changed, 698 insertions(+) diff --git a/public/api/jvm/ea/linux/aarch64.json b/public/api/jvm/ea/linux/aarch64.json index 532f520..8a574dc 100644 --- a/public/api/jvm/ea/linux/aarch64.json +++ b/public/api/jvm/ea/linux/aarch64.json @@ -23043,5 +23043,17 @@ "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-27%2B5/sapmachine-jre-27-ea.5_linux-aarch64_bin.tar.gz", "vendor": "sapmachine", "version": "27.0.0-ea.5" + }, + { + "checksum": "sha256:da59fac8489045c6a66f5068ffeb14b191dbab91c77f08a880b34b8a67a81442", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-linux_aarch64.tar.gz", + "vendor": "zulu", + "version": "26.0.33.0" } ] \ No newline at end of file diff --git a/public/api/jvm/ea/linux/x86_64.json b/public/api/jvm/ea/linux/x86_64.json index 2123455..ac41dc2 100644 --- a/public/api/jvm/ea/linux/x86_64.json +++ b/public/api/jvm/ea/linux/x86_64.json @@ -47837,5 +47837,31 @@ "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-27%2B5/sapmachine-jre-27-ea.5_linux-x64-musl_bin.tar.gz", "vendor": "sapmachine", "version": "27.0.0-ea.5" + }, + { + "checksum": "sha256:a638ebbce1937d26cece7c8352701ba57412100d7926f55d52df7f904cf596dd", + "created_at": "2026-01-26T22:03:24.074464", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-linux_musl_x64.tar.gz", + "vendor": "zulu", + "version": "26.0.33.0" + }, + { + "checksum": "sha256:5f6cc44c8e006c1de961ab23e4429bb4c1caaea7b0cbfbd2dfba1f2587f99686", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-linux_x64.tar.gz", + "vendor": "zulu", + "version": "26.0.33.0" } ] \ No newline at end of file diff --git a/public/api/jvm/ea/macosx/aarch64.json b/public/api/jvm/ea/macosx/aarch64.json index 33925f2..4e0aa9d 100644 --- a/public/api/jvm/ea/macosx/aarch64.json +++ b/public/api/jvm/ea/macosx/aarch64.json @@ -20164,5 +20164,29 @@ "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-27%2B5/sapmachine-jdk-27-ea.5_macos-aarch64_bin.tar.gz", "vendor": "sapmachine", "version": "27.0.0-ea.5" + }, + { + "checksum": "sha256:7e362648892f0c14052b82f6908d0200505ae3c84d2183ff992c0ce632082fff", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-macosx_aarch64.tar.gz", + "vendor": "zulu", + "version": "26.0.33.0" + }, + { + "checksum": "sha256:87d5e079766eee6249cafb09df9a6224d174ba43c0c9f9d5e1a48a7ab5da413a", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-macosx_aarch64.zip", + "vendor": "zulu", + "version": "26.0.33.0" } ] \ No newline at end of file diff --git a/public/api/jvm/ea/macosx/x86_64.json b/public/api/jvm/ea/macosx/x86_64.json index 9ebfffb..d8054d4 100644 --- a/public/api/jvm/ea/macosx/x86_64.json +++ b/public/api/jvm/ea/macosx/x86_64.json @@ -30352,5 +30352,29 @@ "url": "https://download.java.net/java/early_access/jdk26/32/GPL/openjdk-26-ea+32_macos-x64_bin.tar.gz", "vendor": "openjdk", "version": "26.0.0-ea+32" + }, + { + "checksum": "sha256:4227323e406a7126cad7ca0accbb653d1ea9aeb3ddb5a5098d7c267aaa885ad1", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-macosx_x64.tar.gz", + "vendor": "zulu", + "version": "26.0.33.0" + }, + { + "checksum": "sha256:1ebb3d76e563c7f0735842057808e3d23fcd1a7f96c19fef89be7bffb1fdcab4", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-macosx_x64.zip", + "vendor": "zulu", + "version": "26.0.33.0" } ] \ No newline at end of file diff --git a/public/api/jvm/ea/windows/x86_64.json b/public/api/jvm/ea/windows/x86_64.json index 422506b..482b4ea 100644 --- a/public/api/jvm/ea/windows/x86_64.json +++ b/public/api/jvm/ea/windows/x86_64.json @@ -28131,5 +28131,17 @@ "url": "https://download.java.net/java/early_access/jdk26/32/GPL/openjdk-26-ea+32_windows-x64_bin.zip", "vendor": "openjdk", "version": "26.0.0-ea+32" + }, + { + "checksum": "sha256:a6a006416a5e397a658d0f2f1359d39cd9b41c9ad3401a6020e8a20ac464b55a", + "created_at": "2026-01-26T22:03:24.074464", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "26.0.0", + "jvm_impl": "hotspot", + "url": "https://cdn.azul.com/zulu/bin/zulu26.0.33-beta-jdk26.0.0-beta.23-win_x64.zip", + "vendor": "zulu", + "version": "26.0.33.0" } ] \ No newline at end of file diff --git a/public/api/jvm/ga/linux/aarch64.json b/public/api/jvm/ga/linux/aarch64.json index e56267c..1448cb3 100644 --- a/public/api/jvm/ga/linux/aarch64.json +++ b/public/api/jvm/ga/linux/aarch64.json @@ -52279,5 +52279,109 @@ "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz", "vendor": "temurin", "version": "25.0.2+10.0.LTS" + }, + { + "checksum": "sha512:9cb69720f9b0776442b0eb0c81ffad6430e63058537f39bf14a497f04e2faa9341dda45c2b8743d21941c8154df74be2b810251301a24b00efffc5b4ae6a1aa2", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-linux-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:c980f56bc76f4ffc1b42cdc2f97cafc9aa19a03d43de33c02ae3410e02c36c9dda885ee6bc9290f1804e39e3c3278151ff9a82e60ffa3e94c336baf382f759f5", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-linux-musl-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:689e21fc827a1a40740a31d1a84565904b2967d77307e96250032784908277838d90fbe9f0fddf7adaf388a9cabf681a1b8c39450a057f8ce1a026dda63a7776", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-linux-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:b30f08f766e45a1d361e10898df66acc0de37101994e88fe4dc5d9abfb1cb77101965d7b1a7a51ddb8420054f0ea0f8ca1ebb5c5d41294c0ac27427279f1ad58", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_lb-25.0.1-linux-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:e733fa08caf5cc8880df7416f433e878d4511a45807a93be2161eb7372094933e81163b7d350af1b4c260160d6ec8d5ec918231c236ad55ade88cb31e9d4f7f6", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-linux-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:ea373c7d3d148d0e4255d14747c141ebcb52a3c559a286dc989e4d9991542ffd729ab2dd02986a983c5f40336cc4f83b9761fe86acd16e995f69673c900f5e44", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-linux-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:c26b4947ec8d10b9c7f695a44df03d592b801421d275f35f88ede4f04d33aed23b49345aa58a2a7b4abb824873895607c04bbeeba671e90d6db43887a19fc26d", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_lb-25.0.1-linux-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:6e860ce8029281e5c9c0e5b0542ad594f91e180da0334c139517db0615d3cde73a52dc2b6c8f2d5ec2592b525fba87cd9ddb97ac6b602679dcf6ddbbf6e847ab", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-linux-musl-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" } ] \ No newline at end of file diff --git a/public/api/jvm/ga/linux/x86_64.json b/public/api/jvm/ga/linux/x86_64.json index 98c0e04..4d2ba27 100644 --- a/public/api/jvm/ga/linux/x86_64.json +++ b/public/api/jvm/ga/linux/x86_64.json @@ -73321,5 +73321,137 @@ "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_x64_linux_hotspot_25.0.2_10.tar.gz", "vendor": "temurin", "version": "25.0.2+10.0.LTS" + }, + { + "checksum": "sha256:2cbb356c6923f89814b892561e6f0377ecf035ab0577e3162d2cf4e202d38ee7", + "created_at": "2026-01-26T22:07:07.444282", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.2+10-LTS", + "jvm_impl": "hotspot", + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_x64_alpine-linux_hotspot_25.0.2_10.tar.gz", + "vendor": "temurin", + "version": "25.0.2+10.0.LTS" + }, + { + "checksum": "sha256:961f13ba0ee1e18c41c50ab642361e4283dee5e7947a48ed6a72c8a661d0cca0", + "created_at": "2026-01-26T22:07:07.444282", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.2+10-LTS", + "jvm_impl": "hotspot", + "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.2_10.tar.gz", + "vendor": "temurin", + "version": "25.0.2+10.0.LTS" + }, + { + "checksum": "sha512:99e65ca6b63a9c0f1bc10e829023ae078c9d796437a75f23e1e0c4fd6ee342883bc017065bcaa7ef48e15416136a17b8c597ffc0d9e4c0a19337816761eacb16", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-linux-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:949581bcb713c2c2496300f969d8909dab1a9244338cce53229411eac075afaba361c3792a9e10ff6104cb222d6209818a9249e4c80407a1f11fd943024fef5d", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-linux-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:ec8839f7f3b6fb3a37b4b1107dedbe55eef68560b33adcfa9c08cab55db096c4e4c3e531a66d5ccd0198cf4d73f079766193df003a935d7f14c758d363e54c70", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_lb-25.0.1-linux-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:bef40c8576b0d7869528aaf961bec64caf4c008e1b30bdaca26b63e72fc9830d8320296a2196fa2ab3516250be368f3b9405e58d54661b6afeee7cb066315fbc", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_lb-25.0.1-linux-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:427995c7464141d85d72acbeec9b1fb922dfddb225254bee38474c0cc4e18e59ba2b2cf17df9d477ce6234a9bd9ed78f73f25fcca4b2d37973eddd5dbd3f64d2", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-linux-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:bcea4dc3dc16e15383ce4867742f811474f7f901f977fb14a2936785aacc309a0e21835a6ddd722c5d1052fb5475a2fdd46f155be851d40954846b710deb8ff1", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-linux-musl-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:13697b62016ad3db03428a7ef2aa40adc4352829434ea1b797736fa83ccbe859f717f9dfd674419de4f83b8ce16868f592db7bcac667b6d0ba0152fa337386c3", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "musl" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-linux-musl-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:5d404262e8d018924c876dd865e895dd61c8541f94d4687551c46bea3d333def078d90dfa316fb9ff27a5285c71880f5302531d3447e7269e4ff0ae27919d0ac", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-linux-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" } ] \ No newline at end of file diff --git a/public/api/jvm/ga/macosx/aarch64.json b/public/api/jvm/ga/macosx/aarch64.json index 7f335ac..96ca337 100644 --- a/public/api/jvm/ga/macosx/aarch64.json +++ b/public/api/jvm/ga/macosx/aarch64.json @@ -49080,5 +49080,57 @@ "url": "https://corretto.aws/downloads/resources/17.0.18.8.1/amazon-corretto-17.0.18.8.1-macosx-aarch64.tar.gz", "vendor": "corretto", "version": "17.0.18.8.1" + }, + { + "checksum": "sha512:e8a92c469ebdaa56cbde750b44c314c86bc203146754e8a4f06492702774d4b404e82455c4096e13e0cbe66b7aa9f5e77edce8426f1a5f4c5155ba08f079e718", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-osx-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:b02a8139579ec932adaf21a177c0cca2b85224b7eeafa13adae14842893f6b194f8362346d674a3b25912fbdc58b003214eddaad7d63dd359222b4de3c50d4fd", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-osx-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:6214b6f7ec5bff6c73cabb29208c882bfb028bfb56f2570ca4a632e06e924c3c869b83af3c1e7b6139417ec20b478798f41fc0d09c8315e2418dfec8e69fc0e8", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-osx-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:f7af9e5824800926a0949a588d98942ce89a628048f4f730231e9e4fa7a208a2a88f299318f65f093f73e648e6351493fbea9dd2f61e9e6dd7e8595cc8ae37ea", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-osx-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" } ] \ No newline at end of file diff --git a/public/api/jvm/ga/macosx/x86_64.json b/public/api/jvm/ga/macosx/x86_64.json index 3c108b8..9baf06c 100644 --- a/public/api/jvm/ga/macosx/x86_64.json +++ b/public/api/jvm/ga/macosx/x86_64.json @@ -59297,5 +59297,57 @@ "url": "https://corretto.aws/downloads/resources/21.0.10.7.1/amazon-corretto-21.0.10.7.1-macosx-x64.tar.gz", "vendor": "corretto", "version": "21.0.10.7.1" + }, + { + "checksum": "sha512:a0dbc4ed9c44e10f214c2ca9221617a3af20d53e976a5937a5cdeee0dda034f6171674ef48ac3561861d62d28e93a81dc5f0e1d5162b4250596e018a661593d1", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-osx-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:f459d0ec05fd3059d8dc028653cde0ca9e3a3acaca50d2433ac1cad6e9c9c55e03385b4ef098e95fd9037298f1fec47fc35b936fd306a8d24d709eb132970d8b", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-osx-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:1550e330e3941ced4590156b8327438517cf1953d62d406996ab7404e1ab6bcd289a5247f495fad409c6635381ade5d4374d67b1d2d62c44210666682e9d2a12", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-osx-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:1c01c57e9c7ca64bb92eeeedab41c472f285544c20a2a97d01a69f4b1650df79b6f55e7245164706651fd46869b8b0cc80986534f8ce6c9a49365659da1bca7b", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-osx-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" } ] \ No newline at end of file diff --git a/public/api/jvm/ga/windows/aarch64.json b/public/api/jvm/ga/windows/aarch64.json index 676a040..c584055 100644 --- a/public/api/jvm/ga/windows/aarch64.json +++ b/public/api/jvm/ga/windows/aarch64.json @@ -16716,5 +16716,135 @@ "url": "https://github.com/bell-sw/Liberica/releases/download/17.0.18%2B10/bellsoft-jdk17.0.18%2B10-windows-aarch64-lite.zip", "vendor": "liberica", "version": "17.0.18+10" + }, + { + "checksum": "sha512:c69b5d0be36af82152b6fbcf308d691baa69b5440b9c596e33f7d06745c54eac0bf606f8c221d0e1e3b1eac97b8c2aec65da7c4b125cdf3e39a3f11fb74770dd", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "zip", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-aarch64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:4e64b42f18c561d4fc28b0f87e62bdb39f06ea518bc43c6c4f2d7a2b4be517fe317220df4e5516e36d2aeabee4edc3d1cd4665452af6308ca4b8dbd790b9b497", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:f108053e3542557ed07329fd3284b6e7ae94968c80ca7a5272ed219d74a9bdd32937a677ff8f04b16b513f41001d73a7cff125cba01805949d3dbf5e9c28d389", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:6f41273bb49ef26c77ab39bc1dcbe741a633580db0f00605861843ad8d5cf84d733497f39fcb5de51ce9226f6c04eb6d0540237bb79bde7a84c01390ad0182e9", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:6d3c3b24e0c0e5c4a9261b8519875ee1d77a73119d791cb0579cea607ec104fa6cb3071d5b2887c1aff595a431a9c0c863901807f7a8fb5cf7f359f531c09385", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-aarch64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:dabdd459479d05e958244fe4ea035d1cf47e159fdd9fe8ac2312bbb818740a838063c179f99374f003c644740c1b56ecdca5e1afba49864ab349dde4f7d8813b", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-aarch64-b285.56_pdb.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:dc9d7d6b11dccc59876573e19f86bd97a3739ad8e1266cf032e1392003f9b7e9e6fb94c4b0517f3452fbb334e38aeba82e2aba43ad5b95e7572fd7e76a8bc47a", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-aarch64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:880b0479245c98cd86071ce3449e7407f6492a718386780808edb06ee10762f92868ea290c45aa0a6234c9e32979addb43aa1747dd0544c58475ad9f682f59b1", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "zip", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-aarch64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:b3cc2bc7c4160835eba00f5bbf0bc73bb81ac2438562cc808627e60bd226561e6a9b5752034fe30e46cd178a0aa7950a972d38ab9844a221c4279eb3141bb225", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-aarch64-b285.56_pdb.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:a2d71def49b6ccc1dc8b67262605ac61752e3516360cc88200616b2a9ad1b1e892c037a204c0316a71db16391ab37cfa9466028a418a92bac9cafa551a085865", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-aarch64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" } ] \ No newline at end of file diff --git a/public/api/jvm/ga/windows/x86_64.json b/public/api/jvm/ga/windows/x86_64.json index 0ea7ee4..7397528 100644 --- a/public/api/jvm/ga/windows/x86_64.json +++ b/public/api/jvm/ga/windows/x86_64.json @@ -48165,5 +48165,135 @@ "url": "https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x64-jdk.zip", "vendor": "corretto", "version": "11.0.30.7.1" + }, + { + "checksum": "sha512:913521cbbeb35f27eee4d793455e752ef56e30e1fed305c4e5a67b77e3ed47e86683cfe4e643c10d0ee845306a92e6e3082c5ef81aa6d9e482cf700603844a48", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-x64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:24cb31d916c59e7c2e1b7f7be8671b15a89c085ddaf5fcde8d9bf7f0ad1d6d0b7e468e779b5e9204ea88edd9e7377abbc825aeecc4988f279ee0ce1086ed7cb4", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:8212d6c93fa78cd04b3b78b112d6c1232fe1f777fa739ef1ad8e0abb3ee4c83c233357c456dd8dea128b0d1523a7a675eab489e50ac0a70049c4bd42b87fd8b3", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:afa0bee46392a38d3d7da099750eee25d2ec662552657d4cebd59921a32a9b51ee15832dd48d9f26efecc105192b7d17d2fe024f354610f915dc5bbee4bae325", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-x64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:93fc759dd70eb5a3d2debf0eff966baad63dfdb852faf34711c33f96c96192eccb89a7c02e88e44b6ba0e6fe0cf33362d7ee396502c18cac6613d002dbad66e1", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-x64-b285.56_pdb.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:fc0ab11317d0ab661ead5cb5a8cd54c9bddb9ec9b3500de2d66f842ff19e89e52818ef87cebb26681ddfcc8d36cd2facf63a42ef3cf7172f5cb383ee87f89d3b", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "zip", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-x64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:7567882f616860bef09b7235ae6fb0023425a48660734068cad5eb8793772f27b3e99db022113ae67c50ab54bbfc096d1ee9f7e4c74abd78db8531bed5c0acff", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "zip", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-25.0.1-windows-x64-b285.56.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:ea9b67b99e1073147c14cc57671becd8637876733c91622f2b5396885b45b328f568cd0b1d8b93c7da87d496928c9a9a49a75df620ff9b613d0c4eaf618de0c9", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jre", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-25.0.1-windows-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:048aca8ddadf7fa6bffca79adddc00d7e8b0c87fb0f8faf469cdbd2646c099d533fb2383add44498e6e6827a62fe0b1c5b3926719cfdd511c8b3a951b70cc2d1", + "created_at": "2026-01-26T22:07:07.472220", + "features": [], + "file_type": "zip", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-25.0.1-windows-x64-b285.56_pdb.zip", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" + }, + { + "checksum": "sha512:d4ee5200ab14bee2cef335a463bd25468e080335f5dcbb56040d3cc6d46ae4715903030993be8557bccdba934aa216bbb0f2d451f02500e69e0c4d4a12a24ccb", + "created_at": "2026-01-26T22:07:07.472220", + "features": [ + "jcef" + ], + "file_type": "tar.gz", + "image_type": "jdk", + "java_version": "25.0.1-b285.56", + "jvm_impl": "hotspot", + "url": "https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-25.0.1-windows-x64-b285.56.tar.gz", + "vendor": "jetbrains", + "version": "25.0.1-b285.56" } ] \ No newline at end of file