camlp4 4.02.3+6
camlp4: bump to 4.02.3+6 to keep in sync with OCaml version Although the distribution here is the same as 4.02.2+6, it must be recompiled with the version of OCaml that is installed. OCaml is now 4.02.3 in the tree, and @dsheets reports a failure due to having a camlp4 that was not recompiled after the OCaml compiler was updated. Closes Homebrew/homebrew#46432. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
22546933d4
commit
387ff19a3d
1 changed files with 1 additions and 2 deletions
|
@ -2,10 +2,9 @@ class Camlp4 < Formula
|
|||
desc "Tool to write extensible parsers in OCaml"
|
||||
homepage "https://github.com/ocaml/camlp4"
|
||||
url "https://github.com/ocaml/camlp4/archive/4.02+6.tar.gz"
|
||||
version "4.02.2+6"
|
||||
version "4.02.3+6"
|
||||
sha256 "820c35b69fdff3225bda6045fabffe5d7c54dda00fb157444ac8bda5e1778d45"
|
||||
head "https://github.com/ocaml/camlp4.git", :branch => "trunk"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue