Skip to content

Commit c58a78b

Browse files
authored
Merge pull request #209277 from l5io/update-mesheryctl.rb-1740769938
mesheryctl 0.8.43
2 parents b847d44 + 6eb6098 commit c58a78b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mesheryctl.rb

+8-8
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.8.41",
6-
revision: "1172740dfb0bc6b104a58e7c4099bae4e31e03f8"
5+
tag: "v0.8.43",
6+
revision: "dbf912ba7e5e56951def0fbdff7b9a9163b24ee2"
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: "d3c492378eb71ff66688f6c6ded884a653d3968550227f8f2cf37b2e8a728058"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3c492378eb71ff66688f6c6ded884a653d3968550227f8f2cf37b2e8a728058"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3c492378eb71ff66688f6c6ded884a653d3968550227f8f2cf37b2e8a728058"
14-
sha256 cellar: :any_skip_relocation, sonoma: "f852a035eea49ff9930bf0d58399393c6e6ca6ff14c313cb07c4883f09b0159f"
15-
sha256 cellar: :any_skip_relocation, ventura: "f852a035eea49ff9930bf0d58399393c6e6ca6ff14c313cb07c4883f09b0159f"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac7915f30a74affa742973adbcb6f6706ce198e58bc01eb56320572381bf5dfa"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b73a0c3c2ac1d55ec6189a692a109aeb3456e1286e4e99fd4f192e593434e92"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b73a0c3c2ac1d55ec6189a692a109aeb3456e1286e4e99fd4f192e593434e92"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b73a0c3c2ac1d55ec6189a692a109aeb3456e1286e4e99fd4f192e593434e92"
14+
sha256 cellar: :any_skip_relocation, sonoma: "580bd95e97648a68052aad18331ab45eeb8117340159600a7bcd6f5b65fe26be"
15+
sha256 cellar: :any_skip_relocation, ventura: "580bd95e97648a68052aad18331ab45eeb8117340159600a7bcd6f5b65fe26be"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e29c6fc88e818ff4dd3571d8e5c14b90ac89c8893096e20b713b6d362b91462"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)