Skip to content

Commit

Permalink
Brew formula update for stratus-red-team version v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 19, 2022
1 parent 0340d76 commit ff3826c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Formula/stratus-red-team.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class StratusRedTeam < Formula
desc ""
homepage "https://stratus-red-team.cloud"
version "0.0.12"
version "0.0.13"
license "Apache-2.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.12/stratus-red-team_0.0.12_Darwin_x86_64.tar.gz"
sha256 "49b4e75c3173e15e7207edd869eac3afecf39c7dbf8d51fcd86e7528d86af738"
if Hardware::CPU.arm?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.13/stratus-red-team_0.0.13_Darwin_arm64.tar.gz"
sha256 "f1f3d13c538c6cbc02fceb9ddf6173a0c67f1afe173345b97337bdb53b62d96c"

def install
bin.install "stratus"
end
end
if Hardware::CPU.arm?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.12/stratus-red-team_0.0.12_Darwin_arm64.tar.gz"
sha256 "26eb9bc68839be5065f38822654dee1171c1718460db4890cd053968d1c3a7bc"
if Hardware::CPU.intel?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.13/stratus-red-team_0.0.13_Darwin_x86_64.tar.gz"
sha256 "7b797eb37517bd37238f8b4e28f3732273638968c09ed2d3f6804948a1b9d4e9"

def install
bin.install "stratus"
Expand All @@ -28,17 +28,17 @@ def install
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.12/stratus-red-team_0.0.12_Linux_arm64.tar.gz"
sha256 "cfd7033323b151da3d02bd8e618951e9c559e58280cd96d65406036cc6857122"
if Hardware::CPU.intel?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.13/stratus-red-team_0.0.13_Linux_x86_64.tar.gz"
sha256 "00d3d879869274f3bf7e8a7e0f17f421b8dd5357858ce4eaa8352eee886a89ad"

def install
bin.install "stratus"
end
end
if Hardware::CPU.intel?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.12/stratus-red-team_0.0.12_Linux_x86_64.tar.gz"
sha256 "aa7b299284639956445829d2ca5d72f1e21ac1ad7c32a0fa50c74f7035638864"
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/DataDog/stratus-red-team/releases/download/v0.0.13/stratus-red-team_0.0.13_Linux_arm64.tar.gz"
sha256 "e554f108fb99bc4a44214a2dabd5132a67ab70548c6fb3c5da7ecd62bca27914"

def install
bin.install "stratus"
Expand Down

0 comments on commit ff3826c

Please sign in to comment.