diff --git a/manifest.toml b/manifest.toml index a455dd7..b792b26 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,8 +52,8 @@ ram.runtime = "50M" arm64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.3_9.tar.gz" arm64.sha256 = "7d3ab0e8eba95bd682cfda8041c6cb6fa21e09d0d9131316fd7c96c78969de31" autoupdate.strategy = "latest_github_release" - autoupdate.asset.amd64 = "jdk-.*-jdk_x64_linux_hotspot_.*\\.tar\\.gz" - autoupdate.asset.arm64 = "jdk-.*-jdk_aarch64_linux_hotspot_.*\\.tar\\.gz" + autoupdate.asset.amd64 = "OpenJDK.*-jdk_x64_linux_hotspot_.*\\.tar\\.gz" + autoupdate.asset.arm64 = "OpenJDK.*-jdk_aarch64_linux_hotspot_.*\\.tar\\.gz" [resources.sources.babashka] amd64.url = "https://github.com/babashka/babashka/releases/download/v1.3.190/babashka-1.3.190-linux-amd64-static.tar.gz"