Skip to content

Commit 2ebe2ba

Browse files
authored
Merge pull request Homebrew#192951 from l5io/update-mesheryctl.rb-1728206572
mesheryctl 0.7.115
2 parents 0f08fe2 + bc032f2 commit 2ebe2ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mesheryctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ class Mesheryctl < Formula
22
desc "Command-line utility for Meshery, the cloud native management plane"
33
homepage "https://meshery.io"
44
url "https://github.com/meshery/meshery.git",
5-
tag: "v0.7.114",
6-
revision: "366a434ec4403acb450f0c45de8e950d8fee4162"
5+
tag: "v0.7.115",
6+
revision: "2b2b6498829745fafb759b4d711ed54ab8716afb"
77
license "Apache-2.0"
88
head "https://github.com/meshery/meshery.git", branch: "master"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6442ec98430468c20e30f6cc5230e5bfb624071ff0430d7ec9d8e3f492484643"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6442ec98430468c20e30f6cc5230e5bfb624071ff0430d7ec9d8e3f492484643"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6442ec98430468c20e30f6cc5230e5bfb624071ff0430d7ec9d8e3f492484643"
14-
sha256 cellar: :any_skip_relocation, sonoma: "522bf1dddc15b0957cd03f913ae66ee048b5419b37398ff6907e250848d37144"
15-
sha256 cellar: :any_skip_relocation, ventura: "522bf1dddc15b0957cd03f913ae66ee048b5419b37398ff6907e250848d37144"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b780ddf79341688e83e77a7fce76f93471af1a3938886742f21f21f128771cd6"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f49c5a5ac3ecf862bb0d23bb6abe2c9e25949c75c263dd981c0f3c201c5449f"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f49c5a5ac3ecf862bb0d23bb6abe2c9e25949c75c263dd981c0f3c201c5449f"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5f49c5a5ac3ecf862bb0d23bb6abe2c9e25949c75c263dd981c0f3c201c5449f"
14+
sha256 cellar: :any_skip_relocation, sonoma: "8150ecdea77f171e8f45f2d5095cf65679254a971cd028123326ac67b854d3b3"
15+
sha256 cellar: :any_skip_relocation, ventura: "8150ecdea77f171e8f45f2d5095cf65679254a971cd028123326ac67b854d3b3"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "390bddcca9ebc182c3ec7b81118646ced3b12db16ad9beb27a71c74795f056ef"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)