Skip to content

Commit

Permalink
osquery: revision for snappy
Browse files Browse the repository at this point in the history
add snappy linked-library dependency

Closes #15583.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jul 14, 2017
1 parent c1ef97b commit 5572f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/osquery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Osquery < Formula
url "https://github.com/facebook/osquery.git",
:tag => "2.5.0",
:revision => "445fc126482a1fa2bfb206defe45dac84bce48b0"
revision 3
revision 4

bottle do
cellar :any
Expand All @@ -32,6 +32,7 @@ class Osquery < Formula
depends_on "openssl"
depends_on "rocksdb"
depends_on "sleuthkit"
depends_on "snappy"
depends_on "yara"
depends_on "xz"

Expand Down

0 comments on commit 5572f62

Please sign in to comment.