Skip to content

Commit 67e78b4

Browse files
authored
Merge pull request #254104 from l5io/update-mesheryctl.rb-1762934055
mesheryctl 0.8.158
2 parents a19981b + c733277 commit 67e78b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mesheryctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ 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.157",
6-
revision: "2cfb6d80e145e50980d90bf14a08cbadb9d45ad0"
5+
tag: "v0.8.158",
6+
revision: "2ab23265e0c88704494e351babe3798a025845d5"
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_tahoe: "9cb3d39995a846d7426014d2ee4567b18d0fc30488d5163b6c902318bb54d42b"
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cb3d39995a846d7426014d2ee4567b18d0fc30488d5163b6c902318bb54d42b"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9cb3d39995a846d7426014d2ee4567b18d0fc30488d5163b6c902318bb54d42b"
16-
sha256 cellar: :any_skip_relocation, sonoma: "b3a449c397e6db53b8c708f62b989c121c9a9e69fa48ca59a126b377901602b7"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "f78921827caa474c112f93fa67f25ca945729227784869804a2da0404da69c23"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c39f1dc91f70003f99c8bd4dd0d61bee9c852589ff07414b3dc06ab09f74774b"
13+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6ba713adb83325295cac603bd874dc0770ee3bd64fff965d43d16d2ce10d48ea"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ba713adb83325295cac603bd874dc0770ee3bd64fff965d43d16d2ce10d48ea"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ba713adb83325295cac603bd874dc0770ee3bd64fff965d43d16d2ce10d48ea"
16+
sha256 cellar: :any_skip_relocation, sonoma: "7488f0f329696328c4d498facbc55f4ac0fbdaa3c3d8388af55a0eb538a9814c"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "d1dc404ea68424df13c48bb2d9f48590b10cf9c61b46c3e323a68f0be7c24337"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "020f68926ec600b35489aa88cbbc1043f162f38353d51506142ca130801c921a"
1919
end
2020

2121
depends_on "go" => :build

0 commit comments

Comments
 (0)