From 14fa97b83a76e3afc5b7b09aa79d0adb1006cf39 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:25:16 +0200 Subject: [PATCH] Add version_regex for JDK --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index c4c4b7a..1d4b306 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,6 +54,7 @@ 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.version_regex = "jdk-(\\d+\\.\\d+\\.\\d+)\\+(.*)" autoupdate.upstream = "https://github.com/adoptium/temurin21-binaries" autoupdate.asset.amd64 = "OpenJDK.*-jdk_x64_linux_hotspot_.*\\.tar\\.gz" autoupdate.asset.arm64 = "OpenJDK.*-jdk_aarch64_linux_hotspot_.*\\.tar\\.gz"