Skip to content

Commit

Permalink
Merge pull request #172597 from l5io/update-mesheryctl.rb-1716463008
Browse files Browse the repository at this point in the history
mesheryctl 0.7.62
  • Loading branch information
BrewTestBot authored May 23, 2024
2 parents 6f0858c + d13e4e0 commit 2d8d256
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/mesheryctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class Mesheryctl < Formula
desc "Command-line utility for Meshery, the cloud native management plane"
homepage "https://meshery.io"
url "https://github.com/meshery/meshery.git",
tag: "v0.7.61",
revision: "f758f733b445262863ccbc77de7aaf8705b31d20"
tag: "v0.7.62",
revision: "9ceaa5e95fb2785f6eabb7a4055b836a416e3be1"
license "Apache-2.0"
head "https://github.com/meshery/meshery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdaca5e544021fbb100da8c2a961d38f28607fc67d390994572494d9b67f7464"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cdaca5e544021fbb100da8c2a961d38f28607fc67d390994572494d9b67f7464"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cdaca5e544021fbb100da8c2a961d38f28607fc67d390994572494d9b67f7464"
sha256 cellar: :any_skip_relocation, sonoma: "fd9c8f8d3d65e6dae1d1f8270b0731d59c05e1b583afd810cfc2339bf4808363"
sha256 cellar: :any_skip_relocation, ventura: "fd9c8f8d3d65e6dae1d1f8270b0731d59c05e1b583afd810cfc2339bf4808363"
sha256 cellar: :any_skip_relocation, monterey: "fd9c8f8d3d65e6dae1d1f8270b0731d59c05e1b583afd810cfc2339bf4808363"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4005467781b8c4ff4056e49190cd2302958c1b520c4a0183a658d62e3256016"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3053a073f5d36f5a02fb3ac7e0ee46ea4bf0410fb6902aa122fed8c13d305215"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3053a073f5d36f5a02fb3ac7e0ee46ea4bf0410fb6902aa122fed8c13d305215"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3053a073f5d36f5a02fb3ac7e0ee46ea4bf0410fb6902aa122fed8c13d305215"
sha256 cellar: :any_skip_relocation, sonoma: "8435715b44e70ad9ee3f465144d3f85e11888288482d2c3e6f651987d8fd4278"
sha256 cellar: :any_skip_relocation, ventura: "8435715b44e70ad9ee3f465144d3f85e11888288482d2c3e6f651987d8fd4278"
sha256 cellar: :any_skip_relocation, monterey: "8435715b44e70ad9ee3f465144d3f85e11888288482d2c3e6f651987d8fd4278"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c75e6b40908ddfde6ec036b15792aebf2ad68c19e340257c821d61dffc267a2c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2d8d256

Please sign in to comment.