Skip to content

Commit

Permalink
Merge pull request #141350 from cpanato/bump-falcoctl-0.6.0
Browse files Browse the repository at this point in the history
falcoctl 0.6.0
  • Loading branch information
BrewTestBot authored Sep 4, 2023
2 parents 214481f + ba84d66 commit 838a2aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/falcoctl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Falcoctl < Formula
desc "CLI tool for working with Falco and its ecosystem components"
homepage "https://github.com/falcosecurity/falcoctl"
url "https://github.com/falcosecurity/falcoctl/archive/refs/tags/v0.5.1.tar.gz"
sha256 "515a856b84493c06c40d93b86ab2a7dbb47d871e977b608e5fb911be0fc2f2f2"
url "https://github.com/falcosecurity/falcoctl/archive/refs/tags/v0.6.0.tar.gz"
sha256 "06e53602f89a5ba9f595f54635860f01a5fa3562041f1efb40bff4859ba52f51"
license "Apache-2.0"
head "https://github.com/falcosecurity/falcoctl.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "e670b84f4d10a4f96794e794e96eafa551abfce3baaa6ef4f8ab4b9af887afbc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8c46b30e3fbc7999843fcb40dd450bfd1c21aa258108a9e35d1ff03b4ad68864"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c68f9d43a7e3bcf7b1854a6fda45a1a781311fe57ccac93c0c10e5802e009af2"
sha256 cellar: :any_skip_relocation, ventura: "a775529f16dc5aad08865c5930e4a28fcc404da6258fa98276f009353db98ccd"
sha256 cellar: :any_skip_relocation, monterey: "a2f6fa72d5c7e7ef9f266aeeca973e090c1571842e8074fdd831094cc3c47987"
sha256 cellar: :any_skip_relocation, big_sur: "8a0eb09e6c83a0a14c88085fdbe35c4fd96902a6cdf5d299ba7112360768ed6d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3c20c38820e3a871e8e73791570453c19ec321c7e5e6b8edd2158f95a1c69e3b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e6545f53cd3611aec349985a9901867289644e6d838e5d2a907e09ac35eec696"
sha256 cellar: :any_skip_relocation, arm64_monterey: "332ac6dec3294c9fbace115e5086ac2eb5b462e275adaec057528e38f8ad13db"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bb6a9404c5f08be8eb9e76f395bbb42225658df44a514b0b0048b9536123ca93"
sha256 cellar: :any_skip_relocation, ventura: "8da63a00d7df5b5bfd16d35d43fb3d36f816c590316e6b6a3c6d3984b410608a"
sha256 cellar: :any_skip_relocation, monterey: "cf325295c012c2a407f4f7c23f11effdaf9a5dcd1f334fc6148704e2859235b9"
sha256 cellar: :any_skip_relocation, big_sur: "5054e1b2504b2d1b11789c044b670f64ffb01cd1c559b5db23eedfa84cfe3b39"
sha256 cellar: :any_skip_relocation, x86_64_linux: "62f85df4f3d1a3eb6411b602cc03be6feea77ddb972669fe125607ae33c1c1e6"
end

depends_on "go" => :build
Expand Down

0 comments on commit 838a2aa

Please sign in to comment.