Skip to content

Commit

Permalink
Brew formula update for stratus-red-team version v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 19, 2022
1 parent f290f6c commit c181211
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions Formula/stratus-red-team.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,40 @@
class StratusRedTeam < Formula
desc ""
homepage "https://stratus-red-team.cloud"
version "0.0.10"
version "0.0.11"
license "Apache-2.0"
depends_on :macos

on_macos do
if Hardware::CPU.intel?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.11/stratus-red-team_0.0.11_Darwin_x86_64.tar.gz"
sha256 "de90e4735b52767ec22ba39e2dfd1427ef439a8c3592b8da05bc7da6231b3c06"

def install
bin.install "stratus"
end
end
if Hardware::CPU.arm?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.10/stratus-red-team_0.0.10_Darwin_arm64.tar.gz"
sha256 "405c62ec39498cf32384660cdc19ede74b2af9c789629397d7411c6232b4f180"
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.11/stratus-red-team_0.0.11_Darwin_arm64.tar.gz"
sha256 "741708905f7fe146b1696e0a51eb39ae99304234634c15d2feba49d73d7ed93a"

def install
bin.install "stratus"
end
end
end

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.11/stratus-red-team_0.0.11_Linux_arm64.tar.gz"
sha256 "c2319e066d1b3e2834b37996af7d9ec31969a8006d1ac2b7c09aeed8a20fdfc4"

def install
bin.install "stratus"
end
end
if Hardware::CPU.intel?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.10/stratus-red-team_0.0.10_Darwin_x86_64.tar.gz"
sha256 "f5d8ce11aa51e588a37a25d0a619b728eea20295eb6077ac8492c1b00a4ab9a6"
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.11/stratus-red-team_0.0.11_Linux_x86_64.tar.gz"
sha256 "fc59e8a5423973e3afd27bcf3af157860ee7dae3fc198f3157c0c21e1be75603"

def install
bin.install "stratus"
Expand Down

0 comments on commit c181211

Please sign in to comment.