diff --git a/launcher.json b/launcher.json index bf248cb..505f4aa 100644 --- a/launcher.json +++ b/launcher.json @@ -19,15 +19,15 @@ "win32": { "x64": { "name": "jdk-17.0.8.1+1-jre", - "link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-debugimage_x64_windows_hotspot_17.0.8.1_1.zip", - "sha256sum": "651a795155dc918c06cc9fd4b37253b9cbbca5ec8e76d4a8fa7cdaeb1f52761c" + "link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_x64_windows_hotspot_17.0.8.1_1.zip", + "sha256sum": "a43a96a10c8bd531b7fadd2f3dcf5b839c81c79affcfba0141f1e8b4ffefe521" } }, "linux": { "x64": { "name": "jdk-17.0.8.1+1", - "link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_x64_linux_hotspot_17.0.8.1_1.tar.gz", - "sha256sum": "c25dfbc334068a48c19c44ce39ad4b8427e309ae1cfa83f23c102e78b8a6dcc0" + "link": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jre_x64_linux_hotspot_17.0.8.1_1.tar.gz", + "sha256sum": "ab68857594792474a3049ede09ea1178e42df29803a6a41be771794f571b2d4e" } } }