Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openjdk23-corretto: update to 23.0.2 #27451

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions java/openjdk23-corretto/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ universal_variant no
supported_archs x86_64 arm64

# https://github.com/corretto/corretto-23/releases
version ${feature}.0.1.8.1
version ${feature}.0.2.7.1
revision 0

description Amazon Corretto OpenJDK ${feature} (Short Term Support until March 2025)
Expand All @@ -31,14 +31,14 @@ master_sites https://corretto.aws/downloads/resources/${version}/

if {${configure.build_arch} eq "x86_64"} {
distname amazon-corretto-${version}-macosx-x64
checksums rmd160 0a4d6f96bf4b53599afebeb41eb899d5be12d68d \
sha256 2d5ee2fb3cdcb080e009d2cfb3531961acf9d77cb4a2f45cb6976451bcf47dd3 \
size 210053162
checksums rmd160 827f5fba3b0da727c5f76fb52df341edd5155bab \
sha256 c24ee30ef6eb84a176861cf241284c3ba903e7f7daba189eb6e84e3aacb24ce4 \
size 210098667
} elseif {${configure.build_arch} eq "arm64"} {
distname amazon-corretto-${version}-macosx-aarch64
checksums rmd160 65a5f9569f38112fdc039686f387b75a79d70b65 \
sha256 4d56e723ac321f0d9de7297abc2c680f82957cbdf95aebfff512672a1b1103cd \
size 207788843
checksums rmd160 9e8eca26d661e531925244ea971ab00b678bb8fb \
sha256 a642d09b59c7d5782481693be39129e03a87ea30879dc56442fa7d20f4911b6a \
size 207854186
}

worksrcdir amazon-corretto-${feature}.jdk
Expand Down