Skip to content

Commit

Permalink
openjdk11-openj9: update to 11.0.23 (macports#24262)
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored Jun 1, 2024
1 parent a06c19b commit 9aa2573
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions java/openjdk11-openj9/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ universal_variant no
# https://developer.ibm.com/languages/java/semeru-runtimes/downloads?os=macOS
supported_archs x86_64 arm64

version 11.0.22
version 11.0.23
revision 0

set build 7
set openj9_version 0.43.0
set build 9
set openj9_version 0.44.0

description IBM Semeru with Eclipse OpenJ9 VM distribution, based on OpenJDK 11
long_description The IBM Semeru Runtimes are free production-ready open source binaries to run your Java applications\
Expand All @@ -28,14 +28,14 @@ master_sites https://github.com/ibmruntimes/semeru11-binaries/releases/download/

if {${configure.build_arch} eq "x86_64"} {
distname ibm-semeru-open-jdk_x64_mac_${version}_${build}_openj9-${openj9_version}
checksums rmd160 04504aa273af70c196a66f52411e68bd8fe06315 \
sha256 16dbe2be761ae7c48a1338398c6cad748014137e59509aa2b84223049d385bbc \
size 206769212
checksums rmd160 121a9b15ab7fc5b743e19df9434b0acb9f71f041 \
sha256 6a225f3024d1919528107ece20256e8a8594523ea2204d93a041c012cbf1e2d2 \
size 207093767
} elseif {${configure.build_arch} eq "arm64"} {
distname ibm-semeru-open-jdk_aarch64_mac_${version}_${build}_openj9-${openj9_version}
checksums rmd160 4f4f2d2120bb8fe554b5734fbf283e3f9c7083e1 \
sha256 b5039b79a601c07dcba819f29e111871662218d042d2ee2b246b6beaccf09342 \
size 201040571
checksums rmd160 5ebc036ebf2343e687d4734807beeadfe9048a25 \
sha256 451336700a8b219d219e2e3b26b60154c44e8ab209056cc3466b0fcd4b15e53d \
size 201360201
}

worksrcdir jdk-${version}+${build}
Expand Down

0 comments on commit 9aa2573

Please sign in to comment.