ocaml: add devel 4.01.0 rc1

Closes Homebrew/homebrew#22343.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Dave Cottlehuber 2013-09-05 21:09:17 +02:00 committed by Jack Nagel
parent 11a9f21040
commit e40fde6e9e
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ class ObjectiveCaml < Formula
url 'http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.bz2'
sha1 '10b8a4d0b88d20b003e3dd719f2ac9434e6a1042'
devel do
url 'http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0+rc1.tar.bz2'
version '4.01.0+rc1'
sha1 '7591b7dd9638463648e60ad26786c3d2b6cb8263'
end
head 'http://caml.inria.fr/svn/ocaml/trunk', :using => :svn
depends_on :x11 if MacOS::X11.installed?