diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/raptor.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/raptor.rb b/Library/Formula/raptor.rb index 4a0325dd9..5736c9c44 100644 --- a/Library/Formula/raptor.rb +++ b/Library/Formula/raptor.rb @@ -5,6 +5,13 @@ class Raptor < Formula url 'http://download.librdf.org/source/raptor2-2.0.14.tar.gz' sha1 'f0dc155ee616aac0e5397dd659519c9d0a262f21' + bottle do + cellar :any + sha1 "b22317b19b16764738fdd3bffeb80b86379d293a" => :mavericks + sha1 "b2e832498b362a0a2da1935c9901445496bdf33e" => :mountain_lion + sha1 "64dffefd3d044632e10a9a3c768f670d62ec1c8b" => :lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
