diff --git a/Formula/camlp4.rb b/Formula/camlp4.rb index 7eb690465ed3..9becd3dcad5b 100644 --- a/Formula/camlp4.rb +++ b/Formula/camlp4.rb @@ -1,11 +1,21 @@ 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.06+1.tar.gz" - version "4.06+1" - sha256 "b1cc51449da0537f6886e380815b716e7adc9d9a12d6098a06db2b2525bab922" + revision 1 head "https://github.com/ocaml/camlp4.git", :branch => "trunk" + stable do + url "https://github.com/ocaml/camlp4/archive/4.06+1.tar.gz" + version "4.06+1" + sha256 "b1cc51449da0537f6886e380815b716e7adc9d9a12d6098a06db2b2525bab922" + + # Remove for > 4.06+1 + patch do + url "https://github.com/ocaml/camlp4/commit/aa57573.patch?full_index=1" + sha256 "201d3b8ae1dc983679ad0ef93d6742bcd4453a3719288f6a738cf6c492fd694d" + end + end + bottle do cellar :any_skip_relocation sha256 "027ead4bab995b5bd51b963e5d6812f4a1d4cc6a6b4f511c587ad80c339a6bef" => :high_sierra diff --git a/Formula/camlp5.rb b/Formula/camlp5.rb index 4476e001ea54..ce26d760895a 100644 --- a/Formula/camlp5.rb +++ b/Formula/camlp5.rb @@ -4,6 +4,7 @@ class Camlp5 < Formula url "https://github.com/camlp5/camlp5/archive/rel706.tar.gz" version "7.06" sha256 "bea3fba40305b6299a4a65a26f8e1f1caf844abec61588ff1c500e9c05047922" + revision 1 head "https://gforge.inria.fr/anonscm/git/camlp5/camlp5.git" bottle do diff --git a/Formula/lablgtk.rb b/Formula/lablgtk.rb index a5ef20fa384a..2ce9a054d19e 100644 --- a/Formula/lablgtk.rb +++ b/Formula/lablgtk.rb @@ -3,7 +3,7 @@ class Lablgtk < Formula homepage "http://lablgtk.forge.ocamlcore.org" url "https://forge.ocamlcore.org/frs/download.php/1726/lablgtk-2.18.6.tar.gz" sha256 "4ddca243066418e2a88ac49ebf2d846fac4b667b1b1753efadd078ae777368f8" - revision 1 + revision 2 bottle do sha256 "61e6105e3dbec9060d899f983e134b20baeea36d9df0fb5b8b1734b35f167fec" => :high_sierra diff --git a/Formula/ocaml-num.rb b/Formula/ocaml-num.rb index 71e1d2b1dfba..ca31ebc6a484 100644 --- a/Formula/ocaml-num.rb +++ b/Formula/ocaml-num.rb @@ -3,7 +3,7 @@ class OcamlNum < Formula homepage "https://github.com/ocaml/num" url "https://github.com/ocaml/num/archive/v1.1.tar.gz" sha256 "04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6" - revision 2 + revision 3 bottle do cellar :any diff --git a/Formula/ocaml.rb b/Formula/ocaml.rb index 649a980b32f4..13298d1eb04f 100644 --- a/Formula/ocaml.rb +++ b/Formula/ocaml.rb @@ -14,8 +14,8 @@ class Ocaml < Formula desc "General purpose programming language in the ML family" homepage "https://ocaml.org/" - url "https://caml.inria.fr/pub/distrib/ocaml-4.06/ocaml-4.06.1.tar.xz" - sha256 "6f07e0364fb8da008d51264c820b30648f6a4bfd9a9b83709ed634adddf377d8" + url "https://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.0.tar.xz" + sha256 "f45bf720aadf5c6408400d5179b92ea7130b7e55e501a1768c2d136ef69f9f0f" head "https://github.com/ocaml/ocaml.git", :branch => "trunk" pour_bottle? do diff --git a/Formula/ocamlbuild.rb b/Formula/ocamlbuild.rb index b03eaa5f3302..9364d0a6c3ed 100644 --- a/Formula/ocamlbuild.rb +++ b/Formula/ocamlbuild.rb @@ -3,7 +3,7 @@ class Ocamlbuild < Formula homepage "https://github.com/ocaml/ocamlbuild" url "https://github.com/ocaml/ocamlbuild/archive/0.12.0.tar.gz" sha256 "d9de56aa961f585896844b24c6f7695a9e7ad9d00263fdfe50a17f38b13b9ce1" - revision 1 + revision 2 head "https://github.com/ocaml/ocamlbuild.git" bottle do diff --git a/Formula/ocamlsdl.rb b/Formula/ocamlsdl.rb index bd7364664240..0ea53bb555cf 100644 --- a/Formula/ocamlsdl.rb +++ b/Formula/ocamlsdl.rb @@ -3,7 +3,7 @@ class Ocamlsdl < Formula homepage "https://ocamlsdl.sourceforge.io/" url "https://downloads.sourceforge.net/project/ocamlsdl/OCamlSDL/ocamlsdl-0.9.1/ocamlsdl-0.9.1.tar.gz" sha256 "abfb295b263dc11e97fffdd88ea1a28b46df8cc2b196777093e4fe7f509e4f8f" - revision 9 + revision 10 bottle do cellar :any