@@ -2,18 +2,18 @@ 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.7.169 " ,
6
- revision : "cddf59622579bfdfec163399ccbfce47552e951e "
5
+ tag : "v0.7.170 " ,
6
+ revision : "97c30ced3a6d509053cc6b87f58c7e048581d596 "
7
7
license "Apache-2.0"
8
8
head "https://github.com/meshery/meshery.git" , branch : "master"
9
9
10
10
bottle do
11
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "ef627e6dfd1fa396997ae3d4fe628c00c0438ae4574be55da1d6971796bc1744 "
12
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "ef627e6dfd1fa396997ae3d4fe628c00c0438ae4574be55da1d6971796bc1744 "
13
- sha256 cellar : :any_skip_relocation , arm64_ventura : "ef627e6dfd1fa396997ae3d4fe628c00c0438ae4574be55da1d6971796bc1744 "
14
- sha256 cellar : :any_skip_relocation , sonoma : "894c85f9db6d1db7fc983abbe9f3ede7cfeee92aaeac21ab3a4a43e49d289379 "
15
- sha256 cellar : :any_skip_relocation , ventura : "894c85f9db6d1db7fc983abbe9f3ede7cfeee92aaeac21ab3a4a43e49d289379 "
16
- sha256 cellar : :any_skip_relocation , x86_64_linux : "9fd9186226058b404ed6f18e1a4fa4b11cb8284411ebc05c2bd218b42048db43 "
11
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c7ae859b99e7ac752450574c22958d9a83662a7c7131a44a3af53d3aa68e8258 "
12
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c7ae859b99e7ac752450574c22958d9a83662a7c7131a44a3af53d3aa68e8258 "
13
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c7ae859b99e7ac752450574c22958d9a83662a7c7131a44a3af53d3aa68e8258 "
14
+ sha256 cellar : :any_skip_relocation , sonoma : "27ce33e714a06a9c30ae3b351ee4a81d747856e8a7045664cb7036740d462b3e "
15
+ sha256 cellar : :any_skip_relocation , ventura : "27ce33e714a06a9c30ae3b351ee4a81d747856e8a7045664cb7036740d462b3e "
16
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "fd7a351a48f63f5878bd2cd65d28bd799423bfac9165ebff6f92e8b38a760083 "
17
17
end
18
18
19
19
depends_on "go" => :build
0 commit comments