Skip to content

Commit

Permalink
drata-agent 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored and krehel committed Mar 18, 2024
1 parent 4ede8a0 commit cd7b993
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Casks/d/drata-agent.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
cask "drata-agent" do
version "3.4.1"
sha256 "bb767633658367bd4f81e5f0343a1eeb8b129578343e8726d66b38d19a92fd47"
version "3.6.0"
sha256 "42e77e3c5100b6290e6c0f97325fcd157cdad26932ac3d366864c1ef34070027"

url "https://cdn.drata.com/agent/dist/mac/drata-agent-#{version}.dmg"
url "https://github.com/drata/agent-releases/releases/download/v#{version}/Drata-Agent-mac.dmg",
verified: "github.com/drata/agent-releases/"
name "Drata Agent"
desc "Security audit software"
homepage "https://drata.com/"

# Upstream doesn't appear to publish any public version information. We check
# GitHub releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/drata/drata-agent"
strategy :github_latest
end

depends_on macos: ">= :high_sierra"

app "Drata Agent.app"
Expand Down

0 comments on commit cd7b993

Please sign in to comment.