diff options
| author | Brett Koonce | 2013-08-17 18:48:04 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-18 11:52:07 -0700 |
| commit | 8b08c451fa3e7a6b901c7015f3b8270550d543f0 (patch) | |
| tree | f6c920939a3ca7ae3552a14939bd85875d88f2dd /Library/Formula | |
| parent | 4ff42c73426d7ecb7a3eff349dcf27204f4ae874 (diff) | |
| download | homebrew-8b08c451fa3e7a6b901c7015f3b8270550d543f0.tar.bz2 | |
camlp5 6.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/camlp5.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/camlp5.rb b/Library/Formula/camlp5.rb index d6b893454..f3ef64eff 100644 --- a/Library/Formula/camlp5.rb +++ b/Library/Formula/camlp5.rb @@ -2,8 +2,8 @@ require 'formula' class Camlp5 < Formula homepage 'http://pauillac.inria.fr/~ddr/camlp5/' - url 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.10.tgz' - sha1 '5ed27b584a1d2e02f539264af48f75b952caec85' + url 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.11.tgz' + sha1 '4649a2850869d624182bfb5a02f60800ae35b935' depends_on 'objective-caml' |
