aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/osquery.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/osquery.rb b/Library/Formula/osquery.rb
index b60cff56b..03b1d32ec 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.1.0"
- revision 1
+ url "https://github.com/facebook/osquery.git", :tag => "1.2.1"
bottle do
sha1 "f1defab77ba329ecbe64da7f3b3f4812bff3e656" => :yosemite
@@ -48,7 +47,7 @@ class Osquery < Formula
system "cmake", ".", *std_cmake_args
system "make", "install"
- prefix.install "tools/com.facebook.osqueryd.plist"
+ prefix.install "tools/deployment/com.facebook.osqueryd.plist"
end
plist_options :startup => true, :manual => "osqueryd"