aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/objective-caml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/objective-caml.rb')
-rw-r--r--Library/Formula/objective-caml.rb21
1 files changed, 3 insertions, 18 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb
index bd32f284a..037e8b161 100644
--- a/Library/Formula/objective-caml.rb
+++ b/Library/Formula/objective-caml.rb
@@ -1,27 +1,12 @@
require 'formula'
class ObjectiveCaml < Formula
- homepage 'http://caml.inria.fr/ocaml/index.en.html'
- url 'http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.bz2'
- sha1 '29b44117b116b1a5bc54a8b4514af483793a769f'
+ homepage 'http://www.ocaml-lang.org'
+ url 'http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.0.tar.bz2'
+ sha1 '22c0ae84c0049e75ec1577d5c1a26c293bb740b3'
head 'http://caml.inria.fr/svn/ocaml/trunk', :using => :svn
- devel do
- url 'http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.0+beta2.tar.bz2'
- sha1 '75fedc849cc1cbfe620f0258c0f6c8214467efb7'
- version '4.00.0+beta2'
- end
-
- bottle do
- sha1 'e5e28c74b859b8bb15a11f7f2a7a33608671b1b9' => :snowleopard
- sha1 'f32709be6cba5639a3f7185835963d630d6f8b59' => :lion
- end
-
- def patches
- "http://caml.inria.fr/mantis/file_download.php?file_id=723&type=bug"
- end
-
# Don't strip symbols, so dynamic linking doesn't break.
skip_clean :all