Skip to content

Commit

Permalink
osquery 1.6.2
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#47094.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
Teddy Reed authored and bfontaine committed Dec 17, 2015
1 parent daac5b9 commit 9d7f948
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/osquery.rb
Expand Up @@ -3,8 +3,8 @@ class Osquery < Formula
homepage "https://osquery.io"
# pull from git tag to get submodules
url "https://github.com/facebook/osquery.git",
:tag => "1.6.1",
:revision => "58456a659a8c370678e5a251fdf56c3c230894ee"
:tag => "1.6.2",
:revision => "5a66d5b8383fa6b5b2164b98a7c415279178bdc4"

bottle do
cellar :any
Expand All @@ -27,6 +27,7 @@ class Osquery < Formula
depends_on "glog"
depends_on "libmagic"
depends_on "cpp-netlib"
depends_on "sleuthkit"

resource "markupsafe" do
url "https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz"
Expand Down

0 comments on commit 9d7f948

Please sign in to comment.