diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/blueutil.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb index d24f5a2cb..c6a184625 100644 --- a/Library/Formula/blueutil.rb +++ b/Library/Formula/blueutil.rb @@ -7,6 +7,13 @@ class Blueutil < Formula head 'https://github.com/toy/blueutil.git' + bottle do + cellar :any + sha1 "b28c95c99e71944e7e3027c124715eeda0558759" => :mavericks + sha1 "2d0b35b8b9bfab35d0a2c1dc3f7fdece65471b11" => :mountain_lion + sha1 "409af2fed8bd34eb070c89ea763039373ace8197" => :lion + end + depends_on :xcode => :build def install |
