From dd3ed86c3afb9e85bfc165ee72a380e9af02cdc9 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:08:04 +0200 Subject: [PATCH] openjdk21-temurin: fix livecheck --- java/openjdk21-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk21-temurin/Portfile b/java/openjdk21-temurin/Portfile index 45423155bd2e6..c9d3ba41ae4f4 100644 --- a/java/openjdk21-temurin/Portfile +++ b/java/openjdk21-temurin/Portfile @@ -46,8 +46,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk-(${feature}\[\.0-9\]+)\+ use_configure no build {}