Skip to content

Commit

Permalink
ocaml 4.05.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jul 16, 2017
1 parent be2b7b6 commit 99ebe8f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/ocaml.rb
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.04/ocaml-4.04.2.tar.xz"
sha256 "d158ed3e9446b300554baeaaa8cca2e9491420b505a9878940205074e2970f2e"
url "https://caml.inria.fr/pub/distrib/ocaml-4.05/ocaml-4.05.0.tar.xz"
sha256 "04a527ba14b4d7d1b2ea7b2ae21aefecfa8d304399db94f35a96df1459e02ef9"
head "https://caml.inria.fr/svn/ocaml/trunk", :using => :svn

pour_bottle? do
Expand All @@ -32,12 +32,6 @@ class Ocaml < Formula
sha256 "6993d8c8c3a60a871b851ec38d7957a7c6a4588b681d6c142cad07d133d3f6d2" => :yosemite
end

devel do
url "https://github.com/ocaml/ocaml/archive/4.05.0+beta3.tar.gz"
version "4.05.0+beta3"
sha256 "3d82d5b32310d1c010981c12508e0ff63fb71b0c89457bcac813b7c291d4b61c"
end

option "with-x11", "Install with the Graphics module"
option "with-flambda", "Install with flambda support"

Expand Down

0 comments on commit 99ebe8f

Please sign in to comment.