diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2024-09-18 13:07:10 +0200 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2024-09-18 13:07:10 +0200 |
| commit | de26f70bb283df3971858b96d921f17ed6550d90 (patch) | |
| tree | 609e3a20a20a45c831608d54ff5b2aeea4501b33 /net.adoptium.java | |
| parent | a5ebba8dc2348e6c91cc4ad351955c00e1086bb1 (diff) | |
| download | Meta-Launcher-de26f70bb283df3971858b96d921f17ed6550d90.tar.gz Meta-Launcher-de26f70bb283df3971858b96d921f17ed6550d90.zip | |
Update 2024-09-18
Diffstat (limited to 'net.adoptium.java')
| -rw-r--r-- | net.adoptium.java/index.json | 6 | ||||
| -rw-r--r-- | net.adoptium.java/java23.json | 104 |
2 files changed, 110 insertions, 0 deletions
diff --git a/net.adoptium.java/index.json b/net.adoptium.java/index.json index b9f6fcbb9..7d083388b 100644 --- a/net.adoptium.java/index.json +++ b/net.adoptium.java/index.json @@ -5,6 +5,12 @@ "versions": [ { "recommended": false, + "releaseTime": "2024-09-18T09:58:40+00:00", + "sha256": "1b551ab98b140dff98bb031025c5287a668376a2b5b5cc023b1327dd2c0c9948", + "version": "java23" + }, + { + "recommended": false, "releaseTime": "2024-03-20T16:22:57+00:00", "sha256": "fc7f35ee6caecced095d11ecde359de868a22ec3eee78b2b221b1b3c68842bb3", "version": "java22" diff --git a/net.adoptium.java/java23.json b/net.adoptium.java/java23.json new file mode 100644 index 000000000..93dbd244d --- /dev/null +++ b/net.adoptium.java/java23.json @@ -0,0 +1,104 @@ +{ + "formatVersion": 1, + "name": "Java 23", + "releaseTime": "2024-09-18T09:58:40+00:00", + "runtimes": [ + { + "checksum": { + "hash": "9c3c3d42ffb2603b328b7154fc9eb449ef87488b3cbeb24a497d46677c7fd44d", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre23.0.0+37", + "packageType": "jre", + "releaseTime": "2024-09-18T09:58:40+00:00", + "runtimeOS": "linux-x64", + "url": "https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_x64_linux_hotspot_23_37.tar.gz", + "vendor": "eclipse", + "version": { + "build": 37, + "major": 23, + "minor": 0, + "security": 0 + } + }, + { + "checksum": { + "hash": "5d27360b81ec2a416d5f6614cad3932711eba1b4c0e7a1b9ea697a3c4295226d", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre23.0.0+37", + "packageType": "jre", + "releaseTime": "2024-09-18T09:58:40+00:00", + "runtimeOS": "windows-x64", + "url": "https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_x64_windows_hotspot_23_37.zip", + "vendor": "eclipse", + "version": { + "build": 37, + "major": 23, + "minor": 0, + "security": 0 + } + }, + { + "checksum": { + "hash": "1f41755494c45a8a88dfed926251f478544c0e51a71a011314fc282e915f804f", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre23.0.0+37", + "packageType": "jre", + "releaseTime": "2024-09-18T09:58:40+00:00", + "runtimeOS": "mac-os-x64", + "url": "https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_x64_mac_hotspot_23_37.tar.gz", + "vendor": "eclipse", + "version": { + "build": 37, + "major": 23, + "minor": 0, + "security": 0 + } + }, + { + "checksum": { + "hash": "ec45f4f9a4a98d8a0af24b508ca84a411ea88fac8abb8ad2cfca85cb3902ab5d", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre23.0.0+37", + "packageType": "jre", + "releaseTime": "2024-09-18T09:58:40+00:00", + "runtimeOS": "linux-arm64", + "url": "https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_aarch64_linux_hotspot_23_37.tar.gz", + "vendor": "eclipse", + "version": { + "build": 37, + "major": 23, + "minor": 0, + "security": 0 + } + }, + { + "checksum": { + "hash": "2c96b006080906951fb0ddae8e23ca3ef2bd327b77cac84b4302b8d84c7014f5", + "type": "sha256" + }, + "downloadType": "archive", + "name": "eclipse_temurin_jre23.0.0+37", + "packageType": "jre", + "releaseTime": "2024-09-18T09:58:40+00:00", + "runtimeOS": "mac-os-arm64", + "url": "https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_aarch64_mac_hotspot_23_37.tar.gz", + "vendor": "eclipse", + "version": { + "build": 37, + "major": 23, + "minor": 0, + "security": 0 + } + } + ], + "uid": "net.adoptium.java", + "version": "java23" +}
\ No newline at end of file |
