aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authormike@arpaia.co2014-12-08 16:21:30 -0800
committerJack Nagel2014-12-09 12:19:35 -0500
commit023d2d21b5173b569f64a657d97a5df8986523d7 (patch)
treefb58cbb4acfdb8170ca3e56cade94fd54d718e38 /Library/Formula
parent1dd92c950cf0960b2d9a1d587bfedcce5c79bb69 (diff)
downloadhomebrew-023d2d21b5173b569f64a657d97a5df8986523d7.tar.bz2
osquery 1.2.1
Closes #34809. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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"