Skip to content

Commit 383a5dd

Browse files
authored
Merge pull request #224998 from l5io/update-mesheryctl.rb-1748454982
mesheryctl 0.8.92
2 parents 8645023 + 18ab407 commit 383a5dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/mesheryctl.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ 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.90",
6-
revision: "0eddf44c7083c47ab0fe50672b21b0ed0a42d945"
5+
tag: "v0.8.92",
6+
revision: "9ede6e90351cbc46d1bf4736f0985fc0de5d28c8"
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_sequoia: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7"
16-
sha256 cellar: :any_skip_relocation, sonoma: "221d6cdcce074a9cba2e85f09c64523b8f854aa458254d5a56ab9f7946fc8d29"
17-
sha256 cellar: :any_skip_relocation, ventura: "221d6cdcce074a9cba2e85f09c64523b8f854aa458254d5a56ab9f7946fc8d29"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "80e8ac1729b573b71249dbb00bafb533336c718eb3755ecc9b6597d90284167e"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "00a3247c64ed8a46f25bd584609ca9514d65079e064579d2f57227eae8e4ca1c"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55"
16+
sha256 cellar: :any_skip_relocation, sonoma: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3"
17+
sha256 cellar: :any_skip_relocation, ventura: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "c8e833a6532d020931d289523c9bf15caaf06f7ae1bce03b694681f1a360ff33"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e169c622d4e12cf07556d682a12069011f6f8b87727575b1a14451ea831bcbb"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)