Skip to content

Commit 45ba1f1

Browse files
authored
Merge pull request #229465 from l5io/update-mesheryctl.rb-1752035653
mesheryctl 0.8.116
2 parents 905238f + cd700fe commit 45ba1f1

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.115",
6-
revision: "207fb2a038406a44ecd6715af795f773cd631848"
5+
tag: "v0.8.116",
6+
revision: "a6ff2390f8e098662857039cd380d85c788c91ea"
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: "f36b629485086ded1590ba8878682ed593e902b5fe00be419f726a151c616009"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f36b629485086ded1590ba8878682ed593e902b5fe00be419f726a151c616009"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f36b629485086ded1590ba8878682ed593e902b5fe00be419f726a151c616009"
16-
sha256 cellar: :any_skip_relocation, sonoma: "02af064ae89c897950eafc64bac941da77db4a1463bbb9498386a40752eaa315"
17-
sha256 cellar: :any_skip_relocation, ventura: "02af064ae89c897950eafc64bac941da77db4a1463bbb9498386a40752eaa315"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "0e1952411a611dd93c65cd41d0067638c106baa4c0e80f7776786e3b8b4b6182"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "47ac33dbc83c433ca5779e8f8ea027c49b632945b5ab12fadd9bad46bf1ce765"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3658f09e7a61f03021ad147e54d05bccbbe7340238d8af934aa276a492831941"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3658f09e7a61f03021ad147e54d05bccbbe7340238d8af934aa276a492831941"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3658f09e7a61f03021ad147e54d05bccbbe7340238d8af934aa276a492831941"
16+
sha256 cellar: :any_skip_relocation, sonoma: "b7661ee47ebdfc790fe6e2860037240ecaedfb9f1a1a75d0f3c5b1d98e30ff5a"
17+
sha256 cellar: :any_skip_relocation, ventura: "b7661ee47ebdfc790fe6e2860037240ecaedfb9f1a1a75d0f3c5b1d98e30ff5a"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "de48d9673256b1576da427a119b0f0fef0e7c4c58a8de531cee8cc809fe15642"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7dbde0bd127764e9b494a4f2432a8c423519f90808db5b03e7e4a21dc9238239"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)