aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/osquery.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-30 12:34:23 +0000
committerMike McQuaid2014-10-31 09:45:33 +0000
commit5bf2fba258170ff20374fc4bbda4cefa5a6314e0 (patch)
tree05096507c00596ab50f611daf1597c8136f78adc /Library/Formula/osquery.rb
parent3ae537d2b4a7dfbbf03741c94a1ecbb0fbdf1e95 (diff)
downloadhomebrew-5bf2fba258170ff20374fc4bbda4cefa5a6314e0.tar.bz2
osquery: add 1.0.3 bottle
Closes #33718. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/osquery.rb')
-rw-r--r--Library/Formula/osquery.rb6
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!