Skip to content

Commit

Permalink
Merge pull request #191366 from l5io/update-mesheryctl.rb-1726851236
Browse files Browse the repository at this point in the history
mesheryctl 0.7.105
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 2407686 + 877f666 commit 4fcc00a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/mesheryctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ 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.104",
revision: "26698dbee08d9542818f82d53dc08825f2c1487d"
tag: "v0.7.105",
revision: "0f90501a63211d6828509c8b96ad0cfed7c08ca7"
license "Apache-2.0"
head "https://github.com/meshery/meshery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7cf4614ed044976e8f32d7d18758d8815c47515b59dae35e343d82de003eebf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7cf4614ed044976e8f32d7d18758d8815c47515b59dae35e343d82de003eebf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7cf4614ed044976e8f32d7d18758d8815c47515b59dae35e343d82de003eebf"
sha256 cellar: :any_skip_relocation, sonoma: "c2e6e0c5ebe8897a599de6bdd8dd64557613229eec04cc560fe23b041b1c528b"
sha256 cellar: :any_skip_relocation, ventura: "c2e6e0c5ebe8897a599de6bdd8dd64557613229eec04cc560fe23b041b1c528b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "89771cd15687bf4b1f62d616584cf7223240b5f42dc5d01b3c5367725944df8f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "391c749f23d4372d04eaf47490e696d24e2154a43dcf7dc6a398e0825280345c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "391c749f23d4372d04eaf47490e696d24e2154a43dcf7dc6a398e0825280345c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "391c749f23d4372d04eaf47490e696d24e2154a43dcf7dc6a398e0825280345c"
sha256 cellar: :any_skip_relocation, sonoma: "150860df929cd75b6aeb4426cc71646a951af8f43d0d053cb7b1478aca31fa70"
sha256 cellar: :any_skip_relocation, ventura: "150860df929cd75b6aeb4426cc71646a951af8f43d0d053cb7b1478aca31fa70"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac2b8b72a8077b286a3ebfc4bec9f0045f8529aadb68f419e87479c85f548467"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4fcc00a

Please sign in to comment.