Skip to content

Commit

Permalink
openjdk22-temurin: fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
breun committed Oct 23, 2024
1 parent 685edbd commit 7770771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/openjdk22-temurin/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version ${feature}.0.2
set build 9
revision 0

description Eclipse Temurin, based on OpenJDK ${feature}
description Eclipse Temurin, based on OpenJDK ${feature} (Short Term Support until September 2024)
long_description Eclipse Temurin provides secure, TCK-tested and compliant, \
production-ready Java runtimes.

Expand All @@ -42,8 +42,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 {}
Expand Down

0 comments on commit 7770771

Please sign in to comment.