diff options
Diffstat (limited to 'Library/Formula/objective-caml.rb')
| -rw-r--r-- | Library/Formula/objective-caml.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 7bcc11064..db56590c8 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -1,9 +1,9 @@  require 'formula'  class ObjectiveCaml < Formula -  url 'http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.0.tar.bz2' +  url 'http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.bz2'    homepage 'http://caml.inria.fr/ocaml/index.en.html' -  md5 'bd92c8970767f412bc1e9a6c625b5ccf' +  md5 '227a3daaedb150bf5037a3db01f5bf42'    # Don't strip symbols, so dynamic linking doesn't break.    skip_clean :all  | 
