Skip to content

Commit

Permalink
Merge pull request Homebrew#166274 from Homebrew/bump-cloudfox-1.13.4
Browse files Browse the repository at this point in the history
cloudfox 1.13.4
  • Loading branch information
BrewTestBot authored Mar 15, 2024
2 parents ce5eb0a + 46c4338 commit fbff823
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cloudfox.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Cloudfox < Formula
desc "Automating situational awareness for cloud penetration tests"
homepage "https://github.com/BishopFox/cloudfox"
url "https://github.com/BishopFox/cloudfox/archive/refs/tags/v1.13.3.tar.gz"
sha256 "a779b119a416798c24c550d1d1b64b8e1664b1ec93ad9f454abb5dce0667022e"
url "https://github.com/BishopFox/cloudfox/archive/refs/tags/v1.13.4.tar.gz"
sha256 "599ec6f7d341e973cc0a72b03b62955c9b75d3cf503dfb23eab51894afa817a9"
license "MIT"
head "https://github.com/BishopFox/cloudfox.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a9193c152f5ed7be68ce240d970f75d3e0c898259dabf7e1641eba38fcca867"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3c71d58f65a0f25eed8995ccbc03b56da7372992efce27bf9ab30b92dfda87e9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6aa00b248eeadd42921c109ceccf753d26ebb61a6b3b11d6aca7e40dacfa172f"
sha256 cellar: :any_skip_relocation, sonoma: "fcefa470677772ed272edb039e9f1ff46a57e165fc1dc256970a1195bc455a8a"
sha256 cellar: :any_skip_relocation, ventura: "c40a846957ac574dbf2d59f93f1298fb8a2fcc80908abc0beeb2d389cda91b0f"
sha256 cellar: :any_skip_relocation, monterey: "66d58f2d00e0ecc2cf387d668bb85d94fd3f43102c3eb21c2c56e3a7549e168f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "19f990bf6673b32cfa49413c098ca199c44b159870726b0b408a4f9c0250302e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c10f7f646392a20e69e4828f1887f4a4137d4d67dcbbc1fdf2f13263d21de77a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "09b3dddf23cee9b32ec0e7fa68deb07611d6199c6ce15925f23cbcdc439456b2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "062b801e25c4350700b3098fd7d5befb7ffa2024771e1c0a56fcc2a209b9e4c6"
sha256 cellar: :any_skip_relocation, sonoma: "a32325b5cfc030b3e5c22fc38ef9dd5bbb1c6552efdb30a71a6cf6a3db4f2cd2"
sha256 cellar: :any_skip_relocation, ventura: "7b5b9fc54e0aaf651097a2c8512bbbf397869d0b94891c67a627f5258f180f58"
sha256 cellar: :any_skip_relocation, monterey: "c06b19b0543635cd4a47759a6a48d34b8d90384ec6b6953499156145670d5a36"
sha256 cellar: :any_skip_relocation, x86_64_linux: "49e60dfe10ca7df672ae53fb3756a3b663b3636c6b5bcf86079db2f66e970003"
end

depends_on "go" => :build
Expand Down

0 comments on commit fbff823

Please sign in to comment.