diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2025-07-17 20:05:14 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2025-07-17 20:05:14 +0000 |
| commit | 8040faff0968bdc86b9dc6b13aa73799c7d3750f (patch) | |
| tree | 13646f5b20d241b67f0ee7ef021940e9f60663aa /net.adoptium.java | |
| parent | 3354c10d4682ab8bf57e5d3643eb13eec36350bb (diff) | |
| download | Meta-Launcher-8040faff0968bdc86b9dc6b13aa73799c7d3750f.tar.gz Meta-Launcher-8040faff0968bdc86b9dc6b13aa73799c7d3750f.zip | |
Update 2025-07-17
Diffstat (limited to 'net.adoptium.java')
| -rw-r--r-- | net.adoptium.java/index.json | 6 | ||||
| -rw-r--r-- | net.adoptium.java/java17.json | 19 | ||||
| -rw-r--r-- | net.adoptium.java/java21.json | 38 | ||||
| -rw-r--r-- | net.adoptium.java/java24.json | 38 |
4 files changed, 98 insertions, 3 deletions
diff --git a/net.adoptium.java/index.json b/net.adoptium.java/index.json index c3d38dd37..244f3f3d6 100644 --- a/net.adoptium.java/index.json +++ b/net.adoptium.java/index.json @@ -6,7 +6,7 @@ { "recommended": false, "releaseTime": "2025-03-20T09:06:52+00:00", - "sha256": "fee6f24b1e814117ad9d108500171a911e70a7697770d859e05785a41d57b8b7", + "sha256": "6e8140d7222c5416513ae0f6b0727ed33d3e44c86998e8053ec70bf4131ec379", "version": "java24" }, { @@ -24,7 +24,7 @@ { "recommended": false, "releaseTime": "2023-10-10T13:55:52+00:00", - "sha256": "cdd31b7255f08ec0fd786d0bcf98adc06452db0191c6db029a2b5c0a436a8e6c", + "sha256": "a758f598ff1b27a1e8afc371370968d0ed51ffbeb0e242edf7ddf09eb90d79c1", "version": "java21" }, { @@ -48,7 +48,7 @@ { "recommended": false, "releaseTime": "2021-10-27T13:36:51+00:00", - "sha256": "c0e96e700b53baa4b0b24681e0d6107479330080d4bff07903613ca0ff2c105b", + "sha256": "b3977f37140ced4b83d202e5a242f42ac0f7efd6d020e69e587c749d10fe29f9", "version": "java17" }, { diff --git a/net.adoptium.java/java17.json b/net.adoptium.java/java17.json index f187407b9..67fee8282 100644 --- a/net.adoptium.java/java17.json +++ b/net.adoptium.java/java17.json @@ -5,6 +5,25 @@ "runtimes": [ { "checksum": { + "hash": "45438e511171f21ade709c6987ef4b88ea98b6c0124b4775a4b29d5822395cdd", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre17.0.16+8", + "packageType": "jre", + "releaseTime": "2025-07-17T18:20:10+00:00", + "runtimeOS": "mac-os-x64", + "url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.16%2B8/OpenJDK17U-jre_x64_mac_hotspot_17.0.16_8.tar.gz", + "vendor": "eclipse", + "version": { + "build": 8, + "major": 17, + "minor": 0, + "security": 16 + } + }, + { + "checksum": { "hash": "2eb9548fbed1031355ca11a35b5a297e9872edd1dafacb40294f0c1a6677bbfb", "type": "sha256" }, diff --git a/net.adoptium.java/java21.json b/net.adoptium.java/java21.json index 2db92a87e..facb53968 100644 --- a/net.adoptium.java/java21.json +++ b/net.adoptium.java/java21.json @@ -5,6 +5,44 @@ "runtimes": [ { "checksum": { + "hash": "34464861ed170ea0e5acdf870011f9e92f836e712b620ba37c4b2d0e5aeb8675", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre21.0.8+9", + "packageType": "jre", + "releaseTime": "2025-07-17T08:02:15+00:00", + "runtimeOS": "mac-os-x64", + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_x64_mac_hotspot_21.0.8_9.tar.gz", + "vendor": "eclipse", + "version": { + "build": 9, + "major": 21, + "minor": 0, + "security": 8 + } + }, + { + "checksum": { + "hash": "f54f6e2a907c4aef95ce6d7388474c6d5d87ae87899dd309561672bcfda9121e", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre21.0.8+9", + "packageType": "jre", + "releaseTime": "2025-07-17T08:02:15+00:00", + "runtimeOS": "linux-arm64", + "url": "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.8_9.tar.gz", + "vendor": "eclipse", + "version": { + "build": 9, + "major": 21, + "minor": 0, + "security": 8 + } + }, + { + "checksum": { "hash": "61dca7744d0b92d5d270f03e2ff32d64e95f3f7c8d0acbe642d7733ccb8523ac", "type": "sha256" }, diff --git a/net.adoptium.java/java24.json b/net.adoptium.java/java24.json index 673b5442e..32677a4d6 100644 --- a/net.adoptium.java/java24.json +++ b/net.adoptium.java/java24.json @@ -5,6 +5,44 @@ "runtimes": [ { "checksum": { + "hash": "430546a697213e8a56653ca10ea59557054b2d5451ed82aad3a2cb7359fa1e2f", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre24.0.2+12", + "packageType": "jre", + "releaseTime": "2025-07-17T18:45:38+00:00", + "runtimeOS": "mac-os-arm64", + "url": "https://github.com/adoptium/temurin24-binaries/releases/download/jdk-24.0.2%2B12/OpenJDK24U-jre_aarch64_mac_hotspot_24.0.2_12.tar.gz", + "vendor": "eclipse", + "version": { + "build": 12, + "major": 24, + "minor": 0, + "security": 2 + } + }, + { + "checksum": { + "hash": "bee902852ae8b6698e04eb1599dc94af844ae45b72b3b8ec854350b9aba41335", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre24.0.2+12", + "packageType": "jre", + "releaseTime": "2025-07-17T18:45:38+00:00", + "runtimeOS": "linux-x64", + "url": "https://github.com/adoptium/temurin24-binaries/releases/download/jdk-24.0.2%2B12/OpenJDK24U-jre_x64_linux_hotspot_24.0.2_12.tar.gz", + "vendor": "eclipse", + "version": { + "build": 12, + "major": 24, + "minor": 0, + "security": 2 + } + }, + { + "checksum": { "hash": "c13e3f4f751eee02c324d6df66c65335fc887a9b62a0bdff26523ab1a83d242b", "type": "sha256" }, |
