@@ -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.114 " ,
6
- revision : "366a434ec4403acb450f0c45de8e950d8fee4162 "
5
+ tag : "v0.7.115 " ,
6
+ revision : "2b2b6498829745fafb759b4d711ed54ab8716afb "
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 : "6442ec98430468c20e30f6cc5230e5bfb624071ff0430d7ec9d8e3f492484643 "
12
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "6442ec98430468c20e30f6cc5230e5bfb624071ff0430d7ec9d8e3f492484643 "
13
- sha256 cellar : :any_skip_relocation , arm64_ventura : "6442ec98430468c20e30f6cc5230e5bfb624071ff0430d7ec9d8e3f492484643 "
14
- sha256 cellar : :any_skip_relocation , sonoma : "522bf1dddc15b0957cd03f913ae66ee048b5419b37398ff6907e250848d37144 "
15
- sha256 cellar : :any_skip_relocation , ventura : "522bf1dddc15b0957cd03f913ae66ee048b5419b37398ff6907e250848d37144 "
16
- sha256 cellar : :any_skip_relocation , x86_64_linux : "b780ddf79341688e83e77a7fce76f93471af1a3938886742f21f21f128771cd6 "
11
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "5f49c5a5ac3ecf862bb0d23bb6abe2c9e25949c75c263dd981c0f3c201c5449f "
12
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "5f49c5a5ac3ecf862bb0d23bb6abe2c9e25949c75c263dd981c0f3c201c5449f "
13
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "5f49c5a5ac3ecf862bb0d23bb6abe2c9e25949c75c263dd981c0f3c201c5449f "
14
+ sha256 cellar : :any_skip_relocation , sonoma : "8150ecdea77f171e8f45f2d5095cf65679254a971cd028123326ac67b854d3b3 "
15
+ sha256 cellar : :any_skip_relocation , ventura : "8150ecdea77f171e8f45f2d5095cf65679254a971cd028123326ac67b854d3b3 "
16
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "390bddcca9ebc182c3ec7b81118646ced3b12db16ad9beb27a71c74795f056ef "
17
17
end
18
18
19
19
depends_on "go" => :build
0 commit comments