Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions Formula/osquery.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Osquery < Formula
desc "SQL powered operating system instrumentation and analytics"
homepage "https://osquery.io"
url "https://github.com/facebook/osquery/archive/3.3.0.tar.gz"
sha256 "b633b41bd9ec7a8569eb03060cc22dd53a36d3ba4ca7fb66a976d7f9f800bf52"
revision 1
url "https://github.com/facebook/osquery/archive/3.3.2.tar.gz"
sha256 "74280181f45046209053a3e15114d93adc80929a91570cc4497931cfb87679e4"

bottle do
cellar :any
Expand Down Expand Up @@ -51,15 +50,8 @@ class Osquery < Formula
end

resource "aws-sdk-cpp" do
url "https://github.com/aws/aws-sdk-cpp/archive/1.3.30.tar.gz"
sha256 "7b5f9b6d4215069fb75d31db2c8ab06081ab27f59ee33d5bb428fec3e30723f1"
end

# Upstream fix for boost 1.68, remove in next version
# https://github.com/facebook/osquery/issues/5069
patch do
url "https://github.com/facebook/osquery/commit/512f775c.diff?full_index=1"
sha256 "8bfafabf51c1b22dcab1a2a49d7d2a6583c49409def0876c79191839ccf23d53"
url "https://github.com/aws/aws-sdk-cpp/archive/1.4.45.tar.gz"
sha256 "fef5ada4eaf7fd210738ea36e273764abb5485bf5aeedb584b2c59bf76896e48"
end

def install
Expand Down