Skip to content

Commit 9218ea4

Browse files
authored
Merge pull request Homebrew#227235 from l5io/update-mesheryctl.rb-1750226561
mesheryctl 0.8.105
2 parents 1fcff88 + 07eecd9 commit 9218ea4

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.104",
6-
revision: "388e23a1d98b076b8943b67ce6b4cafe12cc5558"
5+
tag: "v0.8.105",
6+
revision: "fbf611ca5f51734b970498dfd7c75d558e750dad"
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: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "899a17468b1b009285d261ae4f5bc681dd112c206ae0f565270a6662b556324e"
16-
sha256 cellar: :any_skip_relocation, sonoma: "c4be49943bd4f41aba14a545c144051cf3b289a806b6682f197edf6a48f5b765"
17-
sha256 cellar: :any_skip_relocation, ventura: "c4be49943bd4f41aba14a545c144051cf3b289a806b6682f197edf6a48f5b765"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "faf5662b415f617ab9db8be2d42863d0151511877eb8d3c670a00d9bd24fb2a1"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dff5e25755e676bfc61efeed41cce873a6738781f7345bfd28bb08f75635abb2"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b2898b653a377b8528fa533927b7b0ee1eaf04415f33f478eb766156cfa5eaa9"
16+
sha256 cellar: :any_skip_relocation, sonoma: "a3987183d9e151ce1d28b96230fe071e1e926b370422bdbe5251fa13c8f2b263"
17+
sha256 cellar: :any_skip_relocation, ventura: "a3987183d9e151ce1d28b96230fe071e1e926b370422bdbe5251fa13c8f2b263"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "747cf4d8c4f11e931919666a889e9c0727a9a57133a74c039d1df76e59c2876f"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d7db0cb29dbf8bfaf4ee3929e125bade48c985782dbc16697506795979c4e54"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)