Skip to content

Commit

Permalink
Brew formula update for stratus-red-team version v2.20.0 (#607)
Browse files Browse the repository at this point in the history
Co-authored-by: goreleaserbot <[email protected]>
  • Loading branch information
christophetd and goreleaserbot authored Dec 4, 2024
1 parent d57c508 commit bc97a20
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/stratus-red-team.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class StratusRedTeam < Formula
desc ""
homepage "https://stratus-red-team.cloud"
version "2.19.1"
version "2.20.0"
license "Apache-2.0"

on_macos do
on_intel do
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.19.1/stratus-red-team_Darwin_x86_64.tar.gz"
sha256 "2af8a69223f6a9a200903d28d3604687309b76850075fcfb390e68b0f6da9f27"
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.20.0/stratus-red-team_Darwin_x86_64.tar.gz"
sha256 "eefa1077afc60da6a703d2e2a6e5dba1c7318c4e7cab9cb5ad946f1a02b09c20"

def install
bin.install "stratus"
Expand All @@ -21,8 +21,8 @@ def install
end
end
on_arm do
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.19.1/stratus-red-team_Darwin_arm64.tar.gz"
sha256 "5145b120d2422b655dec5f677dd7d5bae665ac12ff87c435ab9b7f37bdc86e91"
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.20.0/stratus-red-team_Darwin_arm64.tar.gz"
sha256 "2784aab9955deb464ae469124182c6a8a24ec31e785c29e2eb0f45b5fb380a10"

def install
bin.install "stratus"
Expand All @@ -36,8 +36,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.19.1/stratus-red-team_Linux_x86_64.tar.gz"
sha256 "454b3ae9219498f123086350dcfed67fd461669c2ac90d238fda968cbd6d37bf"
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.20.0/stratus-red-team_Linux_x86_64.tar.gz"
sha256 "14c64c4aedcf9c6ac7aefd636ccddb491258c1b2c776ed25093b65374826ab18"

def install
bin.install "stratus"
Expand All @@ -49,8 +49,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.19.1/stratus-red-team_Linux_arm64.tar.gz"
sha256 "f93fe9548b04d62b8eb725646856f5ac57ba0c9c281f449a0231c259035ff761"
url "https://github.com/DataDog/stratus-red-team/releases/download/v2.20.0/stratus-red-team_Linux_arm64.tar.gz"
sha256 "6b9d7e39af89aacd8405f0ed768474fc2165113a84029ca6bc300d1a9af9fde2"

def install
bin.install "stratus"
Expand Down

0 comments on commit bc97a20

Please sign in to comment.