Skip to content

Commit 217d80a

Browse files
authored
Merge pull request #255799 from l5io/update-mesheryctl.rb-1764020875
mesheryctl 0.8.173
2 parents 29c968b + 6e59d83 commit 217d80a

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,20 +2,20 @@ 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.8.172",
6-
revision: "8a7516d4c6152a021ce3127a4f20d7800933071b"
5+
tag: "v0.8.173",
6+
revision: "2345459378fa7c24f4e44afc37eedf283df6dbdc"
77
license "Apache-2.0"
88
head "https://github.com/meshery/meshery.git", branch: "master"
99

1010
no_autobump! because: :bumped_by_upstream
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d23a69b35796c15cb2a5e503134cf85ef96e9fb8174f5f572bcb2f0334421868"
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d23a69b35796c15cb2a5e503134cf85ef96e9fb8174f5f572bcb2f0334421868"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d23a69b35796c15cb2a5e503134cf85ef96e9fb8174f5f572bcb2f0334421868"
16-
sha256 cellar: :any_skip_relocation, sonoma: "400c3959a327fd710abcfa3b54fde08a418524bc005b8d74fed4191b4e39d993"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "86183ae7d0c2fb4438e9db9ed0e089e004ba95a9d5bfa3b39196526a1ab7dafb"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1736cf77396cf8599ac37b0160a90da4fadc2ea41c0f98f8edc514d270e1394f"
13+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "43a825ef7746e16edff0aec8bce96de27aef5273da6e50400195c27ae3ed4055"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "43a825ef7746e16edff0aec8bce96de27aef5273da6e50400195c27ae3ed4055"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "43a825ef7746e16edff0aec8bce96de27aef5273da6e50400195c27ae3ed4055"
16+
sha256 cellar: :any_skip_relocation, sonoma: "4854cfd4fcaeed106fbf963cb4befe7d46feb0d7d78a4df426569e2014ae8712"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "155c4ba2448c829423bb898e940708ff55b4f8e7841ee7a3aeda3ccc76167c30"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d804611598564f59b6a6238621af15ab001f41329e567d97e3c9b824f9ee77e3"
1919
end
2020

2121
depends_on "go" => :build

0 commit comments

Comments
 (0)