homebrew-cask/Casks/osquery.rb

23 lines
583 B
Ruby

cask "osquery" do
version "5.8.1"
sha256 "a09c0afc29c8150cbbd8a3603398e756b86b5eb68978ee6a6ba0b425b611d22c"
url "https://pkg.osquery.io/darwin/osquery-#{version}.pkg"
name "osquery"
desc "SQL powered operating system instrumentation and analytics"
homepage "https://osquery.io/"
livecheck do
url "https://github.com/osquery/osquery"
strategy :github_latest
end
pkg "osquery-#{version}.pkg"
uninstall launchctl: "com.facebook.osqueryd",
pkgutil: [
"com.facebook.osquery",
"io.osquery.agent",
]
end