diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/osquery.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/osquery.rb b/Library/Formula/osquery.rb index 1456ab037..6bcdd4cff 100644 --- a/Library/Formula/osquery.rb +++ b/Library/Formula/osquery.rb @@ -6,6 +6,12 @@ class Osquery < Formula url "https://github.com/facebook/osquery.git", :tag => "1.0.3" sha1 "529d9a9abc0eb282fd0e61884e2c9f0ee24eddd0" + bottle do + cellar :any + sha1 "2124957f09ba002ad3f4e63e2ef063bcc8065dd9" => :yosemite + sha1 "5220b65b3de9e766828295ba1cdb66d0a965085b" => :mavericks + end + # Build currently fails on Mountain Lion: # https://github.com/facebook/osquery/issues/277 # Will welcome PRs to fix this! |
