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

openjdk11-corretto: update to 11.0.26.4.1 #27454

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/openjdk11-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-11/releases
version ${feature}.0.25.9.1
version ${feature}.0.26.4.1
revision 0

description Amazon Corretto OpenJDK ${feature} (Long Term Support)
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 52fc2f3f46165e5e99951e5266873676320bd547 \
sha256 7eda66648dadf112e51c461c9bdd79f0bcaf79e5665b26d99b4ee92c13a8bf4b \
size 187885510
checksums rmd160 42ccede61365ef9cb6ec7a632638e996e4af8e09 \
sha256 0855810233e5075917b316fb153a5119ebccca0983293f62f0fff077cee82064 \
size 187876762
} elseif {${configure.build_arch} eq "arm64"} {
distname amazon-corretto-${version}-macosx-aarch64
checksums rmd160 78ba4200ff695c2a5f80d2329db6ef8205790c97 \
sha256 de89646c6232c288853c080013edfecc455982e9572a48d3c9dc442ba659e55a \
size 185445776
checksums rmd160 baf31812b80cce46990346646f4431184fbc8a79 \
sha256 e722d9389ff488ec52b64e6d36913c47502f2b5e428c1feb4876566faa075dfb \
size 185451618
}

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