From 64fe228ec1b117ee4c5fec5cc6d904c27ee1655f Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:04:29 +0200 Subject: [PATCH] openjdk17-temurin: fix livecheck --- java/openjdk17-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk17-temurin/Portfile b/java/openjdk17-temurin/Portfile index be3ca279b51c..072fc67b2421 100644 --- a/java/openjdk17-temurin/Portfile +++ b/java/openjdk17-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 {}