Skip to content

Commit

Permalink
Merge pull request #170390 from Homebrew/bump-lacework-cli-1.50.0
Browse files Browse the repository at this point in the history
lacework-cli 1.50.0
  • Loading branch information
BrewTestBot authored Apr 30, 2024
2 parents 1fa1eab + 1d3fb0c commit 09acb1d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/l/lacework-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class LaceworkCli < Formula
desc "CLI for managing Lacework"
homepage "https://docs.lacework.com/cli"
url "https://github.com/lacework/go-sdk.git",
tag: "v1.49.0",
revision: "19ac99d21158013eec542c919047fd2000b01ed2"
tag: "v1.50.0",
revision: "a4ad8552648d4aa4a6e8cffae3eb008f73ffeacf"
license "Apache-2.0"
head "https://github.com/lacework/go-sdk.git", branch: "main"

Expand All @@ -16,13 +16,13 @@ class LaceworkCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "232ff450d6f2ecde55e3c1d98250be88afcde6ff92970060b3623510ce8c2cc1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "55608840a476f4f3db82d5aafd98ae190d433eacee4b7dbbc7a411b9192a6ace"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c964d532e7785830c4752722c6347145be3cf9d0e2fa173936bd1f3e4d5a0714"
sha256 cellar: :any_skip_relocation, sonoma: "db66d54ff51920de36756223a9d795995014f17e37b168a446923eaa8679e31a"
sha256 cellar: :any_skip_relocation, ventura: "52777bd7659fc1c76e4c689893971f4de078755237393db05e654ef4c2b6b9d4"
sha256 cellar: :any_skip_relocation, monterey: "21fb4db2437600542960b5637fea3460b0a749337e26e8bcfe54c92d69eabb56"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c72547b642d8025ea08cd23840894d446a71fb2067faa9f721d9e0238d16d4e3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7b20a343726b8ae42e92aab05635d223fefa71198844bc2a36189e75075a204"
sha256 cellar: :any_skip_relocation, arm64_ventura: "174e6183e541e4eb69cdb2d154acebc9c957650d94f579bca5b0fbbec0e51b90"
sha256 cellar: :any_skip_relocation, arm64_monterey: "86930ced10d5a413e4ae7bf6d7e53f09c5242e8e24fb4417e139a04b6b88eac1"
sha256 cellar: :any_skip_relocation, sonoma: "0f54db248825900e45c202354aa14172d18709501240a51211f65b51940f4384"
sha256 cellar: :any_skip_relocation, ventura: "24a586d585ac76948736b40aff7a893b143c4fa0cbb493d6f0a545ae6a5e8664"
sha256 cellar: :any_skip_relocation, monterey: "ec83680b4f382209ae57b7010afafa0265d647ec6e98ec7985187a79db234d7c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "81d6670e42a1b6773d92886a7f1820e2a2011563e72f4fabc28401c9e6f1d1ce"
end

depends_on "go" => :build
Expand Down

0 comments on commit 09acb1d

Please sign in to comment.