Commits

Ryan Schmidt authored b64ecdd855d
ocaml-batteries: Use github.livecheck.regex
No tags

ocaml/ocaml-batteries/Portfile

Modified
12 12 description A new O'Caml standard library
13 13 long_description OCaml Batteries included (or simply Batteries) is a \
14 14 community-driven effort to standardize on an consistent, \
15 15 documented, and comprehensive development platform for the \
16 16 OCaml programming language.
17 17 homepage http://batteries.forge.ocamlcore.org/
18 18 platforms darwin
19 19
20 20 github.tarball_from archive
21 21
22 -livecheck.url ${github.homepage}/releases
23 -livecheck.regex "releases/download/${github.tag_prefix}(\[^/]+)/"
24 -
25 22 checksums rmd160 093ec63f5e41c11da5df80ce121aa4145d330611 \
26 23 sha256 9cb4bd3bf3872509af43a9c61f741884503551f25b22cb9e2c73c55cee6c9861 \
27 24 size 785599
28 25
29 26
30 27 depends_lib port:ocaml-num
31 28 ocaml.build_type oasis
32 29
33 30 build.type gnu
34 31
35 32 post-patch {
36 33 reinplace "s|\"\$make\"|\"${build.cmd}\"|g" setup.ml
37 34 }
35 +
36 +github.livecheck.regex {([0-9.]+)}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut