Skip to content

Commit

Permalink
openjdk11-temurin: update to 11.0.23 (macports#23617)
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored Apr 20, 2024
1 parent 7ca8b13 commit 81cc609
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions java/openjdk11-temurin/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ universal_variant no
# https://adoptium.net/temurin/releases/
supported_archs x86_64 arm64

version 11.0.22
set build 7
version 11.0.23
set build 9
revision 0

description Eclipse Temurin, based on OpenJDK 11
Expand All @@ -25,14 +25,14 @@ master_sites https://github.com/adoptium/temurin11-binaries/releases/download/jd

if {${configure.build_arch} eq "x86_64"} {
distname OpenJDK11U-jdk_x64_mac_hotspot_${version}_${build}
checksums rmd160 9cb6e57227d32f36fea61a83e3ae8121b1b71629 \
sha256 5e9d108a7959843cf99c90f1fc79a9860801ff7c13b288d54cd659215e8655fd \
size 187409838
checksums rmd160 a39272c7d33cceb6070f5503cc23be4e3d7b2ded \
sha256 4dbd21d9a0311d321f5886eda50c3086026ed61d02e1a85f7b8c2e9ad557bf03 \
size 187689918
} elseif {${configure.build_arch} eq "arm64"} {
distname OpenJDK11U-jdk_aarch64_mac_hotspot_${version}_${build}
checksums rmd160 3c8e69f09f0756918cc9145da6ddfc22f72e1dc4 \
sha256 4243345d963f8247e430590c6f857b9e020d9ff0ec8f20a8b7e0cd4fff2cbd78 \
size 184751528
checksums rmd160 dba939a7f9d8affb5bcfd06c28d70d2b75955e55 \
sha256 49122443bdeab2c9f468bd400f58f85a9ea462846faa79084fd6fd786d9b492d \
size 184991537
}

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

0 comments on commit 81cc609

Please sign in to comment.