Skip to content

Commit 0c16da6

Browse files
authored
Merge pull request #224537 from l5io/update-mesheryctl.rb-1748021194
mesheryctl 0.8.87
2 parents cb0f29c + 918ed99 commit 0c16da6

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.86",
6-
revision: "cecc7b5783c94ec5947c337a6204fdfc58190a40"
5+
tag: "v0.8.87",
6+
revision: "5ab6dabc14f44b8e35693f589deb4242a6eb8d39"
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: "0f0299b677cd45a095ece4a6ea1c10366387c3ed35e1b6adacc57ce5ee4e9fa6"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f0299b677cd45a095ece4a6ea1c10366387c3ed35e1b6adacc57ce5ee4e9fa6"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f0299b677cd45a095ece4a6ea1c10366387c3ed35e1b6adacc57ce5ee4e9fa6"
16-
sha256 cellar: :any_skip_relocation, sonoma: "e576806cf46947703edc65fb848c1f7110702634cc2d5f3c1f9f902f840fd10c"
17-
sha256 cellar: :any_skip_relocation, ventura: "e576806cf46947703edc65fb848c1f7110702634cc2d5f3c1f9f902f840fd10c"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "046925beaf14c82d5423d0328c6b404a02c6aea7842d91897a1a2be12b52e5b8"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1b993a586579a0196b4bf7b0887788861f7b20012e24026a978c53be64d1046"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75923b81cc0233cb2796b00a00b0c5442004f82cc9f46a2739db3562248a4f2a"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75923b81cc0233cb2796b00a00b0c5442004f82cc9f46a2739db3562248a4f2a"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "75923b81cc0233cb2796b00a00b0c5442004f82cc9f46a2739db3562248a4f2a"
16+
sha256 cellar: :any_skip_relocation, sonoma: "e97c60df520b586a046d753bc943c0caabe437d54c17760ccc3cf741a4ae8bc6"
17+
sha256 cellar: :any_skip_relocation, ventura: "e97c60df520b586a046d753bc943c0caabe437d54c17760ccc3cf741a4ae8bc6"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "a25d6b773e9a28f2d5d2d827623706827fef9cb4d1a1afded78509990d95771e"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c92290c505896c19c695369ad19463856abcfafc347a25cdf7205b6be3be78ea"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)