Skip to content

Commit

Permalink
openjdk11-corretto: update to 11.0.26.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
breun committed Jan 21, 2025
1 parent f92a52b commit 4f38f1b
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit 4f38f1b

Please sign in to comment.