Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocaml-dune: update to 3.16.0 #25886

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ocaml/ocaml-dune/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ PortGroup github 1.0
PortGroup ocaml 1.1

name ocaml-dune
github.setup ocaml dune 3.15.3
github.setup ocaml dune 3.16.0
categories ocaml devel
license MIT
maintainers {landonf @landonf} openmaintainer

description Composable build system for OCaml
long_description Dune is a build system for OCaml and Reason.

checksums rmd160 225591dbf7a761b1369ab6e4c5dcce1bd4939799 \
sha256 2e4d6287e9ff545d8e44cd74bba0951a829f7f5a282b5b60124df10d51eedc59 \
size 2960969
checksums rmd160 a165d6c7f1b78d9c1992552bdc3a10b1f2cd3016 \
sha256 cf141fe2113d95faab9714bc3203f4665ba58c7e0c4450f9a719f1ba075cd214 \
size 2999701
github.tarball_from archive

if { ${subport} eq ${name} } {
Expand Down