diff options
| author | Dennis Griffith | 2011-08-18 13:26:25 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-08-18 11:35:55 -0700 | 
| commit | 72ba0eab7ad1df14175722a5b6fdc1f6e42b9632 (patch) | |
| tree | cb351576792f29dd2acfb536c58f6577d63a1ce4 /Library/Formula/objective-caml.rb | |
| parent | b9b1f35eaebab2168e8d51d6fb6dbe1375c04e62 (diff) | |
| download | homebrew-72ba0eab7ad1df14175722a5b6fdc1f6e42b9632.tar.bz2 | |
OCaml 3.12.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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  | 
