From 023d2d21b5173b569f64a657d97a5df8986523d7 Mon Sep 17 00:00:00 2001 From: mike@arpaia.co Date: Mon, 8 Dec 2014 16:21:30 -0800 Subject: osquery 1.2.1 Closes #34809. Signed-off-by: Jack Nagel --- Library/Formula/osquery.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3