diff options
| author | BrewTestBot | 2014-08-22 19:04:07 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-24 17:14:18 +0100 | 
| commit | 1a77677b6fd49e25d89e5e615b2946d3b06645aa (patch) | |
| tree | bb7affe2c04f9feaf25741f86e37aa157c8db13c | |
| parent | 8b561eabc593b9ab8204977bf952c5eabb1f5dd3 (diff) | |
| download | homebrew-1a77677b6fd49e25d89e5e615b2946d3b06645aa.tar.bz2 | |
ori: add 0.8.1_1 bottle.
| -rw-r--r-- | Library/Formula/ori.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ori.rb b/Library/Formula/ori.rb index 66d863791..16cbecc8b 100644 --- a/Library/Formula/ori.rb +++ b/Library/Formula/ori.rb @@ -6,6 +6,13 @@ class Ori < Formula    sha1 '3ad31ab14bdb9305423f66cb919fdc445215f3c9'    revision 1 +  bottle do +    cellar :any +    sha1 "90e973e4f8921e697668121024fe0417148fe385" => :mavericks +    sha1 "a49ee6a14036e47cfe41c412377e17b6e49e7abd" => :mountain_lion +    sha1 "2f653f4b5c98850aef526c724b1005520c562189" => :lion +  end +    depends_on 'pkg-config' => :build    depends_on 'scons' => :build    depends_on 'boost'  | 
