Skip to content

Commit

Permalink
ocaml-batteries: update to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
landonf committed Mar 11, 2024
1 parent e73df3b commit 3d04be1
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions ocaml/ocaml-batteries/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup github 1.0
PortGroup ocaml 1.1

name ocaml-batteries
github.setup ocaml-batteries-team batteries-included 3.3.0 v
github.setup ocaml-batteries-team batteries-included 3.8.0 v
categories ocaml devel
maintainers {landonf @landonf} openmaintainer
license LGPL-2.1
Expand All @@ -19,18 +19,14 @@ platforms darwin

github.tarball_from archive

checksums rmd160 e2cf343628cdf28456105f8bb32be932721f6844 \
sha256 40d18485911e343500a5636bbf1d84e2ee32f924fe87e5fd13a37641a4d8f226 \
size 821749
checksums rmd160 27246d00abaa115163f289dc35d6b1f458185dc1 \
sha256 c7d0c5bb9773a8ff1eb8e195b9ace7b792febf8724013349cd972207ae9fc117 \
size 794001


depends_lib port:ocaml-num
ocaml.build_type oasis
depends_lib port:ocaml-num \
port:ocaml-camlp-streams

build.type gnu

post-patch {
reinplace "s|\"\$make\"|\"${build.cmd}\"|g" setup.ml
}
ocaml.build_type dune

github.livecheck.regex {([0-9.]+)}

0 comments on commit 3d04be1

Please sign in to comment.