Skip to content

Commit

Permalink
Fix checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
breun committed Jan 25, 2025
1 parent 228a7e5 commit 82df893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/openjdk24-zulu/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ 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 2aaebaf0645d9bc9b3d5a9e252cdc7675b395a82 \
sha256 2877e06e973bfd0ec58ed2524dfbfddb5c8163a577e9cb5c1d75ab7a82c00e00 \
checksums rmd160 7edc56bcee1d553b868229db1c1453036f3c4891 \
sha256 d834887fb625ad2cb0203b449021c60d209eb8dbcb32a34f0a546bcdafea380e \
size 224930344
} elseif {${configure.build_arch} eq "arm64"} {
# No .tar.gz (yet?) for arm64
Expand Down

0 comments on commit 82df893

Please sign in to comment.