Skip to content
Closed
Show file tree
Hide file tree
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
16 changes: 13 additions & 3 deletions Formula/camlp4.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions Formula/camlp5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Formula/lablgtk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Formula/ocaml-num.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Formula/ocaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Formula/ocamlbuild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Formula/ocamlsdl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down