aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/camlp5.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/camlp5.rb b/Library/Formula/camlp5.rb
index 40d995351..be20ee2c7 100644
--- a/Library/Formula/camlp5.rb
+++ b/Library/Formula/camlp5.rb
@@ -2,13 +2,18 @@ require 'formula'
class Camlp5 < Formula
homepage 'http://pauillac.inria.fr/~ddr/camlp5/'
- url 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.06.tgz'
- sha1 'd3d56748de424afc3f878e650254b9d3e5fae6c2'
+ url 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.07.tgz'
+ sha1 'a6b52e533e7062845a0a45dda097cb2eff52b928'
+ version '6.07-1'
depends_on 'objective-caml'
option 'strict', 'Compile in strict mode'
+ def patches
+ { :p0 => "http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.07-1" }
+ end
+
def install
if build.include? 'strict'
strictness = "-strict"