aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authormike@arpaia.co2014-11-11 09:41:45 -0500
committerMisty De Meo2014-11-11 23:22:45 -0800
commit49c922224d8e63d9769a41de18942b1ca843cf56 (patch)
treef8a3772043623d77a5cd41c023eaebf7aaf42904 /Library
parent3e7d158288f6bfeb113793a2051627a0ef08b689 (diff)
downloadhomebrew-49c922224d8e63d9769a41de18942b1ca843cf56.tar.bz2
osquery 1.0.5
Closes #34099. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/osquery.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/osquery.rb b/Library/Formula/osquery.rb
index 6bcdd4cff..bdf58b60d 100644
--- a/Library/Formula/osquery.rb
+++ b/Library/Formula/osquery.rb
@@ -3,8 +3,7 @@ require "formula"
class Osquery < Formula
homepage "http://osquery.io"
# pull from git tag to get submodules
- url "https://github.com/facebook/osquery.git", :tag => "1.0.3"
- sha1 "529d9a9abc0eb282fd0e61884e2c9f0ee24eddd0"
+ url "https://github.com/facebook/osquery.git", :tag => "1.0.5"
bottle do
cellar :any
@@ -13,7 +12,7 @@ class Osquery < Formula
end
# Build currently fails on Mountain Lion:
- # https://github.com/facebook/osquery/issues/277
+ # https://github.com/facebook/osquery/issues/409
# Will welcome PRs to fix this!
depends_on :macos => :mavericks
@@ -36,12 +35,6 @@ class Osquery < Formula
sha1 "25ab3881f0c1adfcf79053b58de829c5ae65d3ac"
end
- # Fix build on mountain lion (https://github.com/facebook/osquery/issues/277)
- patch do
- url "https://github.com/facebook/osquery/commit/cd7454.diff"
- sha1 "0555bef180598a8846a3aa5d27db4d3a37b5ba2e"
- end
-
def install
ENV.prepend_create_path "PYTHONPATH", buildpath+"third-party/python/lib/python2.7/site-packages"