Skip to content

Commit

Permalink
openjdk23: update to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
breun committed Oct 16, 2024
1 parent ed449d8 commit f44c390
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/openjdk23/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set boot_feature 22

name openjdk${feature}
# See https://github.com/openjdk/jdk23u/tags for the version and build number that matches the latest tag that ends with '-ga'
version ${feature}
set build 37
version ${feature}.0.1
set build 11
revision 0
categories java devel
supported_archs x86_64 arm64
Expand All @@ -24,9 +24,9 @@ master_sites https://github.com/openjdk/jdk${feature}u/archive/refs/tags
distname jdk-${version}-ga
worksrcdir jdk${feature}u-${distname}

checksums rmd160 6efaf7f716e81d7e60ed53d997c1a5a74958c3c0 \
sha256 02e2c3b356c00c3cc7efcca2fbd37723f55349677a1de483a9be8a43f327de76 \
size 116630157
checksums rmd160 d415bdbf8fe2783dcf381c6009fb9dfb23a0d202 \
sha256 0e058ae2956871aafc5be33960b6e0f8dd954d234d590d249bcb3b619b579a0a \
size 116677478

set bootjdk_port openjdk${boot_feature}-zulu

Expand Down

0 comments on commit f44c390

Please sign in to comment.