diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/librcsc.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/librcsc.rb b/Library/Formula/librcsc.rb index 6a174adb9..d02253623 100644 --- a/Library/Formula/librcsc.rb +++ b/Library/Formula/librcsc.rb @@ -5,6 +5,13 @@ class Librcsc < Formula url "http://dl.sourceforge.jp/rctools/51941/librcsc-4.1.0.tar.gz" sha1 "2eaadd13fea559062053c571afe14b169f901136" + bottle do + cellar :any + sha1 "65592801ed8334be4f419609f226526cb1acb358" => :mavericks + sha1 "4c503946d3ad488fe9858a49826b51e63e1171fe" => :mountain_lion + sha1 "d8aabc6ddddc9dd799f3341ecf6c5bf97aebc77f" => :lion + end + depends_on "boost" def install |
