@@ -2,21 +2,21 @@ class Mesheryctl < Formula
2
2
desc "Command-line utility for Meshery, the cloud native management plane"
3
3
homepage "https://meshery.io"
4
4
url "https://github.com/meshery/meshery.git" ,
5
- tag : "v0.8.104 " ,
6
- revision : "388e23a1d98b076b8943b67ce6b4cafe12cc5558 "
5
+ tag : "v0.8.105 " ,
6
+ revision : "fbf611ca5f51734b970498dfd7c75d558e750dad "
7
7
license "Apache-2.0"
8
8
head "https://github.com/meshery/meshery.git" , branch : "master"
9
9
10
10
no_autobump! because : :bumped_by_upstream
11
11
12
12
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 "
20
20
end
21
21
22
22
depends_on "go" => :build
0 commit comments