Skip to content

Commit

Permalink
openjdk17-temurin: fix checksum for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
breun committed Oct 23, 2024
1 parent c4424b8 commit dccdf26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/openjdk17-temurin/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if {${configure.build_arch} eq "x86_64"} {
size 179980449
} elseif {${configure.build_arch} eq "arm64"} {
distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build}
checksums rmd160 d0bfb3664cbde6c1bdd322346e7bb473c5a39a94 \
sha256 f89fdb3d6b8ad55127c2f6cc3e2c3df5d303e9cf0429c4533ff0995ff72e854d \
size 185238298
checksums rmd160 c73a11e0e2151f8ff5588d275d300d28fe4d2c8e \
sha256 d8b2f77f755d06e81a540834c5be22ed86f3c8a51a20396606c074303f8f9e2d \
size 185240495
}

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

0 comments on commit dccdf26

Please sign in to comment.