Skip to content

Commit

Permalink
openjdk24-zulu: update to 24.0.77 (#27581)
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored Feb 5, 2025
1 parent c9dd6f0 commit 339768c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions java/openjdk24-zulu/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ universal_variant no
supported_archs x86_64 arm64

# https://www.azul.com/downloads/?version=java-24-ea&os=macos&package=jdk#zulu
version ${feature}.0.73
version ${feature}.0.77
revision 0

set openjdk_version ${feature}.0.0
Expand All @@ -29,18 +29,18 @@ long_description Azul® Zulu® is a Java Development Kit (JDK), and a compliant
master_sites https://cdn.azul.com/zulu/bin/

if {${configure.build_arch} eq "x86_64"} {
distname zulu${version}-beta-jdk${openjdk_version}-beta.32-macosx_x64
checksums rmd160 7edc56bcee1d553b868229db1c1453036f3c4891 \
sha256 d834887fb625ad2cb0203b449021c60d209eb8dbcb32a34f0a546bcdafea380e \
size 224930344
distname zulu${version}-beta-jdk${openjdk_version}-beta.34-macosx_x64
checksums rmd160 595bfbb012255f556bf45b5ef41489384868a68b \
sha256 cff7284aad88dec1afe5931e300b803b1dc987261631f658baf37594e8d03571 \
size 224969512
} elseif {${configure.build_arch} eq "arm64"} {
# No .tar.gz (yet?) for arm64
use_zip yes

distname zulu${version}-beta-jdk${openjdk_version}-beta.32-macosx_aarch64
checksums rmd160 ed9b10414bf442168d7b24bd7b4d566a0a52452d \
sha256 991714636fed7a33b2343d0b772b354b70deb5706343cf81626e529c39c26ac6 \
size 225987756
distname zulu${version}-beta-jdk${openjdk_version}-beta.34-macosx_aarch64
checksums rmd160 fa6b17ae6b83b842a94420ebea7d177c0466b2bd \
sha256 5bd8fee8257ce34566da3c79b9d962de9051f291b6fd5002b37c946ac924e06f \
size 226015246
}

worksrcdir ${distname}/zulu-${feature}.jdk
Expand Down

0 comments on commit 339768c

Please sign in to comment.