@@ -2,20 +2,20 @@ 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.134 " ,
6
- revision : "05aead396fbc2603bcc2223d22fc3d4b6a8ce2ec "
5
+ tag : "v0.8.135 " ,
6
+ revision : "bacfafa618de36a0886f0d591f4204dbf8c4fd75 "
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_tahoe : "50efb05c4665273e721db974b6c389dfc52bbffa486689fd77dba2efb1b69f8f "
14
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "50efb05c4665273e721db974b6c389dfc52bbffa486689fd77dba2efb1b69f8f "
15
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "50efb05c4665273e721db974b6c389dfc52bbffa486689fd77dba2efb1b69f8f "
16
- sha256 cellar : :any_skip_relocation , sonoma : "348e2009d375b41bd131ab9264f8fe0b2a225cae750db42565355a38863b323d "
17
- sha256 cellar : :any_skip_relocation , arm64_linux : "fba3f5f92841f1904a77b4573d9ba89ce5cd8c8a6dc38f0d6c44b52f0a406333 "
18
- sha256 cellar : :any_skip_relocation , x86_64_linux : "3b1c3f1b1197905a058c436b43de932ed81bf70f64b26793752758e8284520c3 "
13
+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "69ba8d7935ddd9610ef5ce46fed29dcd6b9332c28ec5355b1533ad95d6180e8e "
14
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "69ba8d7935ddd9610ef5ce46fed29dcd6b9332c28ec5355b1533ad95d6180e8e "
15
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "69ba8d7935ddd9610ef5ce46fed29dcd6b9332c28ec5355b1533ad95d6180e8e "
16
+ sha256 cellar : :any_skip_relocation , sonoma : "e50a9dd677a7ec29597d9d9c0b2b1867b026b2cbd5dcebb96873bb4493164396 "
17
+ sha256 cellar : :any_skip_relocation , arm64_linux : "238486198fcbcdc23e31a5cabf3371c50998f3b1bd984d27d607d73b52882a21 "
18
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9872dfd14ac267e8e834128914fc490218a904644edd5cac3aa8d2cfa05212eb "
19
19
end
20
20
21
21
depends_on "go" => :build
0 commit comments